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

2018-03-01 Thread Wolfram Sang
On Thu, Mar 01, 2018 at 03:44:08PM +, 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 a medium level, in order to not over

[PATCH v6 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 a medium level, in order to not override other more effective handlers. Signed-off-by: Fabrizio Castro Sign