drivers/ipack/carriers

TEWS TPCI-200 IndustryPack PCI carrier boards

A PCI carrier card from TEWS Technologies that hosts up to four IndustryPack mezzanine modules, used in industrial and instrumentation systems to add custom I/O (serial, digital, analog) to a host computer. The TPCI-200 family was sold from the 2000s into the early 2020s and is most often found in long-lived embedded and industrial control deployments.

deprecate conf=0.82 last_sold=2022 deploy=low replacement=none subsystem=ipack category=industrial-comedi
82%

recommendation

A candidate for future removal because the vendor marked the TPCI-200 and its PCIe sibling discontinued with a last-time-buy in February 2022, and upstream activity has dwindled to occasional treewide API sweeps rather than real development. Existing industrial sites running these carriers will keep needing the code for years, so it is not an urgent removal, but no new deployments are expected and there is no successor driver in tree to take its place.

repository signals

4 files
811 source lines
7 commits, 5y
+49 / −47 lines added / removed, 5y
5 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 7 total · active in 3/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +6 −7 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 2 commits · +32 −28 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +11 −12 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. tews.com

    Vendor lists the TPCI200 4-slot IndustryPack PCI carrier as discontinued, with last-time-buy date 2022-02-28.

  2. lore.kernel.org

    The driver still saw an upstream touch in late 2021, but the most recent file activity visible from lore is a 2021 treewide API conversion rather than ongoing feature work.

  3. lore.kernel.org

    A direct tpci200-specific patch landed in 2021, indicating limited maintenance rather than active development.

  4. tews.com

    TEWS had a related PCIe IndustryPack carrier product line, but that page is also marked discontinued, reinforcing that this is a legacy industrial niche rather than a current-growth platform.

codex reasoning notes (technical)

Not an early-exit case: local shell inspection (`rg`, `sed`) showed a real PCI carrier driver (`tpci200.c`) with `module_pci_driver()` and TEWS TPCI-200 PCI IDs. Lore evidence came from `lore_file_timeline` on `drivers/ipack/carriers/tpci200.c`, which showed activity ending in 2021 and no sign of current removal work in the inspected history; cited lore URLs were returned by that MCP call. Deployment evidence came from web search results `turn1search0` and `turn1search1`, which exposed TEWS product pages showing TPCI200 and its related PCIe carrier line as discontinued with 2022 last-time-buy. This points to legacy industrial installs that may persist in the field, but little reason to expect meaningful new 2025 deployments. No natural upstream replacement driver exists for the same in-tree use case, so deprecate is stronger than keep-annotate, but remove is not justified without an active removal series.