diff options
author | Pratyush Anand <pratyush.anand@st.com> | 2014-02-11 01:09:26 -0500 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2014-07-14 01:00:39 -0400 |
commit | 51b66a6ce12570e5ee1a249c811f7f2d74814a43 (patch) | |
tree | 1a0db6874974c9169345ea668b81f82f2785d239 /MAINTAINERS | |
parent | 4c834452aad01531db949414f94f817a86348d59 (diff) |
PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx
ARM based ST Microelectronics's SPEAr1310 and SPEAr1340 SOCs have onchip
designware PCIe controller. To make that usable, this patch adds a wrapper
driver based on existing designware driver.
Adds bindings for this new driver and update MAINTAINERS as well.
Cc: linux-pci@vger.kernel.org
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Mohit Kumar <mohit.kumar@st.com>
[viresh: fixed logs/cclist/checkpatch warnings, broken into smaller patches]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10a5a6c..766948ed64db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6820,6 +6820,12 @@ S: Maintained | |||
6820 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt | 6820 | F: Documentation/devicetree/bindings/pci/host-generic-pci.txt |
6821 | F: drivers/pci/host/pci-host-generic.c | 6821 | F: drivers/pci/host/pci-host-generic.c |
6822 | 6822 | ||
6823 | PCIE DRIVER FOR ST SPEAR13XX | ||
6824 | M: Mohit Kumar <mohit.kumar@st.com> | ||
6825 | L: linux-pci@vger.kernel.org | ||
6826 | S: Maintained | ||
6827 | F: drivers/pci/host/*spear* | ||
6828 | |||
6823 | PCMCIA SUBSYSTEM | 6829 | PCMCIA SUBSYSTEM |
6824 | P: Linux PCMCIA Team | 6830 | P: Linux PCMCIA Team |
6825 | L: linux-pcmcia@lists.infradead.org | 6831 | L: linux-pcmcia@lists.infradead.org |