MLK-22293-2 ata: Add iMX AHCI driver
authorYe Li <ye.li@nxp.com>
Thu, 18 Jul 2019 02:54:55 +0000 (19:54 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 26 Jul 2019 02:47:16 +0000 (19:47 -0700)
commitc206ca62ec4e3a04af24c668d2394b81142b6ec4
treeeb08f47fec65df6dfc3a5f21f6a341e8c0855fbd
parent7a3ac31ccd05491cb0fae36d4dcc8ab5742073ca
MLK-22293-2 ata: Add iMX AHCI driver

Add new iMX AHCI driver which is ported from kernel and support
imx6q/qp/imx8qm.
The new driver adapt to SCSI through common AHCI interfaces in ahci.c
So after enabling it, we will use SCSI commands to access the SATA
disk device.

Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/imx_ahci.c [new file with mode: 0644]