commit | cdb6aa0afb52da34306c4339f2f4d6cbd3b0ad02 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:07 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 4940b03e27947c496c460da6df96d719fe29dedc | |
parent | 9f15cc14bf88a9ee8d7b1fbf607cde22923889d6 [diff] |
dm: core: Add a function to find the first inactive child Some devices have children and want to press an existing inactive child into service when needed. Add a function to help with this. Signed-off-by: Simon Glass <sjg@chromium.org>