Re: [PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

2021-08-31 Thread Stefan Roese
On 31.08.21 11:29, Rasmus Villemoes wrote: On 31/08/2021 10.17, Stefan Roese wrote: Hi Rasmus, I've pulled this patchset now into next [1] and have run it through CI via Azure. Here an error occurs:

Re: [PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

2021-08-31 Thread Tom Rini
On Tue, Aug 31, 2021 at 11:29:51AM +0200, Rasmus Villemoes wrote: > On 31/08/2021 10.17, Stefan Roese wrote: > > Hi Rasmus, > > > > I've pulled this patchset now into next [1] and have run it through > > CI via Azure. Here an error occurs: > > > >

Re: [PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

2021-08-31 Thread Rasmus Villemoes
On 31/08/2021 10.17, Stefan Roese wrote: > Hi Rasmus, > > I've pulled this patchset now into next [1] and have run it through > CI via Azure. Here an error occurs: > >

Re: [PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

2021-08-31 Thread Stefan Roese
Hi Rasmus, I've pulled this patchset now into next [1] and have run it through CI via Azure. Here an error occurs: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=109=logs=50449d1b-398e-53ae-48fa-6bf338edeb51=97605dd2-f5a5-5dd7-2118-315ffdc8bcd6=533 Could you please take a look at

[PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

2021-08-19 Thread Rasmus Villemoes
Check that the watchdog_reset() implementation in wdt-uclass behaves as expected: - resets all activated watchdog devices - leaves unactivated/stopped devices alone - that the rate-limiting works, with a per-device threshold Reviewed-by: Simon Glass Reviewed-by: Stefan Roese Signed-off-by: