mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: humidity: Add support for en21x sensor family
@ 2024-07-10 12:48 Joshua Felmeden
  2024-07-10 12:48 ` [PATCH v2 1/2] dt-bindings: iio: humidity: add ENS21x " Joshua Felmeden
  2024-07-10 12:48 ` [PATCH v2 2/2] iio: humidity: Add support for ENS21x Joshua Felmeden
  0 siblings, 2 replies; 4+ messages in thread
From: Joshua Felmeden @ 2024-07-10 12:48 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Joshua Felmeden
  Cc: linux-iio, devicetree, linux-kernel

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@thegoodpenguin.co.uk>

changelog v1 -> v2:
sciosense,ens21x.yaml: Add supply to documentation
sciosense,ens21x.yaml: Add fallback to compatible strings
ens21x.c: Move i2c_device_id next to of_device_id
ens21x.c: Use i2c_of_match_device() instead of of_match_device()

Link to V1: https://lore.kernel.org/all/20240709-ens21x-v1-2-678521433cdd@thegoodpenguin.co.uk/

Many thanks for taking the time to review my patch.

Thanks,
Josh

---
Joshua Felmeden (2):
      dt-bindings: iio: humidity: add ENS21x sensor family
      iio: humidity: Add support for ENS21x

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

Best regards,
-- 
Joshua Felmeden <jfelmeden@thegoodpenguin.co.uk>


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

end of thread, other threads:[~2024-07-10 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-10 12:48 [PATCH v2 0/2] iio: humidity: Add support for en21x sensor family Joshua Felmeden
2024-07-10 12:48 ` [PATCH v2 1/2] dt-bindings: iio: humidity: add ENS21x " Joshua Felmeden
2024-07-10 12:54   ` Krzysztof Kozlowski
2024-07-10 12:48 ` [PATCH v2 2/2] iio: humidity: Add support for ENS21x Joshua Felmeden

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

all inboxes | Powered by JetHome®