commit | 903e83ee84649c1a70bfd8b9ec84dacb8c24e7cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:48 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | 3b22285081f2921225d80a4c7437bf618335262a | |
parent | f262d4ca4b2bf8a99acb37c6151c54cd80251566 [diff] |
dm: core: Add a way to iterate through children, probing each It is sometimes useful to process all children, making sure they are probed first. Add functions to help with this and a macro to make it more convenient. Signed-off-by: Simon Glass <sjg@chromium.org>