Re: [PATCH] wdt: sp805: add watchdog_stop on reboot

2020-11-27 Thread Guenter Roeck
On Fri, Nov 27, 2020 at 03:52:17PM +0800, Qiang Zhao wrote: > From: Zhao Qiang > > Call watchdog_stop_on_reboot in probe func > > Signed-off-by: Zhao Qiang Reviewed-by: Guenter Roeck > --- > drivers/watchdog/sp805_wdt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] wdt: sp805: add watchdog_stop on reboot

2020-11-26 Thread Qiang Zhao
From: Zhao Qiang Call watchdog_stop_on_reboot in probe func Signed-off-by: Zhao Qiang --- drivers/watchdog/sp805_wdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index 190d26e..958dc32 100644 ---