diff options
author | David Daney <david.daney@cavium.com> | 2016-03-04 14:31:47 -0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-11 15:53:41 -0600 |
commit | f12b76e56ada6e276a3d45b60c4e26e2dda7e547 (patch) | |
tree | 427400c1c820d7f6b780b2adc3502c3c3fd2065e /MAINTAINERS | |
parent | 4e64dbe226e707b442d45c2096dde2090f34f84d (diff) | |
download | linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.tar.gz linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.tar.bz2 linux-f12b76e56ada6e276a3d45b60c4e26e2dda7e547.zip |
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 S: Maintained F: drivers/pci/host/*qcom* +PCIE DRIVER FOR CAVIUM THUNDERX +M: David Daney <david.daney@cavium.com> +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Supported +F: Documentation/devicetree/bindings/pci/pci-thunder-* +F: drivers/pci/host/pci-thunder-* + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org |