diff options
author | Stanimir Varbanov <svarbanov@mm-sol.com> | 2015-12-18 14:38:57 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-01-05 15:31:27 -0600 |
commit | 82a823833f4e3769e82cdb4df1bc2234bc65b16c (patch) | |
tree | a9be3a4b70ee895dbeca7b6d99fd7901af876b41 /MAINTAINERS | |
parent | 845d5ca26647258fea84353152c2bde759dfab5d (diff) | |
download | linux-82a823833f4e3769e82cdb4df1bc2234bc65b16c.tar.bz2 |
PCI: qcom: Add Qualcomm PCIe controller driver
The PCIe driver reuses the Designware common code for host and MSI
initialization, and also programs the Qualcomm application specific
registers.
[bhelgaas: remove COMPILE_TEST Kconfig dependency]
Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 050d0e77a2cf..61a9183d9036 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8245,6 +8245,13 @@ S: Maintained F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt F: drivers/pci/host/pcie-hisi.c +PCIE DRIVER FOR QUALCOMM MSM +M: Stanimir Varbanov <svarbanov@mm-sol.com> +L: linux-pci@vger.kernel.org +L: linux-arm-msm@vger.kernel.org +S: Maintained +F: drivers/pci/host/*qcom* + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org |