Re: [RFC 08/22] dm: blk: add a device-probe hook for scanning disk partitions

2021-10-10 Thread Simon Glass
On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro wrote: > > Now that all the block device drivers have enable a probe hook, we will > call blk_create_partitions() to enumerate all the partitions and create > associated udevices when a block device is detected. > > Signed-off-by: AKASHI Takahiro > -

[RFC 08/22] dm: blk: add a device-probe hook for scanning disk partitions

2021-09-30 Thread AKASHI Takahiro
Now that all the block device drivers have enable a probe hook, we will call blk_create_partitions() 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 | 15 +++ 1 file changed,