u-boot/drivers/block
Michal Suchanek 168a0e45fc dm: blk: Add probe in blk_first_device/blk_next_device
The description claims that the device is probed but it isn't.

Add the device_probe() call.

Also consolidate the iteration into one function.

Fixes: 8a5cbc065d ("dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2022-11-07 16:24:30 -07:00
..
blk_legacy.c blk: Rename if_type to uclass_id 2022-09-25 08:30:05 -06:00
blk-uclass.c dm: blk: Add probe in blk_first_device/blk_next_device 2022-11-07 16:24:30 -07:00
blkcache.c dm: test: Clear the block cache after running a test 2022-11-07 16:24:30 -07:00
efi_blk.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
efi-media-uclass.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00
host_dev.c dm: sandbox: Create a block driver 2022-11-07 16:24:30 -07:00
host-uclass.c dm: sandbox: Create a new HOST uclass 2022-11-07 16:24:30 -07:00
ide.c blk: Rename if_type to uclass_id 2022-09-25 08:30:05 -06:00
Kconfig dm: blk: mmc: Tidy up some Makefile rules for SPL 2022-10-31 11:02:44 -04:00
Makefile dm: sandbox: Create a block driver 2022-11-07 16:24:30 -07:00
sandbox.c dm: sandbox: Switch over to using the new host uclass 2022-11-07 16:24:30 -07:00
sb_efi_media.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00