OMAP: DSS2: DISPC: remove finegrained clk enables/disables
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 May 2011 11:12:26 +0000 (14:12 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:22:05 +0000 (10:22 +0300)
commite6d80f950a77ca48eada6457a290dc5471e1dd73
tree79ccbe680e6d777375282e318b3fe19dd40f9c2b
parentaea4eb9590c6fa36e1b68b9cf5c3e4ddea402812
OMAP: DSS2: DISPC: remove finegrained clk enables/disables

dispc.c enables and disables clocks in almost every function to make
sure the clocks are enabled when the function is called. This is rather
unoptimal way to handle the problem.

With pm_runtime other components have to call dispc_runtime_get() to
enable dispc clocks before calling any other dispc functions. Thus the
finegrained clk enables/disables can be removed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c