Re: [PATCH v8 06/10] watchdog: dw_wdt: Convert to use watchdog infrastructure

From: Guenter Roeck
Date: Wed Mar 02 2016 - 14:39:57 EST


On Tue, Mar 01, 2016 at 02:59:06PM -0800, Doug Anderson wrote:
> Guenter,
>
> On Sun, Feb 28, 2016 at 1:12 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
> > Convert driver to use watchdog infrastructure. This includes
> > infrastructure support to handle watchdog keepalive if the watchdog
> > is running while the watchdog device is closed.
> >
> > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> >
> > ---
> > v8: max_hw_timeout_ms -> max_hw_heartbeat_ms
> > Rebased to v4.5-rc5
> > v7: Set max_hw_timeout_ms
> > Rebased to v4.5-rc1
> > v6: Added patch
> > ---
> > drivers/watchdog/Kconfig | 1 +
> > drivers/watchdog/dw_wdt.c | 323 +++++++++++++++++-----------------------------
> > 2 files changed, 117 insertions(+), 207 deletions(-)
>
> I re-ran the same set of tests I ran against v7. They all still pass.
>
> Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

Thanks a lot!

Guenter