summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: imx: Add a name to perclkSascha Hauer2014-02-101-1/+1
* video: ipufb: Use uncached memory for framebufferSascha Hauer2013-12-201-2/+7
* video: simplefb: Add a8r8g8b8 supportSascha Hauer2013-12-201-0/+8
* video: simplefb: Add of reserve entry for framebuffer memorySascha Hauer2013-12-201-0/+3
* video: imx-ipu-fb: Allow to specify framebuffer memory size via platform_dataSascha Hauer2013-12-201-2/+7
* video: Add screen_size fieldSascha Hauer2013-12-201-0/+2
* video: imx-ipu-fb: Do not modify pwm registerSascha Hauer2013-12-201-5/+0
* video: ipufb: Allow to disable fractional pixelclock dividerSascha Hauer2013-12-201-2/+9
* video: ipufb: Fix divider debug printSascha Hauer2013-12-201-1/+1
* video: ipufb: Fix 24bit format and implement 32bit formatSascha Hauer2013-12-201-1/+8
* video: ipufb: calculate channel param fields from fb_bitfieldsSascha Hauer2013-12-201-33/+59
* video: ipufb: do not use bitfieldsSascha Hauer2013-12-201-142/+129
* video: ipufb: make disp_data_fmt configurableSascha Hauer2013-12-181-26/+18
* video: set up the kernel's simple framebuffer driverAndre Heider2013-11-064-0/+182
* video: add a BCM2835 framebuffer driverAndre Heider2013-11-063-0/+143
* fb: add a line_length value to struct fb_infoAndre Heider2013-11-061-2/+9
* video/stm: enable clock to get the display workingEric Bénard2013-09-101-0/+1
* video/stm: don't fail when the pixel clock is properly setEric Bénard2013-09-101-1/+1
* fb: make fb device a pure deviceSascha Hauer2013-08-071-63/+35
* ARM: MXS: introduce stmp device supportSascha Hauer2013-07-231-5/+6
* Merge branch 'for-next/omap'Sascha Hauer2013-07-014-0/+720
|\
| * omap-fb: add driverChristoph Fritz2013-06-244-0/+720
* | video: stm: switch to clk supportSascha Hauer2013-06-201-2/+7
|/
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-303-7/+7
* fb: imx-ipu-fb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+10
* fb: imxfb: Use dev_add_param_int for alpha parameterSascha Hauer2013-04-111-17/+9
* fb: Use dev_add_param_bool for enable parameterSascha Hauer2013-04-111-21/+12
* fb: calculate resource endJan Weitzel2013-04-021-2/+2
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-138-54/+8
* Merge branch 'for-next/imx'Sascha Hauer2013-02-041-7/+22
|\
| * i.MX21/27: don't enable lcd bus clocks too earlyDaniel Mierswa2013-01-171-7/+22
* | Merge branch 'for-next/at91'Sascha Hauer2013-02-046-0/+920
|\ \ | |/ |/|
| * atmel_lcdfb: fix warning: implicit declaration of function 'clk_get_rate'Jean-Christophe PLAGNIOL-VILLARD2013-02-041-0/+1
| * video: add Atmel HLCD supportJean-Christophe PLAGNIOL-VILLARD2013-01-315-1/+308
| * atmel_lcdfb: factorise common code between lcdc and new hlcdc IPJean-Christophe PLAGNIOL-VILLARD2013-01-314-280/+380
| * video: add atmel lcdc frambuffer supportJean-Christophe PLAGNIOL-VILLARD2013-01-283-0/+512
|/
* Fix wrong Kconfig reference to ARCH_IMX31Alexander Shiyan2012-12-081-2/+2
* Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* ARM i.MX: get rid of imx-regs.hSascha Hauer2012-10-172-2/+1
* ARM i.MX35: Cleanup remaining unprefixed registersSascha Hauer2012-10-171-2/+2
* video i.MX: Use regular clk_[en|dis]able functionsSascha Hauer2012-10-101-39/+5
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-042-4/+16
|\
| * ARM i.MX: Remove old clock supportSascha Hauer2012-10-041-1/+0
| * video i.MX IPU: Switch to clock supportSascha Hauer2012-10-041-2/+8
| * video i.MX: Switch to clock supportSascha Hauer2012-10-041-1/+8
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-046-6/+6
* | fb: move add param to bus probeJean-Christophe PLAGNIOL-VILLARD2012-10-041-11/+12
|/
* Merge branch 'for-next/sandbox'Sascha Hauer2012-10-033-0/+106
|\
| * sandbox: add sdl video supportJean-Christophe PLAGNIOL-VILLARD2012-09-253-0/+106