]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: Test uclass_first/next_device() on probe failure
authorSimon Glass <sjg@chromium.org>
Mon, 24 Apr 2017 02:10:44 +0000 (20:10 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit9856157259f4ab55e3d99c9aacc85f08797c8579
tree38605ce40fe6bb9df6bc952ad279c45e6168dd16
parent30a570a983c77cddda314cdb2bc5763112338746
dm: core: Test uclass_first/next_device() on probe failure

Add some tests which check the behaviour of uclass_first_device() and
uclass_next_device() when probing of a device fails.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
include/dm/uclass-id.h
test/dm/test-fdt.c