]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: humidity: Add support for ENS210
authorJoshua Felmeden <jfelmeden@thegoodpenguin.co.uk>
Mon, 5 Aug 2024 08:12:53 +0000 (09:12 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 17 Aug 2024 14:37:37 +0000 (15:37 +0100)
commitc524fbca672e07439a4ed5628c93cec10188dc00
treeab604865776df0d1b07f314db5b44b4a4e2b71ff
parent6dde94264a5555f79b7c67e829131b9ad5686c13
iio: humidity: Add support for ENS210

Add support for ENS210/ENS210A/ENS211/ENS212/ENS213A/ENS215.

The ENS21x is a family of temperature and relative humidity sensors with
accuracies tailored to the needs of specific applications.

Signed-off-by: Joshua Felmeden <jfelmeden@thegoodpenguin.co.uk>
Link: https://patch.msgid.link/20240805-ens21x-v6-2-5bb576ef26a6@thegoodpenguin.co.uk
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/humidity/Kconfig
drivers/iio/humidity/Makefile
drivers/iio/humidity/ens210.c [new file with mode: 0644]