aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/mxsfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02video: mxsfb: fix color settings for 18bit data bus and 32bppHector Palacios1-26/+0
2013-06-26video: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-26video: mxsfb: remove redundant dev_err call in mxsfb_probe()Wei Yongjun1-1/+0
2013-05-09video: mxsfb: Adapt to new videomode APIFabio Estevam1-4/+4
2013-04-08video: mxsfb: Introduce regulator supportFabio Estevam1-18/+23
2013-04-04video: mxsfb: remove mxsfb_platform_dataShawn Guo1-24/+17
2013-04-04video: mxsfb: get display timings from device treeShawn Guo1-12/+110
2013-04-04video: mxsfb: remove dotclk_delay from platform_dataShawn Guo1-1/+0
2013-04-04video: mxsfb: remove fb_phys/fb_size from platform_dataShawn Guo1-32/+7
2013-04-04video: mxsfb: use devm_* managed functionsShawn Guo1-34/+16
2013-03-19ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut1-2/+5
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2013-01-04video: mxsfb: fix crash when unblanking the displayLothar Waßmann1-1/+2
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-07-03video: mxsfb: add simple device tree probeShawn Guo1-13/+47
2012-07-03video: mxsfb: move mxsfb.h into include/linuxShawn Guo1-1/+1
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds1-0/+13
2012-05-12video: mxsfb: adopt pinctrl supportShawn Guo1-0/+9
2012-04-21i.MX28: Shut down the LCD controller to avoid BootROM sampling bugMarek Vasut1-0/+13
2012-01-14Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-12/+1
2011-12-28video: mxsfb: convert to clk_prepare/clk_unprepareShawn Guo1-4/+4
2011-12-21MXSFB: Fix driver registrationMarek Vasut1-1/+1
2011-12-03video: convert drivers/video/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-01video: mxsfb: add missing include of linux/module.hAxel Lin1-0/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-07video: Add i.MX23/28 framebuffer driverSascha Hauer1-0/+919