diff options
| author | Xincheng Zhang <zhangxincheng@ultrarisc.com> | 2026-04-27 09:32:12 +0800 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-05-12 15:31:51 -0500 |
| commit | 5fc35740c3b32d2c820c97d041282e7bca4ad0bf (patch) | |
| tree | 0a16b6fc291e06b22f88d0565cd123b2c1b4da2f /MAINTAINERS | |
| parent | d9ff07f459552eabd04f8831bcaa76d761dfe264 (diff) | |
| download | linux-next-history-5fc35740c3b32d2c820c97d041282e7bca4ad0bf.tar.gz | |
PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driver
Add DP1000 SoC PCIe Root Complex driver.
The controller only supports 32-bit aligned configuration space accesses.
Signed-off-by: Xincheng Zhang <zhangxincheng@ultrarisc.com>
Signed-off-by: Jia Wang <wangjia@ultrarisc.com>
[mani: changed to builtin_platform_driver() to prevent irqchip removal]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
[bhelgaas: squash MAINTAINERS update here]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20260427-ultrarisc-pcie-v4-3-98935f6cdfb5@ultrarisc.com
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd163..b52ea4bfe7da0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20759,6 +20759,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 |
