Re: [PATCH 2/3] rtc: ftrtc010: handle dates after 2106

2018-06-13 Thread Linus Walleij
On Mon, Jun 4, 2018 at 4:15 PM, Alexandre Belloni wrote: > Use correct types for offset and time and use > rtc_time64_to_tm/rtc_tm_to_time64 to handle dates after 2106 properly. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH 2/3] rtc: ftrtc010: handle dates after 2106

2018-06-07 Thread Hans Ulli Kroll
On Mon, 4 Jun 2018, Alexandre Belloni wrote: > Use correct types for offset and time and use > rtc_time64_to_tm/rtc_tm_to_time64 to handle dates after 2106 properly. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-ftrtc010.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 d