Re: [PATCH v2 09/10] sandbox: add test of wdt_gpio driver

2021-06-28 Thread Stefan Roese
On 28.05.21 00:00, Rasmus Villemoes wrote: It seems that no other test has claimed gpio_a:7 yet, so use that. The only small wrinkle is modifying the existing wdt test to use uclass_get_device_by_driver() since we now have two UCLASS_WDT instances in play, so it's a little more robust to fetch t

Re: [PATCH v2 09/10] sandbox: add test of wdt_gpio driver

2021-06-22 Thread Simon Glass
On Thu, 27 May 2021 at 16:00, Rasmus Villemoes wrote: > > It seems that no other test has claimed gpio_a:7 yet, so use that. > > The only small wrinkle is modifying the existing wdt test to use > uclass_get_device_by_driver() since we now have two UCLASS_WDT > instances in play, so it's a little m

[PATCH v2 09/10] sandbox: add test of wdt_gpio driver

2021-05-27 Thread Rasmus Villemoes
It seems that no other test has claimed gpio_a:7 yet, so use that. The only small wrinkle is modifying the existing wdt test to use uclass_get_device_by_driver() since we now have two UCLASS_WDT instances in play, so it's a little more robust to fetch the device by driver and not merely uclass+ind