[PATCH v2 0/2] Add support for the DFRobot SEN0322 oxygen sensor

From: Tóth János via B4 Relay
Date: Mon May 05 2025 - 03:53:26 EST


This patchset adds a driver and the documentation for the
DFRobot SEN0322 oxygen sensor.

Signed-off-by: Tóth János <gomba007@xxxxxxxxx>
---
Changes in v2:
- Add SEN0322 to trivial-devices.
- Use _RAW and _SCALE instead of fixed-point math.
- Refactor based on reviewer's suggestions.
- Link to v1: https://lore.kernel.org/r/20250428-iio-chemical-sen0322-v1-0-9b18363ffe42@xxxxxxxxx

---
Tóth János (2):
dt-bindings: trivial-devices: Document SEN0322
iio: chemical: Add driver for SEN0322

.../devicetree/bindings/trivial-devices.yaml | 2 +
MAINTAINERS | 6 +
drivers/iio/chemical/Kconfig | 10 ++
drivers/iio/chemical/Makefile | 1 +
drivers/iio/chemical/sen0322.c | 167 +++++++++++++++++++++
5 files changed, 186 insertions(+)
---
base-commit: b4432656b36e5cc1d50a1f2dc15357543add530e
change-id: 20250428-iio-chemical-sen0322-cf8fbbbe7546

Best regards,
--
Tóth János <gomba007@xxxxxxxxx>