]> git.kernelconcepts.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>
Wed, 14 Nov 2012 04:55:19 +0000 (15:55 +1100)
commit95c5cb2ef2bd209bd5052bb80a6d98d84b7210cb
tree63cd2d0818703fe2c0b51d28fd901760492ddbff
parent9384fe19c5e07518248a8b9954ea4e3e561fcbbf
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