commit | 76db9b77b2acb903fecbbc808a801e5503edd155 | [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 | 000676badea4f82b6131363337631fd0cb089700 [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>