Re: [PATCH] watchdog: Add watchdog timer support for the WinSystems EBC-C384

2016-01-23 Thread Guenter Roeck
On 01/23/2016 07:29 AM, William Breathitt Gray wrote: On 01/21/2016 10:42 PM, Guenter Roeck wrote: This implies that setting the timeout would start the watchdog, which is inappropriate (the timeout can be set while the watchdog is stopped). Also, setting the timeout sets both the resolution _a

Re: [PATCH] watchdog: Add watchdog timer support for the WinSystems EBC-C384

2016-01-23 Thread William Breathitt Gray
On 01/21/2016 10:42 PM, Guenter Roeck wrote: > This implies that setting the timeout would start the watchdog, > which is inappropriate (the timeout can be set while the watchdog > is stopped). > > Also, setting the timeout sets both the resolution _and_ the timeout, > which is probably unnecessar

Re: [PATCH] watchdog: Add watchdog timer support for the WinSystems EBC-C384

2016-01-21 Thread Guenter Roeck
On 01/21/2016 05:11 PM, William Breathitt Gray wrote: The WinSystems EBC-C384 has an onboard watchdog timer. The timeout range supported by the watchdog timer is 1 second to 255 minutes. Timeouts under 256 seconds have a 1 second resolution, while the rest have a 1 minute resolution. This driver

[PATCH] watchdog: Add watchdog timer support for the WinSystems EBC-C384

2016-01-21 Thread William Breathitt Gray
The WinSystems EBC-C384 has an onboard watchdog timer. The timeout range supported by the watchdog timer is 1 second to 255 minutes. Timeouts under 256 seconds have a 1 second resolution, while the rest have a 1 minute resolution. This driver adds watchdog timer support for this onboard watchdog t