Re: [PATCH v7 4/9] watchdog: Add support for minimum time between heartbeats

2016-01-26 Thread Guenter Roeck
Hi Uwe, On 01/26/2016 12:07 AM, Uwe Kleine-König wrote: Hello Guenter, On Mon, Jan 25, 2016 at 06:53:11PM -0800, Guenter Roeck wrote: From: Guenter Roeck Some watchdogs require a minimum time between heartbeats. Examples are the watchdogs in DA9062 and AT91SAM9x. Signed-off-by: Guenter Roec

Re: [PATCH v7 4/9] watchdog: Add support for minimum time between heartbeats

2016-01-26 Thread Uwe Kleine-König
Hello Guenter, On Mon, Jan 25, 2016 at 06:53:11PM -0800, Guenter Roeck wrote: > From: Guenter Roeck > > Some watchdogs require a minimum time between heartbeats. > Examples are the watchdogs in DA9062 and AT91SAM9x. > > Signed-off-by: Guenter Roeck > --- > v7: Rebased to v4.5-rc1 > v6: Rebased

[PATCH v7 4/9] watchdog: Add support for minimum time between heartbeats

2016-01-25 Thread Guenter Roeck
From: Guenter Roeck Some watchdogs require a minimum time between heartbeats. Examples are the watchdogs in DA9062 and AT91SAM9x. Signed-off-by: Guenter Roeck --- v7: Rebased to v4.5-rc1 v6: Rebased to v4.4-rc2 v5: Rebased to v4.4-rc1 Fixed typo in documentation. v4: Added patch --- Docum