public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for the DFRobot SEN0322 oxygen sensor
@ 2025-05-06  8:53 Tóth János via B4 Relay
  2025-05-06  8:53 ` [PATCH v3 1/2] dt-bindings: trivial-devices: Document SEN0322 Tóth János via B4 Relay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tóth János via B4 Relay @ 2025-05-06  8:53 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-iio, devicetree, linux-kernel, Tóth János

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

Signed-off-by: Tóth János <gomba007@gmail.com>
---
Changes in v3:
- Refactor based on reviewer's suggestions.
- Link to v2: https://lore.kernel.org/r/20250505-iio-chemical-sen0322-v2-0-217473983b42@gmail.com

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@gmail.com

---
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                     | 163 +++++++++++++++++++++
 5 files changed, 182 insertions(+)
---
base-commit: b4432656b36e5cc1d50a1f2dc15357543add530e
change-id: 20250428-iio-chemical-sen0322-cf8fbbbe7546

Best regards,
-- 
Tóth János <gomba007@gmail.com>



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

end of thread, other threads:[~2025-05-06  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06  8:53 [PATCH v3 0/2] Add support for the DFRobot SEN0322 oxygen sensor Tóth János via B4 Relay
2025-05-06  8:53 ` [PATCH v3 1/2] dt-bindings: trivial-devices: Document SEN0322 Tóth János via B4 Relay
2025-05-06  8:53 ` [PATCH v3 2/2] iio: chemical: Add driver for SEN0322 Tóth János via B4 Relay
2025-05-06  9:00 ` [PATCH v3 0/2] Add support for the DFRobot SEN0322 oxygen sensor Krzysztof Kozlowski
2025-05-06  9:03   ` Tóth János

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