[PATCH 0/2] iio: temperature: add ADI MAX30210 SPI temperature sensor
From: John Erasmus Mari Geronimo
Date: Thu Feb 26 2026 - 13:03:55 EST
This series adds support for the Analog Devices MAX30210
SPI temperature sensor to the IIO subsystem.
The MAX30210 is a high-accuracy digital temperature sensor
with SPI interface intended for medical and wearable
applications.
Patch 1 adds the device tree binding documentation.
Patch 2 adds the SPI driver implementation.
John Erasmus Mari Geronimo (2):
dt-bindings: iio: temperature: add ADI MAX30210
iio: temperature: add ADI MAX30210 driver
.../iio/temperature/adi,max30210.yaml | 71 ++
MAINTAINERS | 8 +
drivers/iio/temperature/Kconfig | 10 +
drivers/iio/temperature/Makefile | 1 +
drivers/iio/temperature/max30210.c | 758 ++++++++++++++++++
5 files changed, 848 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/temperature/adi,max30210.yaml
create mode 100644 drivers/iio/temperature/max30210.c
--
2.34.1