This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX.
Signed-off-by: Rupjyoti Sarmah<rsarmah@xxxxxxxxxxxxxxxx>
Signed-off-by: Mark Miesfeld<mmiesfeld@xxxxxxxxxxxxxxxx>
Signed-off-by: Prodyut Hazarika<phazarika@xxxxxxxxxxxxxxxx>
---
This patch incorporates the changes advised in the mailing list. The device
tree changes were submitted as a seperate patch. Kconfig file is fixed in this version.
drivers/ata/Kconfig | 9 +
drivers/ata/Makefile | 1 +
drivers/ata/sata_dwc_460ex.c | 1756 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1766 insertions(+), 0 deletions(-)
create mode 100644 drivers/ata/sata_dwc_460ex.c