[U-Boot] [PATCH 1/1] dm: scsi: Scan the actual number of ports

Bin Meng bmeng.cn at gmail.com
Wed Aug 21 09:41:06 UTC 2019


On Wed, Aug 21, 2019 at 12:47 AM Park, Aiden <aiden.park at intel.com> wrote:
>
> The scsi_scan_dev() is looping over the number of uc_plat->max_id.
> The number of actual ports a AHCI controller has can be greater than
> max_id. Update uc_plat->max_id to make SCSI scan all detected ports.
>
> Signed-off-by: Aiden Park <aiden.park at intel.com>
> ---
>  drivers/ata/ahci.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list