Re: [PATCH 1/3] rtc: tegra: set range

2019-04-08 Thread Thierry Reding
On Mon, Apr 08, 2019 at 01:54:06PM +0200, Alexandre Belloni wrote: > On 08/04/2019 12:22:49+0200, Thierry Reding wrote: > > On Sun, Apr 07, 2019 at 11:16:44PM +0200, Alexandre Belloni wrote: > > > The Tegra 20 RTC is a 32bit seconds counter (with an unused millisecond > > > counter). > > > > > >

Re: [PATCH 1/3] rtc: tegra: set range

2019-04-08 Thread Alexandre Belloni
On 08/04/2019 12:22:49+0200, Thierry Reding wrote: > On Sun, Apr 07, 2019 at 11:16:44PM +0200, Alexandre Belloni wrote: > > The Tegra 20 RTC is a 32bit seconds counter (with an unused millisecond > > counter). > > > > Signed-off-by: Alexandre Belloni > > --- > > drivers/rtc/rtc-tegra.c | 24

Re: [PATCH 1/3] rtc: tegra: set range

2019-04-08 Thread Thierry Reding
On Sun, Apr 07, 2019 at 11:16:44PM +0200, Alexandre Belloni wrote: > The Tegra 20 RTC is a 32bit seconds counter (with an unused millisecond > counter). > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-tegra.c | 24 ++-- > 1 file changed, 14 insertions(+), 10

[PATCH 1/3] rtc: tegra: set range

2019-04-07 Thread Alexandre Belloni
The Tegra 20 RTC is a 32bit seconds counter (with an unused millisecond counter). Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-tegra.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/drivers/rtc/rtc-tegra.c b/drivers/rtc/rtc-tegra.c index