drivers/iio/chemical

Chemical and environmental gas/particulate sensors (VOC, CO2, PM, pH)

Drivers for modern chemical and environmental sensors: CO2 (Sensirion SCD30/SCD4x, Senseair Sunrise), VOC and air-quality (Bosch BME680, Sensirion SGP30/SGP40), particulate matter (Sensirion SPS30), and water-quality probes for pH, conductivity, and dissolved oxygen. These chips are common in indoor air-quality monitors, HVAC gear, smart-home devices, and industrial monitoring.

keep conf=0.90 deploy=medium replacement=none subsystem=iio category=sensor-iio
90%

recommendation

It should stay because this directory hosts an active, growing collection of drivers for chemical and air-quality sensors that vendors like Sensirion, Bosch, and Senseair still sell new in 2025 for HVAC, indoor air quality, and industrial monitoring. Recent linux-iio patch activity in 2026 touching files such as sunrise_co2.c and scd4x.c shows ongoing maintenance rather than any move toward retirement.

repository signals

31 files
9,870 source lines
130 commits, 5y
+4,941 / −1,196 lines added / removed, 5y
37 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 130 total · active in 37/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +7 −6 2021-05: 7 commits · +803 −254 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +390 −0 2021-09: 1 commit · +548 −0 2021-10: 4 commits · +713 −6 2021-11: 0 commits · +0 −0 2021-12: 5 commits · +10 −10 2022-01: 2 commits · +6 −7 2022-02: 2 commits · +18 −16 2022-03: 1 commit · +4 −1 2022-04: 2 commits · +11 −12 2022-05: 4 commits · +18 −6 2022-06: 2 commits · +7 −5 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +3 −9 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 9 commits · +25 −26 2022-12: 0 commits · +0 −0 2023-01: 3 commits · +20 −32 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +12 −12 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +73 −6 2023-08: 4 commits · +32 −46 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +192 −15 2024-01: 1 commit · +6 −6 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +5 −5 2024-06: 22 commits · +921 −440 2024-07: 2 commits · +2 −2 2024-08: 1 commit · +8 −3 2024-09: 0 commits · +0 −0 2024-10: 9 commits · +73 −58 2024-11: 4 commits · +246 −20 2024-12: 5 commits · +134 −24 2025-01: 1 commit · +2 −2 2025-02: 3 commits · +53 −51 2025-03: 4 commits · +46 −47 2025-04: 5 commits · +359 −28 2025-05: 4 commits · +174 −11 2025-06: 5 commits · +6 −10 2025-07: 0 commits · +0 −0 2025-08: 2 commits · +2 −8 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 2 commits · +6 −3 2026-01: 1 commit · +3 −6 2026-02: 3 commits · +3 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory is a live collection of many current chemical/environmental sensor drivers, including Bosch BME680, Sensirion SCD30/SCD4x/SGP30/SGP40/SPS30, Senseair Sunrise CO2, and others; it is not a single legacy chipset.

  2. lore.kernel.org

    A linux-iio patch in March 2026 still touched files in this directory (including sunrise_co2.c), showing ongoing upstream maintenance rather than retirement.

  3. lore.kernel.org

    A linux-iio treewide API update in February 2026 touched drivers in this directory (including scd4x.c), indicating the subtree remains integrated and maintained.

  4. sensirion.com

    Sensirion still markets the SPS30 particulate-matter sensor with a 'Buy now' path and current product collateral, supporting that covered hardware was still sold new in/after 2025.

  5. developer.sensirion.com

    Sensirion still promotes the SCD4x CO2 family as a current product line with evaluation hardware, supporting ongoing new deployments.

codex reasoning notes (technical)

Not a removal candidate. Local Kconfig inspection via `exec_command` showed a broad, modern sensor class rather than one obsolete device; cited the canonical git.kernel.org Kconfig URL by canonical recall. `lore_activity` on `sunrise_co2.c` and `scd4x.c` returned 2026 linux-iio patches, and none indicated deprecation/removal. `web.search_query` found current Sensirion product pages for SPS30 and SCD4x, showing hardware covered by this directory is still sold for HVAC/IAQ/industrial monitoring. No single upstream replacement driver exists because this directory aggregates many distinct sensor vendors/protocols.