public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: temperature: add ADI MAX30210 SPI temperature sensor
@ 2026-02-26 16:30 John Erasmus Mari Geronimo
  2026-02-26 16:30 ` [PATCH 1/2] dt-bindings: iio: temperature: add ADI MAX30210 John Erasmus Mari Geronimo
  2026-02-26 16:30 ` [PATCH 2/2] iio: temperature: add ADI MAX30210 driver John Erasmus Mari Geronimo
  0 siblings, 2 replies; 11+ messages in thread
From: John Erasmus Mari Geronimo @ 2026-02-26 16:30 UTC (permalink / raw)
  To: linux-iio; +Cc: devicetree, linux-kernel

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-02-28 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 16:30 [PATCH 0/2] iio: temperature: add ADI MAX30210 SPI temperature sensor John Erasmus Mari Geronimo
2026-02-26 16:30 ` [PATCH 1/2] dt-bindings: iio: temperature: add ADI MAX30210 John Erasmus Mari Geronimo
2026-02-26 18:33   ` David Lechner
2026-02-28 12:18     ` Jonathan Cameron
2026-02-27 10:48   ` Krzysztof Kozlowski
2026-02-26 16:30 ` [PATCH 2/2] iio: temperature: add ADI MAX30210 driver John Erasmus Mari Geronimo
2026-02-26 17:48   ` Andy Shevchenko
2026-02-26 20:08   ` David Lechner
2026-02-26 21:26   ` kernel test robot
2026-02-26 22:29   ` kernel test robot
2026-02-28 13:05   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox