summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx.c
Commit message (Collapse)AuthorAgeFilesLines
* video imx: specify num_modes in platform_dataSascha Hauer2012-01-051-0/+5
| | | | | | | | Without num_modes the imx fb driver won't work. Specify this in the boards and also bail out in the driver when num_modes is unspecified. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imxfb: Add support for multiple video modesChristian Hemp2011-12-131-1/+16
| | | | | | | | Add all available video modes to the framebuffer. devinfo fb0 shows the available modes. We can select a mode now. Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce io.hSascha Hauer2011-09-221-1/+1
| | | | | | | To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* video i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imxfb: do not enable framebuffer on startupSascha Hauer2010-06-241-2/+0
| | | | | | | The board code or startup script should enable it when it actually wants to. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imxfb: Add board specific hook to enable displaySascha Hauer2010-06-241-0/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rework device parametersSascha Hauer2010-06-171-8/+9
| | | | | | | | Change device parameters so that the memory management is in generic code. This also removes the need of storing statically initialized parameters as they are stored in a struct list_head for each device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX25 : add Framebuffer supportEric Benard2010-05-171-1/+18
| | | | | Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX21: support framebufferIvo Clarysse2010-04-021-0/+9
| | | | | | | | This patch allows using the i.MX (LCDC) framebuffer driver on boards using an i.MX21 SoC. Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-3/+3
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* imxfb: make framebuffer base address configurableSascha Hauer2009-10-131-4/+10
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX fb: Add support for overlay framebufferSascha Hauer2009-08-131-0/+148
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add framebuffer supportSascha Hauer2009-07-311-0/+415
This patch adds framebuffer support and a driver for i.MX[12] framebuffer devices. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>