Re: [PATCH] watchdog: Add 'action' and 'data' parameters to restart handler callback

2016-03-04 Thread Wim Van Sebroeck
Hi Guenter, > The 'action' (or restart mode) and data parameters may be used by restart > handlers, so they should be passed to the restart callback functions. > > Cc: Sylvain Lemieux > Signed-off-by: Guenter Roeck > --- > drivers/watchdog/bcm47xx_wdt.c | 3 ++- > drivers/watchdog/da9063_wdt

[PATCH] watchdog: Add 'action' and 'data' parameters to restart handler callback

2016-02-26 Thread Guenter Roeck
The 'action' (or restart mode) and data parameters may be used by restart handlers, so they should be passed to the restart callback functions. Cc: Sylvain Lemieux Signed-off-by: Guenter Roeck --- drivers/watchdog/bcm47xx_wdt.c | 3 ++- drivers/watchdog/da9063_wdt.c| 3 ++- drivers/watchd