Shared glue code that lets the Industrial I/O subsystem talk to sensors exposed through the ARM System Control and Management Interface (SCMI). It is not a driver for any specific chip; it is plumbing used by SCMI-capable ARM platforms to surface temperature, voltage, and similar sensors that firmware reports over SCMI.
This is not actually a standalone driver directory; it is a small common/helper layer under drivers/iio/common that bridges the IIO sensor framework with the ARM SCMI firmware protocol. Categorising it as a hardware driver would be misleading, since it only provides support code that other SCMI-aware components rely on.
repository signals
3files
721source lines
13commits, 5y
+102 / −53lines added / removed, 5y
11authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 13 total · active in 13/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: under drivers/iio/common and named scmi_sensors, indicating shared SCMI sensor helper/common glue rather than a standalone kernel-bound hardware driver.