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

2016-03-02 Thread Guenter Roeck
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 wrote: > > Convert driver to use watchdog infrastructure. This includes > > infrastructure support to handle watchdog keepalive if the watchdog > > is running while the wat

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

2016-03-01 Thread Doug Anderson
Guenter, On Sun, Feb 28, 2016 at 1:12 PM, Guenter Roeck 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 > > --- > v8: max

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

2016-02-28 Thread Guenter Roeck
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 --- v8: max_hw_timeout_ms -> max_hw_heartbeat_ms Rebased to v4.5-rc5 v7: Set max_hw_ti