Re: [rtc-linux] [PATCH 1/2] rtc: ds1307: add ds1308 variant

2017-07-06 Thread Alexandre Belloni
On 08/06/2017 at 12:36:54 +0200, Sean Nyekjaer wrote: > The ds1308 variant is very similar to the already supported ds1338 > variant, it have more debug registers and a square wave clock output. > > Signed-off-by: Sean Nyekjaer > --- > drivers/rtc/rtc-ds1307.c | 12 > 1 file changed

[rtc-linux] [PATCH 1/2] rtc: ds1307: add ds1308 variant

2017-06-08 Thread Sean Nyekjaer
The ds1308 variant is very similar to the already supported ds1338 variant, it have more debug registers and a square wave clock output. Signed-off-by: Sean Nyekjaer --- drivers/rtc/rtc-ds1307.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/