diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-10-23 18:27:13 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-03 08:36:58 -0600 |
commit | af1169b48b179c9db6b5d57e14552cceccbc04eb (patch) | |
tree | 98b6a1b9063851a6c9a3db6691d7e70f2afa65f3 /MAINTAINERS | |
parent | eaa6111b70a7cb43b7536eacea8ef501fc4fc235 (diff) | |
download | talos-obmc-linux-af1169b48b179c9db6b5d57e14552cceccbc04eb.tar.gz talos-obmc-linux-af1169b48b179c9db6b5d57e14552cceccbc04eb.zip |
PCI: altera: Add Altera PCIe MSI driver
Add Altera PCIe MSI driver. This soft IP supports a configurable number of
vectors, which is a DTS parameter.
[bhelgaas: Kconfig depend on PCIE_ALTERA, typos, whitespace]
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d8fc71ec8cb8..eeb9ec999cda 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8047,6 +8047,14 @@ L: linux-pci@vger.kernel.org S: Maintained F: drivers/pci/host/*spear* +PCI MSI DRIVER FOR ALTERA MSI 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-msi.txt +F: drivers/pci/host/pcie-altera-msi.c + PCI MSI DRIVER FOR APPLIEDMICRO XGENE M: Duc Dang <dhdang@apm.com> L: linux-pci@vger.kernel.org |