]> git.baikalelectronics.ru Git - uboot.git/commit
dm: blk: Expand iteration and add tests
authorSimon Glass <sjg@chromium.org>
Mon, 28 Feb 2022 19:08:35 +0000 (12:08 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 18:03:17 +0000 (14:03 -0400)
commitcec768706d634f269bf9636ea9c191b883341d12
tree50ba086e7342efbdb50046c69326f25fb9687d09
parent4a754e652c17ea07bf68ee01a19d78a5b958d7b2
dm: blk: Expand iteration and add tests

Add some functions which support iteration before probing. Also add tests
for the functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/blk-uclass.c
include/blk.h
test/dm/blk.c