Re: [RFC v2 14/20] dm: blk: add a device-probe hook for scanning disk partitions

2021-12-13 Thread Simon Glass
On Thu, 9 Dec 2021 at 23:59, AKASHI Takahiro wrote: > > 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 >

[RFC v2 14/20] dm: blk: add a device-probe hook for scanning disk partitions

2021-12-09 Thread AKASHI Takahiro
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 --- drivers/block/blk-uclass.c | 4 1 file changed, 4 inser