On 03/28/2015 11:05 AM, Aaro Koskinen wrote:
Convert OCTEON watchdog to WATCHDOG_CORE API. This enables support
for multiple watchdogs on OCTEON boards.
Signed-off-by: Aaro Koskinen <aaro.koskinen@xxxxxx>
---
drivers/watchdog/Kconfig | 1 +
drivers/watchdog/octeon-wdt-main.c | 185 ++++++++-----------------------------
2 files changed, 39 insertions(+), 147 deletions(-)
[...]
You didn't seem to say how it was tested.
If you have verified that "echo > /dev/watchdog" produces register dumps
and reboots the board, then the whole series:
Acked-by: David Daney <david.daney@xxxxxxxxxx>
Thanks for doing this, I had been meaning to make the conversion myself.
David.