On Mon, 21 Oct 2024 at 17:02, Simon Glass <[email protected]> wrote: > > This little series makes a minor change to how autoprobe is > implemeneted, as discussed on the list
Please add a link to the discussion when you mention a discussion. > SPL is left out for now, but we can discuss how best to deal with that. > > > Simon Glass (3): > common: Drop check for DM in initf_dm() > dm: core: Simplify dm_probe_devices() > common: Move autoprobe out to board init > > common/board_f.c | 9 +++++++-- > common/board_r.c | 4 ++++ > drivers/core/root.c | 27 ++++++++++++++++----------- > include/dm/root.h | 10 ++++++++++ > 4 files changed, 37 insertions(+), 13 deletions(-) > > -- > 2.43.0 >

