commit | 52ad21aa2cc55f53da19436f457a8590abf0d125 | [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 | f46ec93ed593e7a442629a2a56fd541debc41329 [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>