Re: [PATCH v3] watchdog: sp805: add restart handler

2018-05-08 Thread Jongsung Kim
On 05/04/2018 10:11 PM, Guenter Roeck wrote: > On 05/03/2018 11:05 PM, Jongsung Kim wrote: >> Add restart handler for SP805 watchdog so that the driver can be >> used to reboot the system. >> >> Signed-off-by: Jongsung Kim >> Cc: Guenter Roeck > > Reviewed-by: Guenter Roeck > >> --- > > For futu

Re: [PATCH v3] watchdog: sp805: add restart handler

2018-05-04 Thread Guenter Roeck
On 05/03/2018 11:05 PM, Jongsung Kim wrote: Add restart handler for SP805 watchdog so that the driver can be used to reboot the system. Signed-off-by: Jongsung Kim Cc: Guenter Roeck Reviewed-by: Guenter Roeck --- For future patches: change log goes here, please. Thanks, Guenter dri

[PATCH v3] watchdog: sp805: add restart handler

2018-05-03 Thread Jongsung Kim
Add restart handler for SP805 watchdog so that the driver can be used to reboot the system. Signed-off-by: Jongsung Kim Cc: Guenter Roeck --- drivers/watchdog/sp805_wdt.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wd