ARM: mxs: select HAVE_CLK_PREPARE for clock
authorShawn Guo <shawn.guo@linaro.org>
Tue, 20 Dec 2011 08:12:34 +0000 (16:12 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 28 Dec 2011 13:35:08 +0000 (21:35 +0800)
This patch adds clk_prepare/clk_unprepare for mxs clock api by
renaming the existing non-atomic clk_enable/clk_disable to
clk_prepare/clk_unprepare and adding a pair of dummy
clk_enable/clk_disable.  Then with selecting HAVE_CLK_PREPARE for
mxs clock, we can fix the mutex locking warning that has been
reported for a few times.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found