commit | 4caa79a3c8a507ec186de222d4a93a0bc34e3db1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:27:16 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:11:15 2022 -0400 |
tree | 30846bc4e1f2d41259d9e9e39b238ba93bd19e9b | |
parent | 91d89a8e202ef262762dec7958e8e691e74dd610 [diff] |
dm: core: Add a macro to iterate through properties Add a 'for_each' macro like we have for nodes. Fix the comment for struct ofprop while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>