OMAP: DSS2: Move DPI & SDI init into DSS plat driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Mar 2011 10:47:54 +0000 (12:47 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:28 +0000 (15:46 +0200)
commit587b5e8269fab583e4e9d2d6bbdc77b289ac78a7
treefa322cec486f29d4f31a38e31c2f6bfc82370f1b
parent277b2881c3c0d97e214487fbd677b0590fb4acf3
OMAP: DSS2: Move DPI & SDI init into DSS plat driver

DPI and SDI are different from the other interfaces as they are not
hwmods and there is not platform driver for them. They could be said to
be a part of DSS or DISPC modules, although it's not a clear definition.

This patch moves DPI and SDI initialization into DSS platform driver,
making the code more consistent: omap_dss_probe() only initializes
platform drivers now.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/core.c
drivers/video/omap2/dss/dss.c
This page took 0.030169 seconds and 5 git commands to generate.