[U-Boot] [PATCH v4 02/29] dm: core: Add functions for iterating through device children
Simon Glass
sjg at chromium.org
Thu Oct 23 05:03:04 CEST 2014
On 13 October 2014 23:41, Simon Glass <sjg at 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 at chromium.org>
> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki at 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.
More information about the U-Boot
mailing list