mbox series

[v1,0/2] rtc: update ds1388 support

Message ID 20200207031812.14424-1-chris.packham@alliedtelesis.co.nz
Headers show
Series rtc: update ds1388 support | expand

Message

Chris Packham Feb. 7, 2020, 3:18 a.m. UTC
The ds1388 as a slightly different register layout and watchdog timer
capabilities. Add support for both of these.

Chris Packham (2):
  rtc: ds1307: handle oscillator failure flags for ds1388 variant
  rtc: ds1307: add support for watchdog timer on ds1388

 drivers/rtc/rtc-ds1307.c | 114 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 114 insertions(+)

Comments

Chris Packham March 10, 2020, 11:56 p.m. UTC | #1
Hi All,

On Fri, 2020-02-07 at 16:18 +1300, Chris Packham wrote:
> The ds1388 as a slightly different register layout and watchdog timer
> capabilities. Add support for both of these.
> 
> Chris Packham (2):
>   rtc: ds1307: handle oscillator failure flags for ds1388 variant
>   rtc: ds1307: add support for watchdog timer on ds1388
> 
>  drivers/rtc/rtc-ds1307.c | 114 +++++++++++++++++++++++++++++++++++++++
>  1 file changed, 114 insertions(+)
> 

Been a while with no response on this. Friendly ping.