Skip to content
Snippets Groups Projects
Commit a327dee0 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent e59f458d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment