From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Sun, 7 Apr 2019 09:50:36 +0000 Subject: [U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs In-Reply-To: <20190327092503.44281-1-peng.ma@nxp.com> References: <20190327092503.44281-1-peng.ma@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Peng Ma > Sent: Wednesday, March 27, 2019 2:53 PM > To: Prabhakar Kushwaha ; Shengzhou Liu > ; Ruchika Gupta > Cc: Yinbo Zhu ; sjg at chromium.org; Jagdish Gediya > ; York Sun ; > bmeng.cn at gmail.com; sr at denx.de; make at marvell.com; Andy Tang > ; u-boot at lists.denx.de; Peng Ma > Subject: [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc > socs > > This patch is to support Freescale sata driver with dts initialized. > Also resolved the following problems. > > ===================== WARNING ====================== This board > does not use CONFIG_DM_SCSI. Please update the storage controller to use > CONFIG_DM_SCSI before the v2019.07 release. > Failure to update by the deadline may result in board removal. > See doc/driver-model/MIGRATION.txt for more info. > ==================================================== > > Signed-off-by: Peng Ma > --- > depends on: > - https://patchwork.ozlabs.org/project/uboot/list/?series=99168 > - https://patchwork.ozlabs.org/project/uboot/list/?series=99167 > > drivers/ata/Kconfig | 10 + > drivers/ata/Makefile | 1 + > drivers/ata/fsl_ahci.c | 1030 ++++++++++++++++++++++++++++++++++++++++ > drivers/ata/fsl_sata.h | 1 + > 4 files changed, 1042 insertions(+) > create mode 100644 drivers/ata/fsl_ahci.c > New driver is getting added in drivers/ata. I request driver/ata maintainer to review --pk