Re: [PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

2014-09-29 Thread Sanchayan Maity
>> This patch adds clock enable and disable support >> for the SNVS peripheral which is required by the >> SNVS RTC. >> >> Signed-off-by: Sanchayan Maity >> --- >> drivers/rtc/rtc-snvs.c | 48 >> +++- >> 1 file changed, 39 insertions(+), 9 deletions(

Re: [PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

2014-09-29 Thread Stefan Agner
Am 2014-09-26 15:14, schrieb Sanchayan Maity: > This patch adds clock enable and disable support > for the SNVS peripheral which is required by the > SNVS RTC. > > Signed-off-by: Sanchayan Maity > --- > drivers/rtc/rtc-snvs.c | 48 > +++- > 1 file c

Re: [PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

2014-09-29 Thread Stefan Agner
Am 2014-09-28 05:56, schrieb Shawn Guo: > On Fri, Sep 26, 2014 at 06:44:01PM +0530, Sanchayan Maity wrote: >> This patch adds clock enable and disable support >> for the SNVS peripheral which is required by the >> SNVS RTC. >> >> Signed-off-by: Sanchayan Maity >> --- >> drivers/rtc/rtc-snvs.c |

Re: [PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

2014-09-27 Thread Shawn Guo
On Fri, Sep 26, 2014 at 06:44:01PM +0530, Sanchayan Maity wrote: > This patch adds clock enable and disable support > for the SNVS peripheral which is required by the > SNVS RTC. > > Signed-off-by: Sanchayan Maity > --- > drivers/rtc/rtc-snvs.c | 48 > +++--

[PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

2014-09-26 Thread Sanchayan Maity
This patch adds clock enable and disable support for the SNVS peripheral which is required by the SNVS RTC. Signed-off-by: Sanchayan Maity --- drivers/rtc/rtc-snvs.c | 48 +++- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/drivers/rt