clk: mmp: add spin lock for clk-frac
authorChao Xie <chao.xie@marvell.com>
Fri, 31 Oct 2014 02:13:42 +0000 (10:13 +0800)
committerMichael Turquette <mturquette@linaro.org>
Thu, 13 Nov 2014 00:33:37 +0000 (16:33 -0800)
The register used by clk-frac may be shared with
other clocks.
So it needs to use spin lock to protect the register
access.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>

No differences found