Re: [PATCH v3 2/3] rtc: implement a sysfs interface for clock offset

2016-02-04 Thread Alexandre Belloni
A really small nitpick below On 03/02/2016 at 09:16:43 -0800, Joshua Clayton wrote : > clock offset may be set and read in decimal parts per billion > attribute is /sys/class/rtc/rtcN/offset > The attribute is only visible for rtcs that have set_offset implemented. > > Signed-off-by: Joshua Clay

[PATCH v3 2/3] rtc: implement a sysfs interface for clock offset

2016-02-03 Thread Joshua Clayton
clock offset may be set and read in decimal parts per billion attribute is /sys/class/rtc/rtcN/offset The attribute is only visible for rtcs that have set_offset implemented. Signed-off-by: Joshua Clayton --- Documentation/rtc.txt | 6 ++ drivers/rtc/rtc-sysfs.c | 35 +