summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/omapfb.h
Commit message (Collapse)AuthorAgeFilesLines
* OMAPFB: remove remaining OMAP arch checksTomi Valkeinen2012-02-231-4/+0
| | | | | | | | | Now that the old omapfb driver is only omap1 display driver, there's no need to check if the arch is omap1. This patch removes the few remaining checks for the arch. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
* OMAPFB: Move old omapfb private structs to a private include fileTomi Valkeinen2012-02-231-0/+25
| | | | | | | include/linux/omapfb.h contains structs that are used only by the omapfb driver. Move the structs into drivers/video/omap/omapfb.h. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
* OMAPFB: Remove OMAP2/3 support from old omapfb driverTomi Valkeinen2012-02-221-4/+0
| | | | | | | | Old omapfb driver (drivers/video/omap/) is no longer used for OMAP2+ devices, and thus we can remove OMAP2+ support from it and make it an OMAP1 omapfb driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
* OMAP: OMAPFB: fix clk_get for RFBITomi Valkeinen2010-01-111-0/+2
| | | | | | | omapfb platform device was still used to get clocks inside rfbi.c Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com> Tested-by: Sergey Lapin <slapin@ossfans.org>
* OMAP: OMAPFB: split omapfb.hTomi Valkeinen2009-12-091-0/+227
Split arch/arm/plat-omap/include/mach/omapfb.h into two files: include/linux/omapfb.h - ioctls etc for userspace and some kernel stuff for board files drivers/video/omap/omapfb.h - for omapfb internal use This cleans up omapfb.h and also makes it easier for the upcoming new DSS driver to co-exist with the old driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com> Acked-by: Tony Lindgren <tony@atomide.com>
OpenPOWER on IntegriCloud