summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx-ipu-fb.c
Commit message (Expand)AuthorAgeFilesLines
* fb: imx-ipu-fb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+10
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* ARM i.MX: get rid of imx-regs.hSascha Hauer2012-10-171-1/+1
* ARM i.MX35: Cleanup remaining unprefixed registersSascha Hauer2012-10-171-2/+2
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-041-2/+8
|\
| * video i.MX IPU: Switch to clock supportSascha Hauer2012-10-041-2/+8
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
|/
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* imx-ipu-fb: Add overlay supportTeresa Gámez2012-01-231-14/+143
* imx-ipu-fb: Fix offset for IPU Clock.Teresa Gámez2012-01-231-1/+1
* imx-ipu-fb: Add support for multiple video modesTeresa Gámez2012-01-231-1/+9
* introduce io.hSascha Hauer2011-09-221-1/+1
* video i.MX ipu: convert to struct resourceSascha Hauer2011-07-191-1/+1
* imx-ipu-fb: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* fb: i.MX IPU: fold mx3fb_set_par into its only userSascha Hauer2010-10-221-22/+5
* fb: i.MX IPU: move fb_info initialization to a single functionSascha Hauer2010-10-221-28/+35
* fb: i.MX IPU: remove unnecessary printfSascha Hauer2010-10-221-2/+0
* imx-ipu-fb: set default bits per pixel at 16 for mx3Jean-Christophe PLAGNIOL-VILLARD2010-09-271-0/+1
* imx-ipu-fb: do not enable framebuffer on startupEric Bénard2010-06-301-2/+0
* imx-ipu-fb: Add board specific hook to enable displayEric Bénard2010-06-301-0/+8
* Fix compile time errors when DEBUG is definedJuergen Beisert2010-02-121-2/+2
* fb: Add a i.MX IPU framebuffer driverJuergen nogit Beisert2009-12-091-0/+919