Re: [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code

2020-12-08 Thread Alexandre Belloni
On 07/12/2020 16:59:52-0400, Jason Gunthorpe wrote: > On Sun, Dec 06, 2020 at 10:46:19PM +0100, Thomas Gleixner wrote: > > rtc_set_ntp_time() is not really RTC functionality as the code is just a > > user of RTC. Move it into the NTP code which allows further cleanups. > > > > Requested-by: Alexan

Re: [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code

2020-12-07 Thread Jason Gunthorpe
On Sun, Dec 06, 2020 at 10:46:19PM +0100, Thomas Gleixner wrote: > rtc_set_ntp_time() is not really RTC functionality as the code is just a > user of RTC. Move it into the NTP code which allows further cleanups. > > Requested-by: Alexandre Belloni > Signed-off-by: Thomas Gleixner > --- > driver

[patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code

2020-12-06 Thread Thomas Gleixner
rtc_set_ntp_time() is not really RTC functionality as the code is just a user of RTC. Move it into the NTP code which allows further cleanups. Requested-by: Alexandre Belloni Signed-off-by: Thomas Gleixner --- drivers/rtc/Makefile |1 drivers/rtc/systohc.c | 61 -