Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-04 Thread Stefan Roese
On 04.06.20 10:28, Rasmus Villemoes wrote: On 02/06/2020 17.38, Rasmus Villemoes wrote: On 02/06/2020 16.53, Stefan Roese wrote: On 02.06.20 15:29, Rasmus Villemoes wrote: On 16/03/2020 16.52, Rasmus Villemoes wrote: On 14/03/2020 13.04, Stefan Roese wrote: On 13.03.20 17:04, Rasmus

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-04 Thread Rasmus Villemoes
On 02/06/2020 17.38, Rasmus Villemoes wrote: > On 02/06/2020 16.53, Stefan Roese wrote: >> On 02.06.20 15:29, Rasmus Villemoes wrote: >>> On 16/03/2020 16.52, Rasmus Villemoes wrote: On 14/03/2020 13.04, Stefan Roese wrote: > On 13.03.20 17:04, Rasmus Villemoes wrote: >>> But, as I

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Rasmus Villemoes
On 02/06/2020 16.53, Stefan Roese wrote: > On 02.06.20 15:29, Rasmus Villemoes wrote: >> On 16/03/2020 16.52, Rasmus Villemoes wrote: >>> On 14/03/2020 13.04, Stefan Roese wrote: On 13.03.20 17:04, Rasmus Villemoes wrote: >>> > That at least solves half my problems and > might be

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Stefan Roese
On 02.06.20 15:29, Rasmus Villemoes wrote: On 16/03/2020 16.52, Rasmus Villemoes wrote: On 14/03/2020 13.04, Stefan Roese wrote: On 13.03.20 17:04, Rasmus Villemoes wrote: That at least solves half my problems and might be useful to others as well. Then I'll have to figure out the

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Rasmus Villemoes
On 16/03/2020 16.52, Rasmus Villemoes wrote: > On 14/03/2020 13.04, Stefan Roese wrote: >> On 13.03.20 17:04, Rasmus Villemoes wrote: > >>> That at least solves half my problems and >>> might be useful to others as well. Then I'll have to figure out the >>> time-stands-still problem in some other

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-04-15 Thread Stefan Roese
On 13.03.20 17:04, Rasmus Villemoes wrote: Some watchdogs must be reset more often than the once-per-second ratelimit used by the generic watchdog_reset function in wdt-uclass.c. There's precedent (from the gpio-wdt driver in linux) for using a property called hw_margin_ms to let the device tree

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-03-16 Thread Rasmus Villemoes
On 14/03/2020 13.04, Stefan Roese wrote: > On 13.03.20 17:04, Rasmus Villemoes wrote: >> That at least solves half my problems and >> might be useful to others as well. Then I'll have to figure out the >> time-stands-still problem in some other way. > > If its too hard to enable interrupts in

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-03-14 Thread Stefan Roese
On 13.03.20 17:04, Rasmus Villemoes wrote: Some watchdogs must be reset more often than the once-per-second ratelimit used by the generic watchdog_reset function in wdt-uclass.c. There's precedent (from the gpio-wdt driver in linux) for using a property called hw_margin_ms to let the device tree