On 02/28/2016 11:20 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 granularity, while the rest have a 1 > minute granularity. > > This driver adds watchdog timer support for this onboard watchdog timer. > The timeout may be configured via the timeout module parameter. > > Signed-off-by: William Breathitt Gray <vilhelm.g...@gmail.com> > Reviewed-by: Guenter Roeck <li...@roeck-us.net> > --- > Changes in v7: > - Make sure timeout member is in seconds resolution despite minutes > granularity
Oops, my apologies, I sent out the wrong commit. Please ignore this version, I will resend the correct commit. William Breathitt Gray