On 15 April 2015 at 05:07, Przemyslaw Marczak <[email protected]> wrote: > This commit extends the uclass-internal functions by: > - uclass_find_first_device() > - uclass_find_next_device() > For both functions, the returned device is not probed. > > After some cleanup, the above functions are called by: > - uclass_first_device() > - uclass_next_device() > for which, the returned device is probed. > > Signed-off-by: Przemyslaw Marczak <[email protected]> > Cc: Simon Glass <[email protected]> > Acked-by: Simon Glass <[email protected]> > --- > Changes V2: > - new commit > > Changes V3: > - none > > Changes V4: > - add Acked-by > --- > drivers/core/uclass.c | 59 > +++++++++++++++++++++++++------------------- > include/dm/uclass-internal.h | 22 +++++++++++++++++ > 2 files changed, 56 insertions(+), 25 deletions(-)
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

