Re: [PATCH 1/3] rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64

2019-03-23 Thread David Miller
From: Alexandre Belloni Date: Fri, 22 Mar 2019 08:22:54 +0100 > Call the 64bit versions of rtc_tm time conversion as the hypervisor handles > 64bit values. > > Signed-off-by: Alexandre Belloni Acked-by: David S. Miller

[PATCH 1/3] rtc: sun4v: switch to rtc_time64_to_tm/rtc_tm_to_time64

2019-03-22 Thread Alexandre Belloni
Call the 64bit versions of rtc_tm time conversion as the hypervisor handles 64bit values. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-sun4v.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/rtc/rtc-sun4v.c b/drivers/rtc/rtc-sun4v.c index