Re: [PATCH v3 3/3] rtc: omap: Add external clock enabling support

2015-08-18 Thread Johan Hovold
On Tue, Aug 18, 2015 at 11:48:44AM +0530, Keerthy wrote: > Configure the clock source to external clock if available. > External clock is preferred as it can be ticking during suspend. > > Signed-off-by: Keerthy > --- > drivers/rtc/rtc-omap.c | 33 ++--- > 1 file chan

[PATCH v3 3/3] rtc: omap: Add external clock enabling support

2015-08-17 Thread Keerthy
Configure the clock source to external clock if available. External clock is preferred as it can be ticking during suspend. Signed-off-by: Keerthy --- drivers/rtc/rtc-omap.c | 33 ++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-oma