[PATCH 2/3] rtc: rtc-spear: Add clk_{un}prepare() support

2012-11-08 Thread Viresh Kumar
From: Deepak Sikri 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 ones in probe/remove. Signed-off-by: Deepak Sikri Signed-off-by: Viresh Kumar --- drivers/rtc/rtc-spear.c | 6 +++---

[PATCH 2/3] rtc: rtc-spear: Add clk_{un}prepare() support

2012-11-08 Thread Viresh Kumar
From: Deepak Sikri deepak.si...@st.com 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 ones in probe/remove. Signed-off-by: Deepak Sikri deepak.si...@st.com Signed-off-by: Viresh Kumar