diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2016-09-03 12:41:09 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-09-03 12:41:09 -0400 |
commit | e77f847df54c6b01f4628dd352f4168db3082aa8 (patch) | |
tree | f3743bbdc306a1f89fd43d463870968f00340b33 /MAINTAINERS | |
parent | d5b0dc86a2b93bdf1b3e2309153b85d596d4503d (diff) |
PCI: rockchip: Add Rockchip PCIe controller support
Add support for the Rockchip PCIe controller found on RK3399 SoC platform.
[bhelgaas: fold in Brian's rockchip_pcie_client_irq_handler() OR fix, other
fixes and cleanups from Guenter Roeck <linux@roeck-us.net> and me,
uninitialized variable fix from Arnd Bergmann <arnd@arndb.de>]
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 20bb1d00098c..c0e623f57414 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9083,6 +9083,15 @@ S: Maintained | |||
9083 | F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt | 9083 | F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt |
9084 | F: drivers/pci/host/pcie-hisi.c | 9084 | F: drivers/pci/host/pcie-hisi.c |
9085 | 9085 | ||
9086 | PCIE DRIVER FOR ROCKCHIP | ||
9087 | M: Shawn Lin <shawn.lin@rock-chips.com> | ||
9088 | M: Wenrui Li <wenrui.li@rock-chips.com> | ||
9089 | L: linux-pci@vger.kernel.org | ||
9090 | L: linux-rockchip@lists.infradead.org | ||
9091 | S: Maintained | ||
9092 | F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt | ||
9093 | F: drivers/pci/host/pcie-rockchip.c | ||
9094 | |||
9086 | PCIE DRIVER FOR QUALCOMM MSM | 9095 | PCIE DRIVER FOR QUALCOMM MSM |
9087 | M: Stanimir Varbanov <svarbanov@mm-sol.com> | 9096 | M: Stanimir Varbanov <svarbanov@mm-sol.com> |
9088 | L: linux-pci@vger.kernel.org | 9097 | L: linux-pci@vger.kernel.org |