commit | 4b23e45d9d75e76b6e8013817fe2c5728daaebb6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 23 17:26:08 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Nov 28 16:51:51 2021 -0700 |
tree | aa80d60404bb5c60c8ebfea451f57120c3a76bf6 | |
parent | 9580bfcb77309cb451c78eaa6e756fd6e26a4f97 [diff] |
dm: core: Allow finding children / uclasses by partial name In some cases it is useful to search just by a partial name, such as when looking for a sibling device that has a common name substring. Add helper functions to handle these requirements. Signed-off-by: Simon Glass <sjg@chromium.org>