Re: [U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver

2019-09-29 Thread Stefan Roese
Hi Peng, On 25.09.19 11:54, Peng Ma wrote: In driver/ata. If the sata driver support AHCI mode, there will provides a complete set of SCSI interface. If the sata is not support AHCI mode(NONE_AHCI) there will not provides the SCSI interface. This patch is to support SCSI interface for None

Re: [U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver

2019-09-25 Thread Robert Hancock
On 2019-09-25 3:54 a.m., Peng Ma wrote: > In driver/ata. If the sata driver support AHCI mode, there will provides > a complete set of SCSI interface. If the sata is not support AHCI > mode(NONE_AHCI) there will not provides the SCSI interface. > > This patch is to support SCSI interface for None

[U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver

2019-09-25 Thread Peng Ma
In driver/ata. If the sata driver support AHCI mode, there will provides a complete set of SCSI interface. If the sata is not support AHCI mode(NONE_AHCI) there will not provides the SCSI interface. This patch is to support SCSI interface for None AHCI sata such as fsl_sata.c sil_sata.c etc.