drivers/rapidio

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.

keep-annotate conf=0.84 deploy=low replacement=none subsystem=rapidio category=bus-other
84%

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

20 files
15,201 source lines
34 commits, 5y
+209 / −877 lines added / removed, 5y
22 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 34 total · active in 24/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +8 −9 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +1 −3 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +5 −4 2021-12: 1 commit · +0 −573 2022-01: 1 commit · +4 −4 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +2 −2 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +2 −1 2022-10: 0 commits · +0 −0 2022-11: 3 commits · +21 −10 2022-12: 1 commit · +1 −0 2023-01: 1 commit · +2 −2 2023-02: 0 commits · +0 −0 2023-03: 4 commits · +3 −7 2023-04: 1 commit · +4 −11 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +19 −15 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +55 −16 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −15 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +2 −2 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +7 −7 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +6 −2 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +0 −131 2025-05: 2 commits · +3 −3 2025-06: 1 commit · +3 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −1 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +2 −1 2026-02: 2 commits · +56 −58 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Core RapidIO code in drivers/rapidio/rio.c still received upstream changes in 2026, indicating the subsystem is not abandoned.

  2. 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.

  3. renesas.com

    Renesas still listed TSI721 as an active RapidIO bridge product with ordering/evaluation materials available in 2025-era crawls.

  4. 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.