Re: [PATCH 1/2] watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max

2013-11-26 Thread Guenter Roeck
On 11/26/2013 10:22 AM, Doug Anderson wrote: It is valid for a watchdog driver to have 0 for a "min" and "max" timeout if the driver doesn't need the core to enforce the concepts of min and max. The s3c2410_wdt driver is one such driver. Specifically it can be hard for that driver to come up wi

[PATCH 1/2] watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max

2013-11-26 Thread Doug Anderson
It is valid for a watchdog driver to have 0 for a "min" and "max" timeout if the driver doesn't need the core to enforce the concepts of min and max. The s3c2410_wdt driver is one such driver. Specifically it can be hard for that driver to come up with a static "max" on all platforms without a lo