diff options
author | Rob Herring <robh@kernel.org> | 2015-01-28 11:16:18 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-01-29 09:33:18 -0500 |
commit | b7e78170efd46db039f56f76f4aa672134004c41 (patch) | |
tree | 7c59102f0c726a6efd2fc9fccf9f124dc8b0a71c /MAINTAINERS | |
parent | daeea28793773942c8685920fbe6b757e9d77a5c (diff) |
PCI: versatile: Add DT-based ARM Versatile PB PCIe host driver
This converts the Versatile PCI host code to a platform driver using the
commom DT parsing and setup. The driver uses only an empty ARM
pci_sys_data struct and does not use pci_common_init_dev init function.
The old host code will be removed in a subsequent commit when Versatile is
completely converted to DT.
I've tested this on QEMU with the sym53c8xx driver in both i/o and memory
mapped modes.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
CC: Russell King <linux@arm.linux.org.uk>
CC: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..1d38850a4b87 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7210,6 +7210,14 @@ F: include/linux/pci* | |||
7210 | F: arch/x86/pci/ | 7210 | F: arch/x86/pci/ |
7211 | F: arch/x86/kernel/quirks.c | 7211 | F: arch/x86/kernel/quirks.c |
7212 | 7212 | ||
7213 | PCI DRIVER FOR ARM VERSATILE PLATFORM | ||
7214 | M: Rob Herring <robh@kernel.org> | ||
7215 | L: linux-pci@vger.kernel.org | ||
7216 | L: linux-arm-kernel@lists.infradead.org | ||
7217 | S: Maintained | ||
7218 | F: Documentation/devicetree/bindings/pci/versatile.txt | ||
7219 | F: drivers/pci/host/pci-versatile.c | ||
7220 | |||
7213 | PCI DRIVER FOR APPLIEDMICRO XGENE | 7221 | PCI DRIVER FOR APPLIEDMICRO XGENE |
7214 | M: Tanmay Inamdar <tinamdar@apm.com> | 7222 | M: Tanmay Inamdar <tinamdar@apm.com> |
7215 | L: linux-pci@vger.kernel.org | 7223 | L: linux-pci@vger.kernel.org |