Re: [PATCH 3/3] rtc: ftrtc010: let the core handle range

2018-06-13 Thread Alexandre Belloni
On 13/06/2018 11:10:35+0200, Linus Walleij wrote: > On Mon, Jun 4, 2018 at 4:15 PM, Alexandre Belloni > wrote: > > The current range handling is highly suspicious. Anyway, let the core > > handle it. > > Hmmm. I have datasheets, do you need some input about the hardware? > Something I should patc

Re: [PATCH 3/3] rtc: ftrtc010: let the core handle range

2018-06-13 Thread Linus Walleij
On Mon, Jun 4, 2018 at 4:15 PM, Alexandre Belloni wrote: > The current range handling is highly suspicious. Anyway, let the core > handle it. Hmmm. I have datasheets, do you need some input about the hardware? Something I should patch? > The RTC has a 32 bit counter on top of days + hh:mm:ss reg

Re: [PATCH 3/3] rtc: ftrtc010: let the core handle range

2018-06-07 Thread Hans Ulli Kroll
On Mon, 4 Jun 2018, Alexandre Belloni wrote: > The current range handling is highly suspicious. Anyway, let the core > handle it. > The RTC has a 32 bit counter on top of days + hh:mm:ss registers. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-ftrtc010.c | 13 ++--- > 1 f

[PATCH 3/3] rtc: ftrtc010: let the core handle range

2018-06-04 Thread Alexandre Belloni
The current range handling is highly suspicious. Anyway, let the core handle it. The RTC has a 32 bit counter on top of days + hh:mm:ss registers. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-ftrtc010.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dr