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)
commitf36465822d2e2651e03baf5c4c1a90ee4c1f9cdd
treec778f050955a3cda41fedc25ce7a5c7b03df4f26
parent3393b85340a06e33ad290a4e7b88abe0d15d7499
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 <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