diff options
author | David Daney <david.daney@cavium.com> | 2016-03-04 17:31:47 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-11 16:53:41 -0500 |
commit | f12b76e56ada6e276a3d45b60c4e26e2dda7e547 (patch) | |
tree | 427400c1c820d7f6b780b2adc3502c3c3fd2065e /MAINTAINERS | |
parent | 4e64dbe226e707b442d45c2096dde2090f34f84d (diff) |
PCI: thunder: Add PCIe host driver for ThunderX processors
The root complexes used to access off-chip PCIe devices (called PEM units
in the hardware manuals) on some Cavium ThunderX processors require quirky
access methods for the config space of the PCIe bridge.
Add a driver to provide these config space accessor functions. Use the
pci-host-common code to configure the PCI machinery.
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: 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 73c5bde6d167..1aa8f82837ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -8419,6 +8419,14 @@ L: linux-arm-msm@vger.kernel.org | |||
8419 | S: Maintained | 8419 | S: Maintained |
8420 | F: drivers/pci/host/*qcom* | 8420 | F: drivers/pci/host/*qcom* |
8421 | 8421 | ||
8422 | PCIE DRIVER FOR CAVIUM THUNDERX | ||
8423 | M: David Daney <david.daney@cavium.com> | ||
8424 | L: linux-pci@vger.kernel.org | ||
8425 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
8426 | S: Supported | ||
8427 | F: Documentation/devicetree/bindings/pci/pci-thunder-* | ||
8428 | F: drivers/pci/host/pci-thunder-* | ||
8429 | |||
8422 | PCMCIA SUBSYSTEM | 8430 | PCMCIA SUBSYSTEM |
8423 | P: Linux PCMCIA Team | 8431 | P: Linux PCMCIA Team |
8424 | L: linux-pcmcia@lists.infradead.org | 8432 | L: linux-pcmcia@lists.infradead.org |