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

2014-11-27 Thread Sanchayan Maity
On Wednesday 19 November 2014 10:19 AM, Sanchayan Maity wrote: > On Wednesday 19 November 2014 06:47 AM, Shawn Guo wrote: >> On Thu, Nov 13, 2014 at 11:03:09AM +0530, Sanchayan Maity wrote: >>> On Wednesday 12 November 2014 04:17 PM, Shawn Guo wrote: On Wed, Nov 12, 2014 at 02:26:51PM +0530, S

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

2014-11-18 Thread Sanchayan Maity
On Wednesday 19 November 2014 06:47 AM, Shawn Guo wrote: > On Thu, Nov 13, 2014 at 11:03:09AM +0530, Sanchayan Maity wrote: >> On Wednesday 12 November 2014 04:17 PM, Shawn Guo wrote: >>> On Wed, Nov 12, 2014 at 02:26:51PM +0530, Sanchayan Maity wrote: On Wednesday 12 November 2014 02:57 AM, S

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

2014-11-18 Thread Shawn Guo
On Thu, Nov 13, 2014 at 11:03:09AM +0530, Sanchayan Maity wrote: > On Wednesday 12 November 2014 04:17 PM, Shawn Guo wrote: > > On Wed, Nov 12, 2014 at 02:26:51PM +0530, Sanchayan Maity wrote: > >> On Wednesday 12 November 2014 02:57 AM, Stefan Agner wrote: > >>> On 2014-11-07 14:04, Sanchayan Mait

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

2014-11-12 Thread Sanchayan Maity
On Wednesday 12 November 2014 04:17 PM, Shawn Guo wrote: > On Wed, Nov 12, 2014 at 02:26:51PM +0530, Sanchayan Maity wrote: >> On Wednesday 12 November 2014 02:57 AM, Stefan Agner wrote: >>> On 2014-11-07 14:04, Sanchayan Maity wrote: This patch adds clock enable and disable support for t

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

2014-11-12 Thread Shawn Guo
On Wed, Nov 12, 2014 at 02:26:51PM +0530, Sanchayan Maity wrote: > On Wednesday 12 November 2014 02:57 AM, Stefan Agner wrote: > > On 2014-11-07 14:04, Sanchayan Maity wrote: > >> This patch adds clock enable and disable support for > >> the SNVS peripheral, which is required for using the > >> RTC

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

2014-11-12 Thread Sanchayan Maity
On Wednesday 12 November 2014 02:57 AM, Stefan Agner wrote: > On 2014-11-07 14:04, Sanchayan Maity wrote: >> This patch adds clock enable and disable support for >> the SNVS peripheral, which is required for using the >> RTC within the SNVS block. > > What happens if the device tree node is there

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

2014-11-11 Thread Stefan Agner
On 2014-11-07 14:04, Sanchayan Maity wrote: > This patch adds clock enable and disable support for > the SNVS peripheral, which is required for using the > RTC within the SNVS block. What happens if the device tree node is there while this patch is not applied? I guess the driver would load, but s

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

2014-11-07 Thread Sanchayan Maity
This patch adds clock enable and disable support for the SNVS peripheral, which is required for using the RTC within the SNVS block. Signed-off-by: Sanchayan Maity --- drivers/rtc/rtc-snvs.c | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a