OMAP: DSS2: remove unneeded fck enable/disables
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Aug 2011 08:54:39 +0000 (11:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 20 Sep 2011 08:21:31 +0000 (11:21 +0300)
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 <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/venc.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge