]> git.baikalelectronics.ru Git - uboot.git/commit
ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
authorPeng Ma <peng.ma@nxp.com>
Wed, 27 Mar 2019 09:23:23 +0000 (09:23 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 23 May 2019 14:23:09 +0000 (19:53 +0530)
commit28a3b3484df3865bb644f439cf59e27eaff9764d
tree330fe439ce97366438474829c8f2f3d3a65ab797
parent51c8812457b7cbdecb69817fe5f3f7d086f21d88
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 <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/fsl_ahci.c [new file with mode: 0644]
drivers/ata/fsl_sata.h