Re: [RFC 07/22] block: ide: call device_probe() after scanning

2021-10-12 Thread AKASHI Takahiro
On Tue, Oct 12, 2021 at 08:53:54AM +0300, Ilias Apalodimas wrote: > On Mon, Oct 11, 2021 at 08:54:13AM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Sun, 10 Oct 2021 at 19:43, AKASHI Takahiro > > wrote: > > > > > > On Sun, Oct 10, 2021 at 08:14:13AM -0600, Simon Glass wrote: > > > > On Th

Re: [RFC 07/22] block: ide: call device_probe() after scanning

2021-10-11 Thread Ilias Apalodimas
On Mon, Oct 11, 2021 at 08:54:13AM -0600, Simon Glass wrote: > Hi Takahiro, > > On Sun, 10 Oct 2021 at 19:43, AKASHI Takahiro > wrote: > > > > On Sun, Oct 10, 2021 at 08:14:13AM -0600, Simon Glass wrote: > > > On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro > > > wrote: > > > > > > > > Every time

Re: [RFC 07/22] block: ide: call device_probe() after scanning

2021-10-11 Thread Simon Glass
Hi Takahiro, On Sun, 10 Oct 2021 at 19:43, AKASHI Takahiro wrote: > > On Sun, Oct 10, 2021 at 08:14:13AM -0600, Simon Glass wrote: > > On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro > > wrote: > > > > > > Every time an ide bus/port is scanned and a new device is detected, > > > we want to call d

Re: [RFC 07/22] block: ide: call device_probe() after scanning

2021-10-10 Thread AKASHI Takahiro
On Sun, Oct 10, 2021 at 08:14:13AM -0600, Simon Glass wrote: > On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro > wrote: > > > > Every time an ide 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 f

Re: [RFC 07/22] block: ide: call device_probe() after scanning

2021-10-10 Thread Simon Glass
On Thu, 30 Sept 2021 at 23:03, AKASHI Takahiro wrote: > > Every time an ide 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

[resent RFC 07/22] block: ide: call device_probe() after scanning

2021-10-03 Thread AKASHI Takahiro
Every time an ide 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 --- drive

[RFC 07/22] block: ide: call device_probe() after scanning

2021-09-30 Thread AKASHI Takahiro
Every time an ide 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 --- drive