Thunderbolt and USB4 host interconnect
Thunderbolt and USB4 are high-speed external interconnects that carry PCIe, DisplayPort, and USB traffic over one cable, used for docks, external GPUs, fast storage, and daisy-chained displays on laptops and desktops from roughly 2011 onward. This stack manages the host controllers and attached devices, including authentication, tunneling, and firmware updates.
recommendation
It should stay because this is the kernel's main stack for Thunderbolt and USB4, a high-speed interconnect that ships on most modern laptops and is still being extended: Intel is actively marketing Thunderbolt 5, Dell and other OEMs are selling new Thunderbolt 5 docks in 2025, and the code is receiving steady upstream maintenance with fixes landing as recently as early 2026.
repository signals
sources
- lore.kernel.org
Upstream maintenance is active in 2026; `drivers/thunderbolt/usb4.c` received a functional fix patch on 2026-01-26.
- lore.kernel.org
The subsystem is still receiving bug-fix traffic and stable-relevant fixes in 2025.
- intel.com
Intel markets Thunderbolt 5 as the current generation and describes ongoing ecosystem use across PCs and accessories.
- dell.com
A mainstream OEM was selling a Thunderbolt 5 dock in 2025/2026, indicating new-hardware deployments remain current.
codex reasoning notes (technical)
`drivers/thunderbolt` is an active hardware driver subtree, not a legacy orphan: static metadata shows 421 substantive commits in 5y, and `lore_file_timeline` on representative file `drivers/thunderbolt/usb4.c` returned 204 touches from 2021-05-17 through 2026-01-26 plus multiple 2025-2026 patches. Directory-level `lore_file_timeline` returned zero, so I used a heavily touched file in the same driver. Attempts to use `lore_regex` for removal/deprecation discussion timed out, and no removal signal surfaced from available lore evidence. Deployment evidence came from `web.search_query`: Intel's official Thunderbolt overview shows the technology is current, and Dell's official WD25TB5 product page shows new Thunderbolt 5 hardware on sale. No natural replacement driver exists; this is the kernel's main Thunderbolt/USB4 stack. Source acquisition: first two URLs from `mcp__lore_http__.lore_file_timeline`; last two URLs from `web.search_query`.