[U-Boot] [PATCH v2 3/9] dm: uclass: Add uclass_foreach_dev_probe
Simon Glass
sjg at chromium.org
Sat Oct 6 21:45:50 UTC 2018
On 1 October 2018 at 05:59, Patrice Chotard <patrice.chotard at st.com> 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 <patrice.chotard at st.com>
> ---
>
> Changes in v2: None
>
> include/dm/uclass.h | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list