Add support for HDC302x integrated capacitive based relativeI was just trying to use this driver. Somehow the Makefile and Kconfig changes were lost when the patch was applied to the IIO tree.
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 +++++++++++++++++++++++++++++++++