commit | 501a9a7ed803ac948adb392e541f9da9bafad60e | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Wed Mar 30 12:26:40 2022 -0400 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:51 2022 +0100 |
tree | ba8d53d511cc84bebb3aa93ade42d8af350237cd | |
parent | 8b52f237f0f8ae63c930fa8459c39ab87367bad1 [diff] |
dm: core: Use device_foreach_child where possible We have some nice macros for iterating over devices in device.h, but they are not used by the driver core. Convert all the users I could find. Signed-off-by: Sean Anderson <seanga2@gmail.com>