diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-10-23 13:27:12 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-10-23 21:24:56 +0300 |
commit | eaa6111b70a7cb43b7536eacea8ef501fc4fc235 (patch) | |
tree | 7f0857be157bb1cae077f9a8359943e333a6edba /MAINTAINERS | |
parent | 0ab089c2548c6a85b86f7d9392b3d53643c6dffd (diff) | |
download | linux-eaa6111b70a7cb43b7536eacea8ef501fc4fc235.tar.xz |
PCI: altera: Add Altera PCIe host controller driver
Add the Altera PCIe host controller driver.
[bhelgaas: whitespace, fold in DT and maintainer updates, OF_PCI
dependency from Arnd]
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Rob Herring <robh@kernel.org> (DT binding)
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7ba7ab749c85..d8fc71ec8cb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7938,6 +7938,14 @@ F: include/linux/pci* F: arch/x86/pci/ F: arch/x86/kernel/quirks.c +PCI DRIVER FOR ALTERA PCIE IP +M: Ley Foon Tan <lftan@altera.com> +L: rfi@lists.rocketboards.org (moderated for non-subscribers) +L: linux-pci@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/pci/altera-pcie.txt +F: drivers/pci/host/pcie-altera.c + PCI DRIVER FOR ARM VERSATILE PLATFORM M: Rob Herring <robh@kernel.org> L: linux-pci@vger.kernel.org |