summaryrefslogtreecommitdiffstats
path: root/drivers/video/pxafb.c
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-2332/+0
* video: pxafb: use dev_get_platdata()Jingoo Han2013-09-201-8/+8
* video: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-261-1/+0
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-17/+16
* ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* video: pxafb: add clk_prepare/clk_unprepare callsPhilipp Zabel2012-03-211-2/+2
* pxafb: do console locking before calling fb_blank()Vasily Khoruzhick2012-03-061-1/+5
* Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-10/+0
|\
| * ARM: pxa: make pxafb_smart_*() empty when not enabledEric Miao2011-10-081-10/+0
* | video: irq: Remove IRQF_DISABLEDYong Zhang2011-10-031-1/+1
|/
* ARM: pxafb: Fix access to nonexistent member of pxafb_infoMarek Vasut2011-04-121-1/+3
* ARM: pxafb: don't disable controller on cpufreq transition if overlay in useVasily Khoruzhick2011-03-161-1/+2
* ARM: pxafb: fix typo in ypos assignmentVasily Khoruzhick2011-03-161-2/+2
* ARM: pxafb: fix plane Z-ordering problemVasily Khoruzhick2011-03-161-2/+6
* ARM: pxafb: rework pxafb overlay memory managementVasily Khoruzhick2011-03-161-42/+79
* [ARM] pxafb: fix building issue of incorrect referenceEric Miao2009-12-291-2/+2
* drivers/video: Move dereference after NULL testJulia Lawall2009-12-161-2/+3
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* pxafb: add transparency field to pxafb_mode_info structPieter Grimmerink2009-12-011-0/+1
* pxafb: use passed fb_var_screeninfo struct in pxafb_pan_display()Sven Neumann2009-12-011-5/+17
* [ARM] pxafb: add accelerator ID for PXA3xx GCUDaniel Mack2009-09-121-0/+3
* [ARM] pxa: update pxafb.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-9/+12
* [ARM] pxafb: use resource_size() functionDaniel Mack2009-09-101-4/+4
* fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-301-0/+2
* pxafb: lcsr1 is unused without CONFIG_FB_PXA_OVERLAYDenis V. Lunev2009-04-211-7/+9
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...root2009-03-241-0/+14
|\
| * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Eric Miao2009-03-231-0/+14
| |\
| | * [ARM] pxa: fix overlay being un-necessarily initialized on pxa25xEric Miao2009-03-191-0/+14
* | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-131-1/+1
|\ \ \ | |/ / |/| |
| * | [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-031-1/+1
| |/
* / [ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.hEric Miao2009-03-091-1/+0
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-291-246/+613
|\
| * [ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devicesEric Miao2008-12-291-7/+357
| * [ARM] pxafb: cleanup of the timing checking codeEric Miao2008-12-291-64/+44
| * [ARM] pxafb: cleanup of the color format manipulation codeEric Miao2008-12-291-77/+106
| * [ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3Eric Miao2008-12-291-11/+10
| * [ARM] pxafb: add support for FBIOPAN_DISPLAY by dma brachingEric Miao2008-12-291-16/+45
| * [ARM] pxafb: allow pxafb_set_par() to start from arbitrary yoffsetEric Miao2008-12-291-13/+16
| * [ARM] pxafb: allow video memory size to be configurableEric Miao2008-12-291-77/+54
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-231-73/+29
|\|
| * [ARM] pxafb: avoid the racing condition in pxafb_smart_threadEric Miao2008-12-171-0/+4
| * [ARM] pxafb: allow insertion of delay to the smart panel command sequenceEric Miao2008-12-171-3/+10
| * [ARM] pxafb: allow better platform configurable smart panel timingEric Miao2008-12-171-1/+3
| * [ARM] pxafb: small cleanup of the smart panel codeEric Miao2008-12-171-15/+12
| * [ARM] pxafb: remove now unused pxafb_setup_gpio() and related stuffsEric Miao2008-12-171-54/+0
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-9/+9
|\|
| * [ARM] pxafb: make {backlight,lcd}_power() members of struct pxafb_infoEric Miao2008-12-021-9/+9
* | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
|/
* pxafb: only initialize the smart panel thread when dealing with a smartpanelEric Miao2008-11-111-0/+3
* pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao2008-11-111-1/+1