[PATCH 0/2] iio: humidity: Add support for en21x sensor family

From: Joshua Felmeden
Date: Tue Jul 09 2024 - 13:09:39 EST


This patch series adds support for the
ENS210/ENS210A/ENS211/ENS212/ENS213A/ENS215 temperature and humidity
sensors.

Patch 1 adds the required device tree bindings.

Patch 2 adds the driver, providing the probe and read functions.

Signed-off-by: Joshua Felmeden <jfelmeden@xxxxxxxxxxxxxxxxxxxx>
---
Joshua Felmeden (2):
dt-bindings: iio: humidity: add ENS21x sensor family
iio: humidity: Add support for ENS21x

.../bindings/iio/humidity/sciosense,ens21x.yaml | 50 +++
drivers/iio/humidity/Kconfig | 11 +
drivers/iio/humidity/Makefile | 1 +
drivers/iio/humidity/ens21x.c | 348 +++++++++++++++++++++
4 files changed, 410 insertions(+)
---
base-commit: 1ebab783647a9e3bf357002d5c4ff060c8474a0a
change-id: 20240709-ens21x-8f2530968f2e

Best regards,
--
Joshua Felmeden <jfelmeden@xxxxxxxxxxxxxxxxxxxx>