Re: [U-Boot] [PATCH v4 04/11] dm: uclass: Add uclass_foreach_dev_probe

2018-11-02 Thread Simon Glass
On 24 October 2018 at 06:10, Patrice Chotard wrote: > Add uclass_foreach_dev_probe() which iterates through > devices of a given uclass. Devices are probed if necessary > and are ready to use. > > Signed-off-by: Patrice Chotard > --- > > Changes in v4: > - Replace respectively uclass_first_devic

[U-Boot] [PATCH v4 04/11] dm: uclass: Add uclass_foreach_dev_probe

2018-10-24 Thread Patrice Chotard
Add uclass_foreach_dev_probe() which iterates through devices of a given uclass. Devices are probed if necessary and are ready to use. Signed-off-by: Patrice Chotard --- Changes in v4: - Replace respectively uclass_first_device() and uclass_next_device() by uclass_first_device_err() and ucla