Re: [PATCH v6 3/4] iio: humidity: Add driver for ti HDC302x humidity sensors

From: Lars-Peter Clausen
Date: Fri Jan 19 2024 - 23:37:21 EST


On 12/11/23 04:29, Li peiyu wrote:
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@xxxxxxxxx>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
Signed-off-by: Li peiyu <579lpy@xxxxxxxxx>
---
MAINTAINERS | 8 +
drivers/iio/humidity/Kconfig | 12 +
drivers/iio/humidity/Makefile | 1 +
drivers/iio/humidity/hdc3020.c | 473 +++++++++++++++++++++++++++++++++
I was just trying to use this driver. Somehow the Makefile and Kconfig changes were lost when the patch was applied to the IIO tree.