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)
commit49e8668181df501f263751b2e9bbb5ff737819d1
tree50ba086e7342efbdb50046c69326f25fb9687d09
parente86b6f71002e5892c28acd206e68d13adc76c4b7
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