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

2014-12-10 Thread Mike Looijmans
Is this v3 patch okay or are you waiting for additional changes? Kind regards, Mike. On 11/21/2014 10:40 AM, 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

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

2014-12-10 Thread Mike Looijmans
Is this v3 patch okay or are you waiting for additional changes? Kind regards, Mike. On 11/21/2014 10:40 AM, 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

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

2014-11-21 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 v3] gpio_wdt: Add always_running feature to GPIO watchdog

2014-11-21 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