drivers/iio/addac

Mixed-signal industrial I/O: Analog Devices AD74115/AD74413R and Apex STX104

Mixed analog-and-digital I/O hardware used in industrial automation. The Analog Devices AD74115 and AD74413R are software-configurable chips whose pins can each act as analog input, analog output, digital input, or digital output for PLC and process-control gear, while the Apex STX104 is a PC/104 add-on board offering 16-bit analog I/O for legacy embedded systems.

keep conf=0.89 deploy=low replacement=none subsystem=iio category=sensor-iio
89%

recommendation

It should stay in the kernel because all three devices it supports are still in active use. Analog Devices lists the AD74115H and AD74413R software-configurable industrial I/O chips as recommended for new designs in 2025, Apex Embedded Systems still sells STX104-family PC/104 analog I/O boards, and the code itself received maintenance patches as recently as April-May 2025 with no deprecation discussion in sight.

repository signals

5 files
3,988 source lines
47 commits, 5y
+4,460 / −408 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 47 total · active in 20/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 4 commits · +1,504 −2 2022-01: 4 commits · +12 −13 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +2 −2 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +419 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 6 commits · +1,993 −5 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 3 commits · +43 −3 2023-04: 6 commits · +282 −216 2023-05: 2 commits · +7 −6 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +3 −3 2023-09: 3 commits · +80 −2 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: 1 commit · +2 −8 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +15 −25 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +3 −10 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +20 −19 2024-10: 4 commits · +32 −53 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +9 −5 2025-03: 1 commit · +3 −4 2025-04: 4 commits · +27 −28 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +3 −3 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: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Recent upstream mailing-list traffic touched this directory in April 2025 for ad74115, indicating ongoing maintenance rather than abandonment.

  2. spinics.net

    Recent upstream mailing-list traffic touched this directory in April 2025 for ad74413r, further showing active upkeep.

  3. analog.com

    Analog Devices lists AD74115H as 'Recommended for New Designs' and offers samples/buy options, supporting that this hardware was still sold new in 2025.

  4. analog.com

    Analog Devices lists AD74413R as 'Recommended for New Designs' with current product and evaluation-board information, supporting continued market availability.

  5. apexembeddedsystems.com

    Apex Embedded Systems still advertises an STX104-family PC/104 module for sale, showing the legacy board niche remains commercially active.

codex reasoning notes (technical)

Local shell inspection of drivers/iio/addac/Kconfig and source files shows three real hardware drivers: AD74115, AD74413R, and STX104. Local git log (shell) shows substantive touches through 2025-05-21. Lore-specific tooling was unavailable here, so upstream activity was checked via web search hits on public mailing-list mirrors (spinics) for recent patch subjects; those 2025 patches show maintenance, and I found no removal/deprecation discussion in the retrieved results. Product availability was checked via vendor product pages found with web search: AD74115H and AD74413R are current ADI industrial parts, and Apex still markets STX104-family hardware. Overall this directory serves niche but still-deployed industrial/embedded I/O hardware, so removal/deprecation is not justified.