From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Wed, 03 Sep 2014 11:04:24 -0700 Subject: [PATCH 02/12] clk: mmp: add spin lock for clk-frac In-Reply-To: <1409027904-21859-3-git-send-email-chao.xie@marvell.com> References: <1409027904-21859-1-git-send-email-chao.xie@marvell.com> <1409027904-21859-3-git-send-email-chao.xie@marvell.com> Message-ID: <20140903180424.11368.36053@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Chao Xie (2014-08-25 21:38:14) > From: Chao Xie > > 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 This patch will break against the latest clk-next due to api changes. You can see more here[0] and use this script to update your code if you like[1]. Basically the calls to clk_set_rate need to be changed to clk_provider_set_rate. [0] http://lkml.kernel.org/r/<1409758148-20104-1-git-send-email-tomeu.vizoso@collabora.com> [1] http://cgit.collabora.com/git/user/tomeu/linux.git/commit/?h=clk-refactoring-9&id=ea48c0d655346cce26329523cf24574f9ea8feee Regards, Mike