Re: [PATCH 2/3] rtc: ds1307: add Intersil ISL12057 support

2016-07-14 Thread Arnaud Ebalard
Alexandre Belloni writes: > Intersil ISL12057 is a drop-in replacement for DS1337. It can be supported > by the ds1307 driver. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/Kconfig | 8 > drivers/rtc/rtc-ds1307.c | 6 ++ > 2 files changed, 10 insertions(+), 4 delet

[PATCH 2/3] rtc: ds1307: add Intersil ISL12057 support

2016-07-12 Thread Alexandre Belloni
Intersil ISL12057 is a drop-in replacement for DS1337. It can be supported by the ds1307 driver. Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 8 drivers/rtc/rtc-ds1307.c | 6 ++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/Kconfig b/