From: Tomi Valkeinen Date: Tue, 2 Aug 2011 08:54:39 +0000 (+0300) Subject: OMAP: DSS2: remove unneeded fck enable/disables X-Git-Tag: v3.2-rc1~98^2~1^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36465822d2e2651e03baf5c4c1a90ee4c1f9cdd;p=pandora-kernel.git OMAP: DSS2: remove unneeded fck enable/disables Now that the HWMOD fmwk handles the fcks of DSS modules properly, the DSS driver no longer needs to explicitely enable/disable the fck. This patch removes the enables/disables of fck from dispc, dsi and dss. The clk_get(fck) is still needed there, as the modules need to know the frequency of the clock. For hdmi and venc this patch also removes the clk_get(fck), as they don't need the clock at all. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed