diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2014-09-02 19:26:19 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-09-04 16:58:21 -0400 |
commit | 0c4ffcfe1fbc1ef564ec137eab21137cb013b00e (patch) | |
tree | 7fd579110fe115867f30078da7d76d4694e70e41 /MAINTAINERS | |
parent | b14a3d1784a9252aa3bbe0bb9d14588be32f18a1 (diff) |
PCI: keystone: Add TI Keystone PCIe driver
The Keystone PCIe controller is based on v3.65 version of the Designware
h/w. Main differences are:
1. No ATU support
2. Legacy and MSI IRQ functions are implemented in application register
space
3. MSI interrupts are multiplexed over 8 IRQ lines to the Host side.
All of the application register space handing code is organized into
pci-keystone-dw.c and the functions are called from pci-keystone.c to
implement PCI controller driver. Also add necessary DT documentation and
update the MAINTAINERS file for the driver.
[bhelgaas: spelling and whitespace fixes]
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
CC: Russell King <linux@arm.linux.org.uk>
CC: Grant Likely <grant.likely@linaro.org>
CC: Rob Herring <robh+dt@kernel.org>
CC: Mohit Kumar <mohit.kumar@st.com>
CC: Pratyush Anand <pratyush.anand@st.com>
CC: Jingoo Han <jg1.han@samsung.com>
CC: Richard Zhu <r65037@freescale.com>
CC: Kishon Vijay Abraham I <kishon@ti.com>
CC: Marek Vasut <marex@denx.de>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Pawel Moll <pawel.moll@arm.com>
CC: Mark Rutland <mark.rutland@arm.com>
CC: Ian Campbell <ijc+devicetree@hellion.org.uk>
CC: Kumar Gala <galak@codeaurora.org>
CC: Randy Dunlap <rdunlap@infradead.org>
CC: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1ff06dee651d..d639df9701cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6876,6 +6876,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | |||
6876 | S: Maintained | 6876 | S: Maintained |
6877 | F: drivers/pci/host/*imx6* | 6877 | F: drivers/pci/host/*imx6* |
6878 | 6878 | ||
6879 | PCI DRIVER FOR TI KEYSTONE | ||
6880 | M: Murali Karicheri <m-karicheri2@ti.com> | ||
6881 | L: linux-pci@vger.kernel.org | ||
6882 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6883 | S: Maintained | ||
6884 | F: drivers/pci/host/*keystone* | ||
6885 | |||
6879 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) | 6886 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) |
6880 | M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 6887 | M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
6881 | M: Jason Cooper <jason@lakedaemon.net> | 6888 | M: Jason Cooper <jason@lakedaemon.net> |