drivers/iio/temperature

IIO temperature sensor ICs (MLX90614, TMP117, MAX31865, MCP9600, and friends)

Drivers for discrete digital temperature sensor chips used in embedded, industrial, and consumer hardware: Melexis infrared thermometers (MLX9061x/32/35), TI digital thermometers (TMP006/007/117), Microchip MCP9600 thermocouple and Maxim MAX31865 RTD front-ends, ADI LTC2983, and HID sensor-hub temperature inputs found on laptops and industrial controllers.

keep conf=0.87 deploy=medium replacement=none subsystem=iio category=sensor-iio
87%

recommendation

It should stay because this directory hosts a working collection of drivers for many distinct, currently-sold temperature sensor chips from Melexis, Texas Instruments, Analog Devices/Maxim, and Microchip. Several of these drivers received feature work and cleanups in 2024 and 2025, and the underlying parts (TMP117, MLX90614, MAX31865, MCP9600) are still in active production, so there is no single replacement and no sign of retirement.

repository signals

18 files
8,934 source lines
103 commits, 5y
+4,227 / −926 lines added / removed, 5y
37 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 103 total · active in 37/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +196 −1 2021-05: 1 commit · +20 −5 2021-06: 4 commits · +39 −28 2021-07: 0 commits · +0 −0 2021-08: 4 commits · +390 −16 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 2 commits · +4 −4 2022-01: 5 commits · +13 −17 2022-02: 2 commits · +3 −4 2022-03: 3 commits · +121 −117 2022-04: 2 commits · +6 −4 2022-05: 3 commits · +4 −4 2022-06: 1 commit · +5 −4 2022-07: 0 commits · +0 −0 2022-08: 2 commits · +58 −11 2022-09: 4 commits · +399 −80 2022-10: 2 commits · +42 −36 2022-11: 11 commits · +465 −32 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 3 commits · +61 −19 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 7 commits · +188 −81 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 2 commits · +45 −51 2023-09: 1 commit · +2 −4 2023-10: 1 commit · +150 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1,110 −0 2024-01: 0 commits · +0 −0 2024-02: 5 commits · +77 −97 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +7 −1 2024-05: 3 commits · +8 −9 2024-06: 3 commits · +465 −164 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 2 commits · +124 −14 2024-10: 3 commits · +6 −6 2024-11: 0 commits · +0 −0 2024-12: 3 commits · +6 −4 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +19 −14 2025-03: 2 commits · +12 −18 2025-04: 3 commits · +19 −17 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +1 −3 2025-07: 1 commit · +16 −10 2025-08: 7 commits · +138 −38 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 2 commits · +3 −6 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +4 −6 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    mlx90614 still received nontrivial upstream maintenance in April 2026.

  2. lore.kernel.org

    tmp117 received functional driver work in 2024 (vcc-supply support), indicating live deployments and maintainer attention.

  3. lore.kernel.org

    mcp9600 gained new functionality in 2025 (IIR filter support), showing ongoing subsystem investment rather than retirement.

  4. ti.com

    TMP117 was listed by TI as ACTIVE, so hardware covered by this directory was still sold new in 2025.

  5. melexis.com

    MLX90614 remained a current Melexis product page in 2025-era web indexing, supporting continued market availability.

  6. analog.com

    MAX31865 was listed by Analog Devices as PRODUCTION, supporting continued availability of covered RTD/temperature hardware.

  7. microchip.com

    Microchip still offered the MCP9600 product, supporting continued new deployments in industrial/embedded systems.

codex reasoning notes (technical)

Shell `sed` on drivers/iio/temperature/Kconfig shows this is a live collection of many vendor-specific temperature-sensor drivers, not a dead compatibility shim. Lore evidence was gathered with `lore_activity` on tmp117.c, mlx90614.c, and mcp9600.c; these returned 2024-2026 feature/cleanup patches. Two `lore_regex` subject scans for removal/deprecation discussion timed out, so I found no positive removal evidence. Vendor availability URLs were obtained with `web.search_query` on official domains (ti.com, melexis.com, analog.com, microchip.com). Because multiple covered chip families are still sold and upstream work is recent, there is no natural single replacement and the directory should be kept.