commit | b775e87b3d55ab1f9dc10531e718da9d1f489d93 | [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 | 2e5e5ecb6cacbc2bf45898877b94943f4694b38d [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>