From: Tomi Valkeinen Date: Wed, 2 Mar 2011 10:47:54 +0000 (+0200) Subject: OMAP: DSS2: Move DPI & SDI init into DSS plat driver X-Git-Tag: v2.6.39-rc1~98^2~58^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587b5e8269fab583e4e9d2d6bbdc77b289ac78a7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed