[U-Boot] [PATCH 3/4] ata: ahci_mvebu: add scsi support

2018-05-17 Thread make
From: Ken Ma Mvebu AHCI is AHCI driver which uses SCSI under the hood. This patch adjusts AHCI setup to support SCSI by creating a SCSI device as a child. Signed-off-by: Ken Ma Cc: Simon Glass Cc: Stefan Roese --- drivers/ata/ahci_mvebu.c | 17 - 1 file changed, 16 insertions

Re: [U-Boot] [PATCH 3/4] ata: ahci_mvebu: add scsi support

2018-05-22 Thread Simon Glass
On 17 May 2018 at 19:27, wrote: > From: Ken Ma > > Mvebu AHCI is AHCI driver which uses SCSI under the hood. > This patch adjusts AHCI setup to support SCSI by creating > a SCSI device as a child. > > Signed-off-by: Ken Ma > Cc: Simon Glass > Cc: Stefan Roese > --- > drivers/ata/ahci_mvebu.c