diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 17:23:45 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-07-22 17:26:24 -0400 |
commit | 47ff3de911a728cdf9ecc6ad777131902cff62b4 (patch) | |
tree | ec82747a2f4098c337567fd4daf86d7d77ab385a /MAINTAINERS | |
parent | f4c55c5a3f7f68c06cc559ed7af8b2d017cbb0a7 (diff) |
PCI: dra7xx: Add TI DRA7xx PCIe driver
Add support for PCIe controller in DRA7xx. This driver re-uses the
designware core code that is already present in kernel.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Cc: Rob Herring <robh+dt@kernel.org>
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: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Mohit Kumar <mohit.kumar@st.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 134483f206e4..fdd34d1ba679 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6796,6 +6796,14 @@ S: Supported | |||
6796 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 6796 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
6797 | F: drivers/pci/host/pci-tegra.c | 6797 | F: drivers/pci/host/pci-tegra.c |
6798 | 6798 | ||
6799 | PCI DRIVER FOR TI DRA7XX | ||
6800 | M: Kishon Vijay Abraham I <kishon@ti.com> | ||
6801 | L: linux-omap@vger.kernel.org | ||
6802 | L: linux-pci@vger.kernel.org | ||
6803 | S: Supported | ||
6804 | F: Documentation/devicetree/bindings/pci/ti-pci.txt | ||
6805 | F: drivers/pci/host/pci-dra7xx.c | ||
6806 | |||
6799 | PCI DRIVER FOR RENESAS R-CAR | 6807 | PCI DRIVER FOR RENESAS R-CAR |
6800 | M: Simon Horman <horms@verge.net.au> | 6808 | M: Simon Horman <horms@verge.net.au> |
6801 | L: linux-pci@vger.kernel.org | 6809 | L: linux-pci@vger.kernel.org |