summaryrefslogtreecommitdiff
path: root/drivers/video/imxfb.c
AgeCommit message (Expand)Author
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen
2014-03-17video: imxfb: Add DT default contrast control register property.Denis Carikli
2014-02-28video: imxfb: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan
2014-02-28video: imxfb: Resolve mismatch between backlight/contrastAlexander Shiyan
2014-02-28video: imxfb: Use module_platform_driver()Alexander Shiyan
2014-02-28video: imxfb: Remove unused fields from platform data structureAlexander Shiyan
2014-02-11video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan
2013-09-20video: imxfb: use dev_get_platdata()Jingoo Han
2013-07-08video: imxfb: Add DT supportMarkus Pargmann
2013-06-26video: imxfb: Make local symbols staticSachin Kamat
2013-06-26video: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-23Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson
2013-01-17video: imxfb: Do not crash on rebootFabio Estevam
2013-01-16Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2013-01-14video: imxfb: fix imxfb_info configuration orderGwenhael Goavec-Merou
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman
2012-10-15video: imxfb: remove cpu_is_xxx by using platform_device_idShawn Guo
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-09-22drivers/video/imxfb.c: fix error return codePeter Senna Tschudin
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-04-25video imxfb: do not depend on grouped clocksSascha Hauer
2011-06-02drivers/video/imxfb.c: add missing clk_putJulia Lawall
2011-05-19video i.MX: remove mx1 compile time dependenciesSascha Hauer
2011-03-22backlight: add backlight typeMatthew Garrett
2011-01-12video: imx: Update the manufacturer's nameFabio Estevam
2010-12-27video: imxfb: Fix the maximum value for yresFabio Estevam
2010-08-10ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICEEric Bénard
2010-07-26imxfb: add pwmr controlled backlight supportEric Bénard
2010-02-02imxfb: correct location of callbacks in suspend and resumeUwe Kleine-König
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-08-07imxfb: Add support for multiple displaysSascha Hauer
2009-08-07imxfb: use resource_size() macroSascha Hauer
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer
2009-03-27imxfb: Fix TFT modeSascha Hauer
2009-03-27imxfb: add clock supportSascha Hauer
2009-03-13imxfb: Fix margin settingsSascha Hauer
2009-03-13imxfb: add mx27 supportSascha Hauer
2009-03-13imxfb: add 18 bit supportSascha Hauer
2009-03-13imxfb: add platform specific init/exit functionsSascha Hauer
2008-12-16i.MX Framebuffer: add TFT supportSascha Hauer
2008-12-16i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_dataSascha Hauer
2008-12-16i.MX Framebuffer: Cleanup Coding styleSascha Hauer
2008-12-16i.MX Framebuffer: remove header fileSascha Hauer
2008-12-16i.MX Framebuffer: fix marginsSascha Hauer
2008-12-16i.MX Framebuffer: Use readl/writel instead of direct pointer derefJuergen Beisert
2008-12-16i.MX Framebuffer: remove gpio setup functionSascha Hauer
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison