Re: [PATCH v4] gpio_wdt: Add "always_running" feature to GPIO watchdog

2015-02-03 Thread Wim Van Sebroeck
Hi Mike, > On some chips, like the TPS386000, the trigger cannot be disabled > and the CPU must keep toggling the line at all times. Add a switch > "always_running" to keep toggling the GPIO line regardless of the > state of the soft part of the watchdog. The "armed" member keeps > track of

Re: [PATCH v4] gpio_wdt: Add always_running feature to GPIO watchdog

2015-02-03 Thread Wim Van Sebroeck
Hi Mike, On some chips, like the TPS386000, the trigger cannot be disabled and the CPU must keep toggling the line at all times. Add a switch always_running to keep toggling the GPIO line regardless of the state of the soft part of the watchdog. The armed member keeps track of whether a

Re: [PATCH v4] gpio_wdt: Add "always_running" feature to GPIO watchdog

2015-01-15 Thread Guenter Roeck
On 01/13/2015 10:28 PM, Mike Looijmans wrote: On some chips, like the TPS386000, the trigger cannot be disabled and the CPU must keep toggling the line at all times. Add a switch "always_running" to keep toggling the GPIO line regardless of the state of the soft part of the watchdog. The "armed"

Re: [PATCH v4] gpio_wdt: Add always_running feature to GPIO watchdog

2015-01-15 Thread Guenter Roeck
On 01/13/2015 10:28 PM, Mike Looijmans wrote: On some chips, like the TPS386000, the trigger cannot be disabled and the CPU must keep toggling the line at all times. Add a switch always_running to keep toggling the GPIO line regardless of the state of the soft part of the watchdog. The armed

[PATCH v4] gpio_wdt: Add "always_running" feature to GPIO watchdog

2015-01-13 Thread Mike Looijmans
On some chips, like the TPS386000, the trigger cannot be disabled and the CPU must keep toggling the line at all times. Add a switch "always_running" to keep toggling the GPIO line regardless of the state of the soft part of the watchdog. The "armed" member keeps track of whether a timeout must

[PATCH v4] gpio_wdt: Add always_running feature to GPIO watchdog

2015-01-13 Thread Mike Looijmans
On some chips, like the TPS386000, the trigger cannot be disabled and the CPU must keep toggling the line at all times. Add a switch always_running to keep toggling the GPIO line regardless of the state of the soft part of the watchdog. The armed member keeps track of whether a timeout must also