[PATCH v2 0/3] Adjust how autoprobe is implemented

Simon Glass sjg at chromium.org
Fri Nov 1 12:50:23 CET 2024


This little series makes a minor change to how autoprobe is
implemeneted, as discussed on the list:

   https://patchwork.ozlabs.org/project/uboot/patch/
      20240626235717.272219-1-marex at denx.de/


Changes in v2:
- Add autoprobe to SPL also
- Leave the function name the same
- Fix 'Prove' typo
- Update cover letter since SPL is now covered also
- Update the documentation too, with a discussion link

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 ++++
 common/spl/spl.c                    |  4 ++++
 doc/develop/driver-model/design.rst | 15 +++++++++++++++
 drivers/core/root.c                 | 27 ++++++++++++++++-----------
 include/dm/root.h                   | 10 ++++++++++
 6 files changed, 56 insertions(+), 13 deletions(-)

-- 
2.43.0



More information about the U-Boot mailing list