From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Fri, 24 May 2019 05:12:26 +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 This patch has been applied to u-boot-mpc85xx, awaiting upstream. --pk