]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: eswin: Add ESWIN PCIe Root Complex driver
authorSenchuan Zhang <zhangsenchuan@eswincomputing.com>
Fri, 27 Feb 2026 11:18:08 +0000 (19:18 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Mar 2026 21:40:03 +0000 (16:40 -0500)
commitb593c26d081a4fbeabd34badb0a9e9a971a79cb4
tree2a9d9778f6211642b25f64c7e63e81fcbb62dd7d
parent249c48a55856245d5f6dcfd53e1e15fb5d0c467b
PCI: eswin: Add ESWIN PCIe Root Complex driver

Add driver for the ESWIN PCIe Root Complex based on the DesignWare PCIe
core, IP revision 5.96a. The PCIe Gen.3 Root Complex supports data rate of
8 GT/s and x4 lanes, with INTx and MSI interrupt capability.

Signed-off-by: Yu Ning <ningyu@eswincomputing.com>
Signed-off-by: Yanghui Ou <ouyanghui@eswincomputing.com>
Signed-off-by: Senchuan Zhang <zhangsenchuan@eswincomputing.com>
[mani: renamed "EIC7700" to "ESWIN", added maintainers entry, removed async probe]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
[bhelgaas: add driver tag in subject]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20260227111808.1996-1-zhangsenchuan@eswincomputing.com
MAINTAINERS
drivers/pci/controller/dwc/Kconfig
drivers/pci/controller/dwc/Makefile
drivers/pci/controller/dwc/pcie-eswin.c [new file with mode: 0644]