Re: [PATCH v2 00/10] handling all DM watchdogs in watchdog_reset()

2021-06-09 Thread Stefan Roese
Hi Rasmus, On 09.06.21 00:41, Rasmus Villemoes wrote: On 28/05/2021 00.00, Rasmus Villemoes wrote: This series is an attempt at expanding the wdt-uclass provided watchdog_reset() to handle all DM watchdogs, not just the first one. As a sort of nice side effect, it turns out that doing that

Re: [PATCH v2 00/10] handling all DM watchdogs in watchdog_reset()

2021-06-08 Thread Rasmus Villemoes
On 28/05/2021 00.00, Rasmus Villemoes wrote: > This series is an attempt at expanding the wdt-uclass provided > watchdog_reset() to handle all DM watchdogs, not just the first > one. As a sort of nice side effect, it turns out that doing that makes > wdt-uclass fit better into the uclass model, in

[PATCH v2 00/10] handling all DM watchdogs in watchdog_reset()

2021-05-27 Thread Rasmus Villemoes
This series is an attempt at expanding the wdt-uclass provided watchdog_reset() to handle all DM watchdogs, not just the first one. As a sort of nice side effect, it turns out that doing that makes wdt-uclass fit better into the uclass model, in that we now do the work that was previously done in