On Tue, Dec 01, 2020 at 04:54:37PM -0600, Corey Minyard wrote: > On Sun, Jun 28, 2020 at 07:54:20AM -0700, Guenter Roeck wrote: > > On Sat, Jun 20, 2020 at 12:33:46PM -0500, minyard@xxxxxxx wrote: > > > From: Corey Minyard <cminyard@xxxxxxxxxx> > > > > > > If the WDIOF_MSECTIMER is set, then all the timeouts in the watchdog > > > structure are expected to be in milliseconds. Add the flag and the > > > various conversions. This should have no effect on existing drivers. > > > > > > > I have decided to go another route: Instead of using a WDIOF_MSECTIMER > > flag, provide new callback functions. That increases structure sizes, > > but ultimately I think it is cleaner. > > > > I implemented a prototype, but didn't have a chance to test it yet. > > > > Guenter > > I was wondering if you had progressed with this. I'm happy to help with > it, if there's anything I can do. > Unfortunately I got interrupted, and right now I am so deeply buried in work that I don't think I'll get to it anytime soon. Major problem I had before I had to give up is that everything I came up with was way too invasive for my liking. Guenter