From: Tomi Valkeinen Date: Tue, 17 May 2011 13:10:59 +0000 (+0300) Subject: OMAP: DSS2: Fix init and unit sequence X-Git-Tag: v3.1-rc1~98^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5930bdb57393a6ab9dc0c96fe5f03dcfb5bf43;p=pandora-kernel.git OMAP: DSS2: Fix init and unit sequence The initialization order of the DSS modules is important when pm_runtime support is implemented. Currently RFBI is initialized before DISPC, which will cause problems with pm_runtime as RFBI uses DISPC. The same goes for uninitialization order, and dss_uninit needs to be called last, and dispc_uninit just before that. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed