Re: [U-Boot] [PATCH v2 01/26] dm: core: Add a function to count the children of a device

2019-10-12 Thread Tom Rini
On Wed, Sep 04, 2019 at 04:01:26PM +0530, Lokesh Vutla wrote: > Add a function to count the available children of a device. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

[U-Boot] [PATCH v2 01/26] dm: core: Add a function to count the children of a device

2019-09-04 Thread Lokesh Vutla
Add a function to count the available children of a device. Signed-off-by: Lokesh Vutla --- drivers/core/device.c | 11 +++ include/dm/device.h | 9 + test/dm/bus.c | 41 +++-- 3 files changed, 35 insertions(+), 26 deletions(-)