Re: [PATCH v2] rtc: st-lpc: add range

2018-05-23 Thread Patrice CHOTARD
Hi Alexandre On 05/21/2018 10:49 PM, Alexandre Belloni wrote: > The RTC has a 64 bit counter. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-st-lpc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/rtc/rtc-st-lpc.c b/drivers/rtc/rtc-st-lpc.c > index 2f1ef2c28

[PATCH v2] rtc: st-lpc: add range

2018-05-21 Thread Alexandre Belloni
The RTC has a 64 bit counter. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-st-lpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/rtc/rtc-st-lpc.c b/drivers/rtc/rtc-st-lpc.c index 2f1ef2c28740..bee75ca7ff79 100644 --- a/drivers/rtc/rtc-st-lpc.c +++ b/drivers/rtc/rtc-st-lp