Re: [PATCH 03/19] mmc: call device_probe() after scanning

2022-02-09 Thread AKASHI Takahiro
On Wed, Feb 09, 2022 at 08:46:18AM +0900, Jaehoon Chung wrote: > On 2/2/22 10:08, AKASHI Takahiro wrote: > > Every time a mmc bus/port is scanned and a new device is detected, > > we want to call device_probe() as it will give us a chance to run > > additional post-processings for some purposes. >

Re: [PATCH 03/19] mmc: call device_probe() after scanning

2022-02-08 Thread Jaehoon Chung
On 2/2/22 10:08, AKASHI Takahiro wrote: > Every time a mmc bus/port is scanned and a new device is detected, > we want to call device_probe() as it will give us a chance to run > additional post-processings for some purposes. > > In particular, support for creating partitions on a device will be a

[PATCH 03/19] mmc: call device_probe() after scanning

2022-02-01 Thread AKASHI Takahiro
Every time a mmc bus/port is scanned and a new device is detected, we want to call device_probe() as it will give us a chance to run additional post-processings for some purposes. In particular, support for creating partitions on a device will be added. Signed-off-by: AKASHI Takahiro --- driver