uboot/test/dm
Simon Glass a327dee0f4 dm: Add child_pre_probe() and child_post_remove() methods
Some devices (particularly bus devices) must track their children, knowing
when a new child is added so that it can be set up for communication on the
bus.

Add a child_pre_probe() method to provide this feature, and a corresponding
child_post_remove() method.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-07-23 14:08:37 +01:00
..
.gitignore
Makefile
bus.c
cmd_dm.c
core.c
gpio.c
test-dm.sh
test-driver.c
test-fdt.c
test-main.c
test-uclass.c
test.dts
ut.c