Re: [RFC 14/22] dm: blk: call efi's device-probe hook

2021-10-31 Thread Simon Glass
Hi Takahiro, On Mon, 11 Oct 2021 at 08:54, Simon Glass wrote: > > Hi Takahiro, > > On Sun, 10 Oct 2021 at 21:15, AKASHI Takahiro > wrote: > > > > Hi Simon, > > > > On Sun, Oct 10, 2021 at 08:14:23AM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Thu, 30 Sept 2021 at 23:04, AKASHI

Re: [RFC 14/22] dm: blk: call efi's device-probe hook

2021-10-11 Thread Simon Glass
Hi Takahiro, On Sun, 10 Oct 2021 at 21:15, AKASHI Takahiro wrote: > > Hi Simon, > > On Sun, Oct 10, 2021 at 08:14:23AM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 30 Sept 2021 at 23:04, AKASHI Takahiro > > wrote: > > > > > > Adding this callback function, efi_disk_create() in

Re: [RFC 14/22] dm: blk: call efi's device-probe hook

2021-10-10 Thread AKASHI Takahiro
Hi Simon, On Sun, Oct 10, 2021 at 08:14:23AM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 30 Sept 2021 at 23:04, AKASHI Takahiro > wrote: > > > > Adding this callback function, efi_disk_create() in block devices's > > post_probe hook will allows for automatically creating efi_disk

Re: [RFC 14/22] dm: blk: call efi's device-probe hook

2021-10-10 Thread Simon Glass
Hi Takahiro, On Thu, 30 Sept 2021 at 23:04, AKASHI Takahiro wrote: > > Adding this callback function, efi_disk_create() in block devices's > post_probe hook will allows for automatically creating efi_disk objects > per block device. > > This will end up not only eliminating efi_disk_register()

[RFC 14/22] dm: blk: call efi's device-probe hook

2021-09-30 Thread AKASHI Takahiro
Adding this callback function, efi_disk_create() in block devices's post_probe hook will allows for automatically creating efi_disk objects per block device. This will end up not only eliminating efi_disk_register() called in UEFI initialization, but also enabling detections of new block devices