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

2019-08-26 Thread Tom Rini
On Tue, Aug 20, 2019 at 04:47:42PM +, Park, Aiden 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

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

2019-08-21 Thread Bin Meng
On Wed, Aug 21, 2019 at 12:47 AM Park, Aiden 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 >

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

2019-08-20 Thread Park, Aiden
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 --- drivers/ata/ahci.c | 8 1 file changed, 8