Re: [PATCH] rtc: abx80x: add basic watchdog support

2018-09-10 Thread kbuild test robot
Hi Jeremy, Thank you for the patch! Yet something to improve: [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on v4.19-rc2 next-20180906] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/li

Re: [PATCH] rtc: abx80x: add basic watchdog support

2018-09-08 Thread Alexandre Belloni
Hi, Please Cc the watchdog maintainers. Else, I have very few comments. On 07/09/2018 09:17:43-0600, Jeremy Gebben wrote: > The abx804 and abx805 chips have support for a simple watchdog > function that can trigger an external reset. > > Signed-off-by: Jeremy Gebben > --- > drivers/rtc/Kconfig

[PATCH] rtc: abx80x: add basic watchdog support

2018-09-07 Thread Jeremy Gebben
The abx804 and abx805 chips have support for a simple watchdog function that can trigger an external reset. Signed-off-by: Jeremy Gebben --- drivers/rtc/Kconfig | 11 +++ drivers/rtc/rtc-abx80x.c | 160 --- 2 files changed, 159 insertions(+), 12 deletion