[RFC 01/22] scsi: call device_probe() after scanning

Simon Glass sjg at chromium.org
Sun Oct 10 16:14:06 CEST 2021


On Thu, 30 Sept 2021 at 23:02, AKASHI Takahiro
<takahiro.akashi at linaro.org> wrote:
>
> Every time a scsi bus/port is scanned and a new block 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 <takahiro.akashi at linaro.org>
> ---
>  drivers/scsi/scsi.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list