summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2018-05-09 09:11:49 +0800
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-05-10 12:01:49 +0100
commit956cd99b35a8fb9f7564702e7fd263c27b0a8f24 (patch)
tree949f32edbe66f4ba2e662ce04d1af6bb4165ebe6 /MAINTAINERS
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-956cd99b35a8fb9f7564702e7fd263c27b0a8f24.tar.gz
PCI: rockchip: Separate common code from RC driver
In preparation for introducing EP driver for Rockchip PCIe controller, rename the RC driver from pcie-rockchip.c to pcie-rockchip-host.c, and only leave some common functions in pcie-rockchip.c in order to be reused for both of RC driver and EP driver. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Tested-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0a1410d5a621..d425fe31bcc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10940,8 +10940,8 @@ M: Shawn Lin <shawn.lin@rock-chips.com>
L: linux-pci@vger.kernel.org
L: linux-rockchip@lists.infradead.org
S: Maintained
-F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
-F: drivers/pci/host/pcie-rockchip.c
+F: Documentation/devicetree/bindings/pci/rockchip-pcie*
+F: drivers/pci/host/pcie-rockchip*
PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
M: Linus Walleij <linus.walleij@linaro.org>