Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-27 Thread Stefan Roese
On 13.04.21 16:43, Rasmus Villemoes wrote: Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by wdt-uclass. For example, on powerpc, get_timer() ceases working during bootm since interrupts are disabled before the kernel image gets decompressed, and when

Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-15 Thread Rasmus Villemoes
On 15/04/2021 09.13, Christophe Leroy wrote: > > > Le 15/04/2021 à 08:54, Rasmus Villemoes a écrit : >> On 15/04/2021 07.38, Stefan Roese wrote: >>> On 13.04.21 16:43, Rasmus Villemoes wrote: Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by

Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-15 Thread Christophe Leroy
Le 15/04/2021 à 08:54, Rasmus Villemoes a écrit : On 15/04/2021 07.38, Stefan Roese wrote: On 13.04.21 16:43, Rasmus Villemoes wrote: Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by wdt-uclass. For example, on powerpc, get_timer() ceases workin

Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-14 Thread Stefan Roese
On 15.04.21 08:54, Rasmus Villemoes wrote: On 15/04/2021 07.38, Stefan Roese wrote: On 13.04.21 16:43, Rasmus Villemoes wrote: Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by wdt-uclass. For example, on powerpc, get_timer() ceases working during b

Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-14 Thread Rasmus Villemoes
On 15/04/2021 07.38, Stefan Roese wrote: > On 13.04.21 16:43, Rasmus Villemoes wrote: >> Some boards don't work with the rate-limiting done in the generic >> watchdog_reset() provided by wdt-uclass. >> >> For example, on powerpc, get_timer() ceases working during bootm since >> interrupts are disab

Re: [PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-14 Thread Stefan Roese
On 13.04.21 16:43, Rasmus Villemoes wrote: Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by wdt-uclass. For example, on powerpc, get_timer() ceases working during bootm since interrupts are disabled before the kernel image gets decompressed, and when

[PATCH] watchdog: use time_after_eq() in watchdog_reset()

2021-04-13 Thread Rasmus Villemoes
Some boards don't work with the rate-limiting done in the generic watchdog_reset() provided by wdt-uclass. For example, on powerpc, get_timer() ceases working during bootm since interrupts are disabled before the kernel image gets decompressed, and when the decompression takes longer than the watc