PCI and PCIe host bridge controllers for SoCs and server platforms
A collection of drivers for the PCI Express root complexes and host bridges built into modern systems-on-chip and server processors, covering everything from Raspberry Pi and other ARM SoCs to Intel's Volume Management Device on Xeon and Core Ultra platforms. These are the controllers that let a CPU enumerate and talk to PCIe devices like NVMe SSDs, GPUs, and network cards.
recommendation
It should stay because this directory is an umbrella for dozens of actively used PCIe host controller drivers covering hardware sold new in 2025, including the Raspberry Pi Compute Module 5 (guaranteed available through 2036) and Intel's VMD on current Xeon Scalable and Core Ultra 200 series chips. Stable backports were still landing in 2026 and there is no replacement subsystem on the horizon.
repository signals
sources
- spinics.net
2026 stable backport for drivers/pci/controller/dwc/pcie-designware-ep.c shows active upstream maintenance rather than retirement.
- raspberrypi.com
Raspberry Pi Compute Module 5 is sold new, includes a PCIe root complex, and is promised in production until at least January 2036.
- intel.com
Intel documented VMD as an active feature of Intel Xeon Scalable platforms in a 2025 support article, indicating ongoing deployment of VMD-backed PCI host-bridge hardware.
- edc.intel.com
Intel Core Ultra 200H/200U datasheet pages published in 2025 still describe Intel VMD technology, showing this directory covers hardware present in current client platforms too.
codex reasoning notes (technical)
Shell inspection of the local tree (`find` and `git -c safe.directory=... log --since=2025-01-01 -- drivers/pci/controller`) showed many 2026 fixes and merge branches across this directory, so it is actively maintained. `lei` was unavailable, so public mailing-list/stable evidence was obtained via web search; the cited Spinics page is a 2026 stable patch touching this directory and links back to lore. Deployment evidence was obtained via web search on vendor pages: Raspberry Pi CM5 is a current PCIe-equipped product with a long availability window, and Intel's 2025 VMD documentation shows ongoing server/client deployment. No removal/deprecation discussion surfaced in the searched results. This directory is an umbrella for many live PCI host-controller drivers, not a single obsolete chipset, so there is no natural replacement and the correct outcome is to keep it.