summaryrefslogtreecommitdiffstats
path: root/drivers/video/stm.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* rework remap_rangeSascha Hauer2015-11-031-3/+2
* video: stm: reserve framebuffer memory for LinuxSascha Hauer2015-07-061-0/+2
* video: stm: honor display_flagsSascha Hauer2015-07-061-2/+4
* video: stm: read bits-per-pixel from device treeSascha Hauer2015-07-061-0/+3
* video: stm: read interface width from device treeSascha Hauer2015-07-061-0/+6
* video: stm: use uncached memorySascha Hauer2015-07-061-1/+8
* video: stm: code buswidth in platform data as decimalSascha Hauer2015-07-061-6/+26
* video: stm: copy platform_data to driver dataSascha Hauer2015-07-061-16/+26
* video: stm: remove unnecessary info functionSascha Hauer2015-07-061-13/+0
* video: stmfb: Add device tree supportSascha Hauer2015-06-121-10/+42
* drivers: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-051-1/+0
* video: introduce struct display_timingsSascha Hauer2014-03-291-3/+3
* 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
* ARM: MXS: introduce stmp device supportSascha Hauer2013-07-231-5/+6
* video: stm: switch to clk supportSascha Hauer2013-06-201-2/+7
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-1/+2
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* fb: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* fb i.MX23/28: Add the reset control of LCDGregory CLEMENT2011-01-211-0/+11
* ARM STM/i.MX: Add possibility to choose the bit per pixel for STM video driverGregory CLEMENT2011-01-211-1/+4
* fb i.MX23/28: rename imx_fb_videomode to imx_fb_platformdataSascha Hauer2011-01-201-6/+6
* fb i.MX23/28: add platform data hook to enable backlightSascha Hauer2011-01-201-0/+6
* video stm/mx2x: allow to pass in fb memory from platform dataSascha Hauer2011-01-191-2/+9
* video stm/mx2x: simplify memory allocationSascha Hauer2011-01-191-24/+2
* ARM STM/i.MX: Add video driver for i.MX23/i.MX28Juergen Beisert2010-12-211-0/+540