summaryrefslogtreecommitdiffstats
path: root/drivers/video/mxsfb.c
Commit message (Expand)AuthorAgeFilesLines
* video: mxsfb: fix broken videomode selectionLothar Waßmann2014-01-171-70/+50Star
* video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error me...Lothar Waßmann2014-01-171-3/+3
* video: mxsfb: Add missing breakMarek Vasut2013-09-261-0/+1
* Merge tag 'fbdev-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-09-051-14/+1Star
|\
| * video: mxsfb: simplify use of devm_ioremap_resourceJulia Lawall2013-08-301-6/+1Star
| * video: mxsfb: Let device core handle pinctrlFabio Estevam2013-07-261-8/+0Star
* | video: mxsfb: fix color settings for 18bit data bus and 32bppHector Palacios2013-08-021-26/+0Star
|/
* video: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-261-2/+0Star
* video: mxsfb: remove redundant dev_err call in mxsfb_probe()Wei Yongjun2013-06-261-1/+0Star
* video: mxsfb: Adapt to new videomode APIFabio Estevam2013-05-091-4/+4
* video: mxsfb: Introduce regulator supportFabio Estevam2013-04-081-18/+23
* video: mxsfb: remove mxsfb_platform_dataShawn Guo2013-04-041-24/+17Star
* video: mxsfb: get display timings from device treeShawn Guo2013-04-041-12/+110
* video: mxsfb: remove dotclk_delay from platform_dataShawn Guo2013-04-041-1/+0Star
* video: mxsfb: remove fb_phys/fb_size from platform_dataShawn Guo2013-04-041-32/+7Star
* video: mxsfb: use devm_* managed functionsShawn Guo2013-04-041-34/+16Star
* ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut2013-03-191-2/+5
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-091-1/+2
|\
| * video: mxsfb: fix crash when unblanking the displayLothar Waßmann2013-01-041-1/+2
* | Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-6/+6
|/
* video: mxsfb: add simple device tree probeShawn Guo2012-07-031-13/+47
* video: mxsfb: move mxsfb.h into include/linuxShawn Guo2012-07-031-1/+1
* Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-021-0/+13
|\
| * i.MX28: Shut down the LCD controller to avoid BootROM sampling bugMarek Vasut2012-04-211-0/+13
* | video: mxsfb: adopt pinctrl supportShawn Guo2012-05-121-0/+9
|/
* Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-01-151-12/+1Star
|\
| * MXSFB: Fix driver registrationMarek Vasut2011-12-211-1/+1
| * video: convert drivers/video/* to use module_platform_driver()Axel Lin2011-12-031-12/+1Star
* | video: mxsfb: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-4/+4
|/
* video: mxsfb: add missing include of linux/module.hAxel Lin2011-09-011-0/+1
* treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* video: Add i.MX23/28 framebuffer driverSascha Hauer2011-03-071-0/+919