Re: [rtc-linux] [PATCH 1/2] rtc: pcf2127: add support for pcf2127 watchdog functionality

2017-08-29 Thread Alexandre Belloni
Hi Sean, I know this patch is 7 months old but I never had the time to write a proper reply. This is using a pretty old API. Can you register a proper watchdog using the watchdog subsystem (see drivers/watchdog)? Also, please copy the watchdog maintainers. I understand this will require a signif

[rtc-linux] [PATCH 1/2] rtc: pcf2127: add support for pcf2127 watchdog functionality

2017-01-20 Thread Sean Nyekjaer
PCF2129 does not have watchdog functionality built-in so we are only allowing to enable watchdog for PCF2127. Watchdog functionality is done with great inspiration from the rtc-ds1374 driver. Signed-off-by: Sean Nyekjaer --- drivers/rtc/Kconfig | 7 ++ drivers/rtc/rtc-pcf2127.c | 174 ++