]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-spear: Add clk_{un}prepare() support
authorDeepak Sikri <deepak.sikri@st.com>
Thu, 29 Nov 2012 03:18:45 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:40 +0000 (16:23 +1100)
commit40542e7467e66c29f84e26b5e28d5c55bebd0f2f
tree56d5428da315d11e4ef8778e8245797d9399d9c2
parent1e309277b3c2bf29e942b820618ce3ac113e4bd3
rtc: rtc-spear: Add clk_{un}prepare() support

clk_{un}prepare is mandatory for platforms using common clock framework.
Because for SPEAr we don't do anything in clk_{un}prepare() calls, just
call them once in probe/remove.

Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-spear.c