RapidIO interconnect subsystem (Renesas/IDT TSI721 bridges and CPS/RXS switches)
RapidIO is a high-speed, low-latency packet-switched interconnect used in embedded systems such as wireless base stations, defense/aerospace signal processing, and industrial backplanes. The Linux subsystem supports the Renesas/IDT TSI721 PCIe-to-Serial-RapidIO bridge and CPS/RXS RapidIO switches, letting hosts enumerate and communicate with devices on a RapidIO fabric.
recommendation
Worth keeping but documenting its niche, because RapidIO is a specialized high-speed interconnect used mostly in embedded, industrial, and signal-processing systems rather than mainstream Linux servers or desktops. Renesas still sold the TSI721 PCIe-to-RapidIO bridge and CPS-family switches as active products in 2025, and the subsystem received genuine upstream maintenance activity through 2025-2026 with no removal proposals on the table, so it is not a candidate for retirement. A note explaining the niche audience would help future maintainers avoid mistaking low traffic for abandonment.
repository signals
sources
- lore.kernel.org
Core RapidIO code in drivers/rapidio/rio.c still received upstream changes in 2026, indicating the subsystem is not abandoned.
- lore.kernel.org
The TSI721 device driver in drivers/rapidio/devices/tsi721.c received driver-specific cleanup work in 2023; lore timeline also shows touches through 2025.
- renesas.com
Renesas still listed TSI721 as an active RapidIO bridge product with ordering/evaluation materials available in 2025-era crawls.
- renesas.com
Renesas still listed a RapidIO switch (80HCPS1848/CPS family) as active, supporting the view that at least some RapidIO hardware remained commercially available in 2025.
codex reasoning notes (technical)
Not an early-exit case: this is a real driver subtree with module/device init paths and hardware Kconfig entries for TSI721 and IDT CPS/RXS switches. Lore evidence came from lore_file_timeline on drivers/rapidio/rio.c and drivers/rapidio/devices/tsi721.c; it shows real upstream traffic through 2025-2026, including core and device-specific work, and I found no concrete removal thread. Deployment looks niche rather than broad: Renesas product pages obtained via web search still mark TSI721 and RapidIO switch silicon active, which argues against deprecation/removal, but RapidIO is a specialized embedded/industrial interconnect rather than a mainstream new Linux deployment target. That supports keep-annotate instead of deprecate/remove.