Re: [PATCH v7 3/3] watchdog: renesas_wdt: Add restart handler

2018-03-01 Thread Geert Uytterhoeven
On Thu, Mar 1, 2018 at 7:17 PM, Fabrizio Castro wrote: > On iWave's boards iwg20d and iwg22d the only way to reboot the system is > by means of the watchdog. > This patch adds a restart handler to rwdt_ops, and also makes sure we > keep its priority to the lowest level, in order to not override ot

[PATCH v7 3/3] watchdog: renesas_wdt: Add restart handler

2018-03-01 Thread Fabrizio Castro
On iWave's boards iwg20d and iwg22d the only way to reboot the system is by means of the watchdog. This patch adds a restart handler to rwdt_ops, and also makes sure we keep its priority to the lowest level, in order to not override other more effective handlers. Signed-off-by: Fabrizio Castro Si