Re: [U-Boot] [PATCH 5/7] dm: scsi: ahci: fill max_lun and max_id members of scsi_platdata

2017-03-31 Thread Simon Glass
Hi, On 24 March 2017 at 06:24, Jean-Jacques Hiblot wrote: > Those 2 values are required for proper operation of the DM_SCSI version of > scsi_scan(). > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/block/ahci.c | 12 +++- > 1 file changed, 11

[U-Boot] [PATCH 5/7] dm: scsi: ahci: fill max_lun and max_id members of scsi_platdata

2017-03-24 Thread Jean-Jacques Hiblot
Those 2 values are required for proper operation of the DM_SCSI version of scsi_scan(). Signed-off-by: Jean-Jacques Hiblot --- drivers/block/ahci.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index