commit | 44da735640031627751d8b69fa07b565e4c58bff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 13 23:41:49 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:45 2014 -0600 |
tree | 48bf392bb2e0f00248ac4949fdceefa4b7509cb6 | |
parent | fd91fc91591ef022e5c4d92b44ec893c8b1c6865 [diff] |
dm: core: Add functions for iterating through device children Buses need to iterate through their children in some situations. Add a few functions to make this easy. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>