[PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver
From: linux@roeck-us.net (Guenter Roeck)
Date: 2014-05-07 21:33:31
Also in:
linux-watchdog, lkml
From: linux@roeck-us.net (Guenter Roeck)
Date: 2014-05-07 21:33:31
Also in:
linux-watchdog, lkml
On Tue, May 06, 2014 at 09:44:19PM -0500, Maxime Ripard wrote:
Most of the watchdog code is duplicated between the machine restart code and the watchdog driver. Add the restart hook to the watchdog driver, to be able to remove it from the machine code eventually. Signed-off-by: Maxime Ripard <redacted> Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>