]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-spear: Add clk_{un}prepare() support
authorDeepak Sikri <deepak.sikri@st.com>
Fri, 9 Nov 2012 03:04:59 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:26 +0000 (15:17 +1100)
commit652c68209e622ebf1cc09a70cbbdcbb57ed2b694
tree27a97589f9fcd9c66a6cf5de91de0efa291a6415
parent0c0b6c2a849250fced5d74220562af2d3ff7e348
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