commit | 492b7a90f25661877733b545254e946fa17db34f | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Oct 24 14:10:16 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 16 16:51:55 2018 -0500 |
tree | d3c8d2d796e3c3c301462e08b3cbb1a79cbe5294 | |
parent | 4dff1789f3f9f407202eb4f084beaf5868df6bcc [diff] |
dm: uclass: Add uclass_foreach_dev_probe 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@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>