Re: [PATCH] Add support for always enabled watchdog timers

2014-09-06 Thread Evgeny Boger
On 08/23/2014 09:33 PM, Guenter Roeck wrote: On 08/23/2014 10:25 AM, Alexander Shiyan wrote: Sat, 23 Aug 2014 10:16:08 -0700 от Guenter Roeck : On 08/16/2014 05:45 PM, Evgeny Boger wrote: From: Evgeny Boger Add option to use with watchdog timers which are always enabled in hardware, i.e. the

Re: [PATCH] Add support for always enabled watchdog timers

2014-08-23 Thread Guenter Roeck
On 08/23/2014 10:25 AM, Alexander Shiyan wrote: Sat, 23 Aug 2014 10:16:08 -0700 от Guenter Roeck : On 08/16/2014 05:45 PM, Evgeny Boger wrote: From: Evgeny Boger Add option to use with watchdog timers which are always enabled in hardware, i.e. there is no way to enable/disable it via GPIO pin

Re: [PATCH] Add support for always enabled watchdog timers

2014-08-23 Thread Alexander Shiyan
Sat, 23 Aug 2014 10:16:08 -0700 от Guenter Roeck : > On 08/16/2014 05:45 PM, Evgeny Boger wrote: > > From: Evgeny Boger > > > > Add option to use with watchdog timers which are always enabled > > in hardware, i.e. there is no way to enable/disable it via GPIO pin. > > The driver will start pinging

Re: [PATCH] Add support for always enabled watchdog timers

2014-08-23 Thread Guenter Roeck
On 08/16/2014 05:45 PM, Evgeny Boger wrote: From: Evgeny Boger Add option to use with watchdog timers which are always enabled in hardware, i.e. there is no way to enable/disable it via GPIO pin. The driver will start pinging WDT immediately upon loading and will continue to do so even after st

[PATCH] Add support for always enabled watchdog timers

2014-08-16 Thread Evgeny Boger
From: Evgeny Boger Add option to use with watchdog timers which are always enabled in hardware, i.e. there is no way to enable/disable it via GPIO pin. The driver will start pinging WDT immediately upon loading and will continue to do so even after stopping the watchdog. Signed-off-by: Evgeny B