commit | a8981d4f80b010666ad754d20a4f389f94d6726d | [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 | 0b304a2494eed170562a9fdd64e31332ad5ae73a [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>