summaryrefslogtreecommitdiff
path: root/drivers/video/imxfb.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-1075/+0
2014-03-17video: imxfb: Add DT default contrast control register property.Denis Carikli1-0/+3
2014-02-28video: imxfb: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-38/+21
2014-02-28video: imxfb: Resolve mismatch between backlight/contrastAlexander Shiyan1-94/+30
2014-02-28video: imxfb: Use module_platform_driver()Alexander Shiyan1-39/+26
2014-02-28video: imxfb: Remove unused fields from platform data structureAlexander Shiyan1-47/+17
2014-02-11video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan1-9/+62
2013-09-20video: imxfb: use dev_get_platdata()Jingoo Han1-3/+3
2013-07-08video: imxfb: Add DT supportMarkus Pargmann1-35/+159
2013-06-26video: imxfb: Make local symbols staticSachin Kamat1-2/+2
2013-06-26video: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-01-24Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson1-0/+10
2013-01-17video: imxfb: Do not crash on rebootFabio Estevam1-0/+10
2013-01-17Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-2/+2
2013-01-14video: imxfb: fix imxfb_info configuration orderGwenhael Goavec-Merou1-1/+2
2013-01-04Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-10-15video: imxfb: remove cpu_is_xxx by using platform_device_idShawn Guo1-6/+32
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+1
2012-09-23drivers/video/imxfb.c: fix error return codePeter Senna Tschudin1-0/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-04-25video imxfb: do not depend on grouped clocksSascha Hauer1-15/+35
2011-06-02drivers/video/imxfb.c: add missing clk_putJulia Lawall1-2/+2
2011-05-19video i.MX: remove mx1 compile time dependenciesSascha Hauer1-22/+6
2011-03-23backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-12video: imx: Update the manufacturer's nameFabio Estevam1-1/+1
2010-12-27video: imxfb: Fix the maximum value for yresFabio Estevam1-6/+3
2010-08-11ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICEEric Bénard1-2/+17
2010-07-26imxfb: add pwmr controlled backlight supportEric Bénard1-1/+71
2010-02-03imxfb: correct location of callbacks in suspend and resumeUwe Kleine-König1-2/+4
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-07imxfb: Add support for multiple displaysSascha Hauer1-71/+120
2009-08-07imxfb: use resource_size() macroSascha Hauer1-4/+4
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer1-1/+18
2009-03-27imxfb: Fix TFT modeSascha Hauer1-1/+1
2009-03-27imxfb: add clock supportSascha Hauer1-1/+39
2009-03-13imxfb: Fix margin settingsSascha Hauer1-3/+3
2009-03-13imxfb: add mx27 supportSascha Hauer1-4/+23
2009-03-13imxfb: add 18 bit supportSascha Hauer1-4/+15
2009-03-13imxfb: add platform specific init/exit functionsSascha Hauer1-0/+14
2008-12-16i.MX Framebuffer: add TFT supportSascha Hauer1-19/+19
2008-12-16i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_dataSascha Hauer1-34/+34
2008-12-16i.MX Framebuffer: Cleanup Coding styleSascha Hauer1-36/+34
2008-12-16i.MX Framebuffer: remove header fileSascha Hauer1-2/+60
2008-12-16i.MX Framebuffer: fix marginsSascha Hauer1-4/+4
2008-12-16i.MX Framebuffer: Use readl/writel instead of direct pointer derefJuergen Beisert1-65/+128
2008-12-16i.MX Framebuffer: remove gpio setup functionSascha Hauer1-53/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3