
23 Oct
2014
23 Oct
'14
5:03 a.m.
On 13 October 2014 23:41, Simon Glass sjg@chromium.org wrote:
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
Changes in v4: None Changes in v3:
- Add new functions to iterate through device children
Changes in v2: None
doc/driver-model/README.txt | 3 ++- drivers/core/device.c | 27 +++++++++++++++++++++++++++ include/dm/device.h | 18 ++++++++++++++++++ test/dm/bus.c | 31 +++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 1 deletion(-)
Applied to u-boot-dm/master.