iio: humidity: Add driver for ti HDC302x humidity sensors
authorLi peiyu <579lpy@gmail.com>
Mon, 11 Dec 2023 12:29:40 +0000 (20:29 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 11 Dec 2023 19:38:36 +0000 (19:38 +0000)
commitc9180b8e39befcc703940873ac49e0603ef42bf7
tree4fd0d4e3de3b35fe3c461113d82bb89ac43dfd70
parenta4887e9782959e3e8f756412b53808157803de60
iio: humidity: Add driver for ti HDC302x humidity sensors

Add support for HDC302x integrated capacitive based relative
humidity (RH) and temperature sensor.
This driver supports reading values, reading the maximum and
minimum of values and controlling the integrated heater of
the sensor.

Co-developed-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Li peiyu <579lpy@gmail.com>
Link: https://lore.kernel.org/r/20231211122940.9791-1-579lpy@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/humidity/hdc3020.c [new file with mode: 0644]