diff options
author | Ganesan Ramalingam | 2014-05-09 13:06:25 +0200 |
---|---|---|
committer | Ralf Baechle | 2014-05-30 16:51:47 +0200 |
commit | fedfcb1137d2426e2e7a8ff40aa0ac4ec44793a9 (patch) | |
tree | 70e2ed14cc747548a1c3add8c3d8299f9caa27cd /arch/mips/netlogic/xlp/Makefile | |
parent | MIPS: Netlogic: Support for XLP3XX on-chip SATA (diff) | |
download | kernel-qcow2-linux-fedfcb1137d2426e2e7a8ff40aa0ac4ec44793a9.tar.gz kernel-qcow2-linux-fedfcb1137d2426e2e7a8ff40aa0ac4ec44793a9.tar.xz kernel-qcow2-linux-fedfcb1137d2426e2e7a8ff40aa0ac4ec44793a9.zip |
MIPS: Netlogic: XLP9XX on-chip SATA support
The XLP9XX SoC has an on-chip SATA controller with two ports. Add
ahci-init-xlp2.c to initialize the controller, setup the glue logic
registers, fixup PCI quirks and setup interrupt ack logic.
Signed-off-by: Ganesan Ramalingam <ganesanr@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6913/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic/xlp/Makefile')
-rw-r--r-- | arch/mips/netlogic/xlp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/netlogic/xlp/Makefile b/arch/mips/netlogic/xlp/Makefile index 0cb53af9726c..be358a8050c5 100644 --- a/arch/mips/netlogic/xlp/Makefile +++ b/arch/mips/netlogic/xlp/Makefile @@ -3,3 +3,4 @@ obj-$(CONFIG_SMP) += wakeup.o obj-$(CONFIG_USB) += usb-init.o obj-$(CONFIG_USB) += usb-init-xlp2.o obj-$(CONFIG_SATA_AHCI) += ahci-init.o +obj-$(CONFIG_SATA_AHCI) += ahci-init-xlp2.o |