Re: [PATCH 0/3] test: dm: add sandbox coverage for gpio-delay
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Jul 2026 15:18:14 +0530, Pranav Sanwal wrote:
> The gpio-delay driver wraps one or more real GPIO lines and delays
> their assertion/deassertion, but had no sandbox test coverage at all.
>
> Patch 1 is a small, unrelated fix noticed while adding this coverage:
> dm_test_gpio_requestf() requests a GPIO but never frees it, unlike
> every other test in the file.
>
> [...]
Applied to u-boot/next, thanks!
[1/3] test: dm: free gpio in dm_test_gpio_requestf()
commit: 58fea72c0ff71ab3c28c27910218c4886c0ca714
[2/3] test: sandbox: enable GPIO_DELAY
commit: 7b1ae01ed37ae3527422fdf5bd7ac8110e80c288
[3/3] test: dm: add sandbox coverage for gpio-delay
commit: ef019bb9ebce5f3025cd93f2da6d3b586a13293d
--
Tom