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 <li...@roeck-us.net> 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 <li...@roeck-us.net> > > > > --- > > 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 <diand...@chromium.org>
Thanks a lot! Guenter