1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-05 04:26:33 +01:00
Files
u-boot-megous/cmd/regulator.c
Michal Suchanek 8676ae36ae cmd: List all uclass devices regardless of probe error
There are a few commands that iterate uclass with
uclass_first_device/uclass_next_device or the _err variant.

Use the _check class iterator variant to get devices that fail to probe
as well, and print the status.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-10-17 21:17:12 -06:00

11 KiB