On Sun, 28 Aug 2022 at 17:39, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > On 8/27/22 07:24, Sergei Antonov wrote: > > Implement ftwdt010_wdt_restart(). It enables watchdog with timeout = 0 > > and disabled IRQ. Since it needs code similar to ftwdt010_wdt_start(), > > add a new function ftwdt010_enable() and move common code there. > > > > v1 -> v2: > > Do not let IRQ trigger when restarting. > > Add a helper function ftwdt010_enable(). > > > > Version history should be after ---. Thanks. Forgot about it. I will send v3 then with only that little change.