Age | Commit message (Expand) | Author | Files | Lines |
2009-07-01 | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 1 | -0/+2 |
2009-04-22 | pxafb: lcsr1 is unused without CONFIG_FB_PXA_OVERLAY | Denis V. Lunev | 1 | -7/+9 |
2009-03-25 | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | root | 1 | -0/+14 |
2009-03-23 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Eric Miao | 1 | -0/+14 |
2009-03-19 | [ARM] pxa: fix overlay being un-necessarily initialized on pxa25x | Eric Miao | 1 | -0/+14 |
2009-03-14 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 1 | -1/+1 |
2009-03-09 | [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h | Eric Miao | 1 | -1/+0 |
2009-03-04 | [ARM] fix lots of ARM __devexit sillyness | Russell King | 1 | -1/+1 |
2008-12-29 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia... | Russell King | 1 | -246/+613 |
2008-12-29 | [ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices | Eric Miao | 1 | -7/+357 |
2008-12-29 | [ARM] pxafb: cleanup of the timing checking code | Eric Miao | 1 | -64/+44 |
2008-12-29 | [ARM] pxafb: cleanup of the color format manipulation code | Eric Miao | 1 | -77/+106 |
2008-12-29 | [ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3 | Eric Miao | 1 | -11/+10 |
2008-12-29 | [ARM] pxafb: add support for FBIOPAN_DISPLAY by dma braching | Eric Miao | 1 | -16/+45 |
2008-12-29 | [ARM] pxafb: allow pxafb_set_par() to start from arbitrary yoffset | Eric Miao | 1 | -13/+16 |
2008-12-29 | [ARM] pxafb: allow video memory size to be configurable | Eric Miao | 1 | -77/+54 |
2008-12-23 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia... | Russell King | 1 | -73/+29 |
2008-12-17 | [ARM] pxafb: avoid the racing condition in pxafb_smart_thread | Eric Miao | 1 | -0/+4 |
2008-12-17 | [ARM] pxafb: allow insertion of delay to the smart panel command sequence | Eric Miao | 1 | -3/+10 |
2008-12-17 | [ARM] pxafb: allow better platform configurable smart panel timing | Eric Miao | 1 | -1/+3 |
2008-12-17 | [ARM] pxafb: small cleanup of the smart panel code | Eric Miao | 1 | -15/+12 |
2008-12-17 | [ARM] pxafb: remove now unused pxafb_setup_gpio() and related stuffs | Eric Miao | 1 | -54/+0 |
2008-12-03 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia... | Russell King | 1 | -9/+9 |
2008-12-02 | [ARM] pxafb: make {backlight,lcd}_power() members of struct pxafb_info | Eric Miao | 1 | -9/+9 |
2008-11-27 | [ARM] pxa: don't pass a consumer clock name for devices with unique clocks | Russell King | 1 | -1/+1 |
2008-11-11 | pxafb: only initialize the smart panel thread when dealing with a smartpanel | Eric Miao | 1 | -0/+3 |
2008-11-11 | pxafb: introduce LCD_TYPE_MASK and use it. | Eric Miao | 1 | -1/+1 |
2008-08-16 | [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified | Eric Miao | 1 | -26/+36 |
2008-08-16 | [ARM] pxafb: add flag to specify output format on LDD pins when base is RGBT16 | Eric Miao | 1 | -0/+2 |
2008-08-16 | [ARM] pxafb: fix the incorrect configuration of GPIO77 as ACBIAS for TFT LCD | Eric Miao | 1 | -1/+3 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -5/+5 |
2008-08-07 | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 1 | -1/+1 |
2008-07-27 | [ARM] PXA: squash warning in pxafb | Ian Molton | 1 | -1/+1 |
2008-07-24 | pxafb: convert ctrlr_sem in a mutex | Matthias Kaehlcke | 1 | -3/+4 |
2008-07-24 | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 1 | -0/+1 |
2008-07-13 | Merge branch 'pxa' into devel | Russell King | 1 | -3/+105 |
2008-07-10 | Merge branches 'pxa-ezx', 'pxa-magician' and 'pxa-palm' into pxa | Russell King | 1 | -3/+4 |
2008-07-10 | [ARM] 5164/1: pxafb: Support for RGB666, RGBT666, RGB888 and RGBT888 | Stefan Schmidt | 1 | -3/+61 |
2008-07-10 | Merge branch 'machtypes' into pxa-palm | Russell King | 1 | -3/+4 |
2008-07-07 | [ARM] 5118/1: pxafb: add exit and remove handlers | Jaya Kumar | 1 | -0/+44 |
2008-06-25 | [ARM] 5117/1: pxafb: fix __devinit/exit annotations | Jaya Kumar | 1 | -8/+8 |
2008-06-22 | [ARM] 5116/1: pxafb: cleanup and fix order of failure handling | Jaya Kumar | 1 | -10/+24 |
2008-06-22 | [ARM] 5115/1: pxafb: fix ifdef for command line option handling | Jaya Kumar | 1 | -1/+1 |
2008-06-12 | [ARM] 5090/1: Correct pxafb palette typo error | Jürgen Schindele | 1 | -2/+4 |
2008-05-22 | [ARM] 5043/1: pxafb: remove unused mode variable in pxafb_init_fbinfo | Philipp Zabel | 1 | -1/+0 |
2008-05-18 | [ARM] pxa: fix pxafb build when cpufreq is enabled | Russell King | 1 | -3/+2 |
2008-05-08 | [ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebuffer | Guennadi Liakhovetski | 1 | -4/+4 |
2008-04-30 | pxafb: preliminary smart panel interface support (update) | Eric Miao | 1 | -1/+1 |
2008-04-30 | pxafb: preliminary smart panel interface support | Eric Miao | 1 | -43/+264 |
2008-04-30 | pxafb: move parallel LCD timing setup into dedicate function | Eric Miao | 1 | -42/+47 |