u-boot/drivers/core
Simon Glass 6995f2c8be common: Move autoprobe out to board init
Rather than doing autoprobe within the driver model code, move it out to
the board-init code. This makes it clear that it is a separate step from
binding devices.

For now this is always done twice, before and after relocation, but we
should discuss whether it might be possible to drop the post-relocation
probe.

For boards with SPL, the autoprobe is still done there as well.

Note that with this change, autoprobe happens after the
EVT_DM_POST_INIT_R/F events are sent, rather than before.

Link: https://lore.kernel.org/u-boot/20240626235717.272219-1-marex@denx.de/

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-01-14 11:42:51 -06:00
..
acpi.c acpi: Add fill_madt to acpi_ops 2024-10-27 17:24:13 -06:00
device-remove.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
device.c dm: core: migrate debug() messages to use dm_warn 2024-07-03 07:36:33 +01:00
devres.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dump.c dm: core: Show device sequence instead in dm_dump_tree() 2024-08-27 14:30:02 -06:00
fdtaddr.c dm: core: fdtaddr: Avoid multiple calls to fdt_parent_offset() 2024-08-27 14:32:49 -06:00
Kconfig tpl: Support numbered aliases in device tree 2024-10-03 11:52:16 -06:00
lists.c dm: core: Enhance comments on bind_drivers_pass() 2024-07-04 09:25:20 -06:00
Makefile global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
of_access.c dm: core: implement oftree variant of parse_phandle OPs 2024-12-06 13:00:40 -06:00
of_addr.c dm: core: downgrade some dm_warn messages to log_debug() 2024-10-29 12:09:18 -06:00
of_extra.c dm: core: downgrade some dm_warn messages to log_debug() 2024-10-29 12:09:18 -06:00
ofnode.c dm: core: implement phandle ofnode_options helper 2024-12-06 13:00:41 -06:00
read_extra.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
read.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
regmap.c dm: core: regmap: Avoid multiple calls to ofnode_get_parent() 2024-08-27 14:32:49 -06:00
root.c common: Move autoprobe out to board init 2025-01-14 11:42:51 -06:00
simple-bus.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
simple-pm-bus.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
syscon-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
tag.c dm: core: Add a command to show driver model statistics 2022-06-28 03:09:52 +01:00
uclass.c dm: core: Add a function to see if a device exists 2024-11-03 21:27:12 -06:00
util.c dm: use list_count_nodes() for counting list nodes 2024-07-31 09:54:53 +02:00