[PATCH 0/2] iio: temperature: add ADI MAX30210 SPI temperature sensor

John Erasmus Mari Geronimo posted 2 patches 1 month, 1 week ago
.../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
[PATCH 0/2] iio: temperature: add ADI MAX30210 SPI temperature sensor
Posted by John Erasmus Mari Geronimo 1 month, 1 week ago
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