1
0
Fork 0
remarkable-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 dm: Add basic tests 2014-03-04 12:15:29 -05:00
Makefile dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
bus.c dm: Add child_pre_probe() and child_post_remove() methods 2014-07-23 14:08:37 +01:00
cmd_dm.c dm: Display the sequence number for each device 2014-07-23 14:07:25 +01:00
core.c dm: Avoid accessing uclasses before they are ready 2014-07-23 14:07:26 +01:00
gpio.c dm: rename device struct to udevice 2014-05-27 10:21:32 -04:00
test-dm.sh dm: Add basic tests 2014-03-04 12:15:29 -05:00
test-driver.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
test-fdt.c dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
test-main.c dm: Allow drivers to be marked 'before relocation' 2014-07-23 14:07:24 +01:00
test-uclass.c dm: rename device struct to udevice 2014-05-27 10:21:32 -04:00
test.dts dm: Provide a function to scan child FDT nodes 2014-07-23 14:08:36 +01:00
ut.c dm: Add basic tests 2014-03-04 12:15:29 -05:00