Re: [PATCH v3 1/6] watchdog: add set_pretimeout interface

2016-06-09 Thread Wolfram Sang
> I agree, your version is obviously more advanced, I will take it for v4. Thanks! signature.asc Description: PGP signature

Re: [PATCH v3 1/6] watchdog: add set_pretimeout interface

2016-06-08 Thread Vladimir Zapolskiy
Hi Wolfram, On 08.06.2016 09:34, Wolfram Sang wrote: > On Tue, Jun 07, 2016 at 08:38:42PM +0300, Vladimir Zapolskiy wrote: >> From: Robin Gong >> >> Add set_pretimeout since our watchdog driver has those interfaces and >> obviously, the new common watchdog framework didn't implement this >> inter

Re: [PATCH v3 1/6] watchdog: add set_pretimeout interface

2016-06-07 Thread Wolfram Sang
On Tue, Jun 07, 2016 at 08:38:42PM +0300, Vladimir Zapolskiy wrote: > From: Robin Gong > > Add set_pretimeout since our watchdog driver has those interfaces and > obviously, the new common watchdog framework didn't implement this > interface. > > Signed-off-by: Robin Gong > [vzapolskiy: rebased

Re: [PATCH v3 1/6] watchdog: add set_pretimeout interface

2016-06-07 Thread Guenter Roeck
On Tue, Jun 07, 2016 at 08:38:42PM +0300, Vladimir Zapolskiy wrote: > From: Robin Gong > > Add set_pretimeout since our watchdog driver has those interfaces and > obviously, the new common watchdog framework didn't implement this > interface. > > Signed-off-by: Robin Gong > [vzapolskiy: rebased

[PATCH v3 1/6] watchdog: add set_pretimeout interface

2016-06-07 Thread Vladimir Zapolskiy
From: Robin Gong Add set_pretimeout since our watchdog driver has those interfaces and obviously, the new common watchdog framework didn't implement this interface. Signed-off-by: Robin Gong [vzapolskiy: rebased, added an inline comment to describe new interface] Signed-off-by: Vladimir Zapolsk