Re: [PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-10 Thread Alexandre Belloni
On 09/11/2017 at 15:09:20 +0800, Baolin Wang wrote: > Use time64_t variables and related APIs for sysfs interfaces to > support setting time or alarm after the year 2038 on 32-bit system. > > Signed-off-by: Baolin Wang > --- > drivers/rtc/rtc-sysfs.c | 25

Re: [PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-10 Thread Alexandre Belloni
On 09/11/2017 at 15:09:20 +0800, Baolin Wang wrote: > Use time64_t variables and related APIs for sysfs interfaces to > support setting time or alarm after the year 2038 on 32-bit system. > > Signed-off-by: Baolin Wang > --- > drivers/rtc/rtc-sysfs.c | 25 + > 1 file

Re: [PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-09 Thread Arnd Bergmann
On Thu, Nov 9, 2017 at 8:09 AM, Baolin Wang wrote: > Use time64_t variables and related APIs for sysfs interfaces to > support setting time or alarm after the year 2038 on 32-bit system. > > Signed-off-by: Baolin Wang Looks good, Reviewed-by:

Re: [PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-09 Thread Arnd Bergmann
On Thu, Nov 9, 2017 at 8:09 AM, Baolin Wang wrote: > Use time64_t variables and related APIs for sysfs interfaces to > support setting time or alarm after the year 2038 on 32-bit system. > > Signed-off-by: Baolin Wang Looks good, Reviewed-by: Arnd Bergmann

[PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-08 Thread Baolin Wang
Use time64_t variables and related APIs for sysfs interfaces to support setting time or alarm after the year 2038 on 32-bit system. Signed-off-by: Baolin Wang --- drivers/rtc/rtc-sysfs.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-)

[PATCH] rtc: Use time64_t variables to set time/alarm from sysfs

2017-11-08 Thread Baolin Wang
Use time64_t variables and related APIs for sysfs interfaces to support setting time or alarm after the year 2038 on 32-bit system. Signed-off-by: Baolin Wang --- drivers/rtc/rtc-sysfs.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git