summaryrefslogtreecommitdiff
path: root/include/dm/test.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-02-06 19:54:49 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-02-07 17:41:24 +0300
commit3cf0fba4ff862d833545f82fb2209ff3c79d17b5 (patch)
treee0c877fe00a53ee5467e0d59147a858eb99ac17c /include/dm/test.h
parent2999846c112712ec3bcd4f1937006dd62d3b20e3 (diff)
downloadu-boot-3cf0fba4ff862d833545f82fb2209ff3c79d17b5.tar.xz
dm: core: Allow iterating devices without uclass_get()
At present we have uclass_foreach_dev() which requires that uclass_get() be called beforehand to find the uclass. This is good if we suspect that that function might fail, but often we know that the uclass is available. Add a new helper which does this uclass_get() automatically, so that only the uclass ID is needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/dm/test.h')
0 files changed, 0 insertions, 0 deletions