]> git.baikalelectronics.ru Git - uboot.git/commit
dm: blk: add a device-probe hook for scanning disk partitions
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:05:10 +0000 (10:05 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:41 +0000 (22:05 +0200)
commit69d45f231aa23bbfbc86d737ff0401e194cb4c20
treeee0f392110645b0943abbe669cba6b04776ac889
parentcc7835533d1e0fe5bc23f804640907aa034ace0f
dm: blk: add a device-probe hook for scanning disk partitions

Now that all the block device drivers have enable a probe hook, we will
call part_create_block_devices() to enumerate all the partitions and
create associated udevices when a block device is detected.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/block/blk-uclass.c