Re: [U-Boot] [PATCH v4 1/7] scsi: dm: split scsi_scan()

2017-04-23 Thread Simon Glass
On 21 April 2017 at 04:08, Jean-Jacques Hiblot wrote: > The DM version of scsi_scan() is becoming a bit long, it can be split: > scsi_scan() iterates over the IDs and LUNs and for each id/lun pair calls > do_scsi_scan_one() to do the work of: > - detecting an attached drive > -

[U-Boot] [PATCH v4 1/7] scsi: dm: split scsi_scan()

2017-04-21 Thread Jean-Jacques Hiblot
The DM version of scsi_scan() is becoming a bit long, it can be split: scsi_scan() iterates over the IDs and LUNs and for each id/lun pair calls do_scsi_scan_one() to do the work of: - detecting an attached drive - creating the associated block device if a drive is found. Signed-off-by: