Re: [U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing

2017-07-27 Thread Simon Glass
Hi Bin, On 22 July 2017 at 22:42, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 5, 2017 at 3:31 AM, Simon Glass wrote: >> The 'scsi scan' function handles this at present and we don't want to >> do it twice. With driver model we want to adopt U-Boot's lazy init >> approach where possible. >> >> Dr

Re: [U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing

2017-07-22 Thread Bin Meng
Hi Simon, On Wed, Jul 5, 2017 at 3:31 AM, Simon Glass wrote: > The 'scsi scan' function handles this at present and we don't want to > do it twice. With driver model we want to adopt U-Boot's lazy init > approach where possible. > > Drop the automatic scan when probing a SCSI bus. > > Signed-off-

[U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing

2017-07-04 Thread Simon Glass
The 'scsi scan' function handles this at present and we don't want to do it twice. With driver model we want to adopt U-Boot's lazy init approach where possible. Drop the automatic scan when probing a SCSI bus. Signed-off-by: Simon Glass --- Changes in v2: None drivers/ata/ahci.c | 5 - 1