Messages in this thread Patch in this message |  | | From | Jia Wang <> | | Date | Tue, 07 Apr 2026 10:40:53 +0800 | | Subject | [PATCH v2 2/4] MAINTAINERS: Add entry for the UltraRISC DP1000 PCIe controller driver and its DT binding |
| |
Add a MAINTAINERS entry for the UltraRISC DP1000 PCIe host driver and its DT binding.
Signed-off-by: Jia Wang <wangjia@ultrarisc.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index c3fe46d7c4bc..c8159670a14d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20582,6 +20582,14 @@ S: Maintained F: Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml F: drivers/pci/controller/plda/pcie-starfive.c +PCIE DRIVER FOR ULTRARISC DP1000 +M: Xincheng Zhang <zhangxincheng@ultrarisc.com> +M: Jia Wang <wangjia@ultrarisc.com> +L: linux-pci@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/pci/ultrarisc,dp1000-pcie.yaml +F: drivers/pci/controller/dwc/pcie-ultrarisc.c + PCIE ENDPOINT DRIVER FOR QUALCOMM M: Manivannan Sadhasivam <mani@kernel.org> L: linux-pci@vger.kernel.org -- 2.34.1
|  |