1
linux/drivers/video/omap2/dss
Senthilvadivu Guruswamy 96c401bcb8 OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driver
Hwmod adaptation design requires each of the DSS HW IP to be a platform driver.
So a platform_driver of DSS is created and init exit methods are moved from core.c
to its driver probe,remove. pdev member has to be maintained by its own drivers.

DSS platform driver is registered from inside omap_dss_probe, in the order desired.

Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-03-11 15:46:19 +02:00
..
core.c OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driver 2011-03-11 15:46:19 +02:00
dispc.c OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new overlay manager. 2011-01-10 11:36:51 +02:00
display.c OMAP: DSS2: Remove extra return statement 2010-08-05 16:52:11 +03:00
dpi.c OMAP: DSS2: LCD2 Channel Changes for DISPC 2011-01-10 11:36:49 +02:00
dsi.c OMAP: DSS2: Change remaining DISPC functions for new omap_channel argument 2011-01-10 11:36:34 +02:00
dss_features.c OMAP: DSS2: Add dss_features for omap4 and overlay manager related features 2011-01-10 11:09:54 +02:00
dss_features.h OMAP: DSS2: Add dss_features for omap4 and overlay manager related features 2011-01-10 11:09:54 +02:00
dss.c OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driver 2011-03-11 15:46:19 +02:00
dss.h OMAP2, 3: DSS2: DSS: create platform_driver, move init, exit to driver 2011-03-11 15:46:19 +02:00
Kconfig OMAP: DSS2: Add Kconfig option for DPI display type 2010-05-18 14:14:29 +03:00
Makefile OMAP: DSS2: Introduce dss_features files 2010-10-22 23:21:03 +03:00
manager.c OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new overlay manager. 2011-01-10 11:36:51 +02:00
overlay.c OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new overlay manager. 2011-01-10 11:36:51 +02:00
rfbi.c OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interface drivers 2011-01-10 11:35:59 +02:00
sdi.c OMAP: DSS2: Change remaining DISPC functions for new omap_channel argument 2011-01-10 11:36:34 +02:00
venc.c OMAP: DSS2: VENC: don't call platform_enable/disable() twice 2010-05-18 14:14:30 +03:00