From: Shawn Guo Date: Tue, 20 Dec 2011 08:12:34 +0000 (+0800) Subject: ARM: mxs: select HAVE_CLK_PREPARE for clock X-Git-Tag: v3.3-rc1~135^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6abda3e129bfe4d74b5c274da7dff0e2b1488818;p=pandora-kernel.git ARM: mxs: select HAVE_CLK_PREPARE for clock 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 --- Reading git-diff-tree failed