iio: humidity: Add TI HDC20x0 support
authorEugene Zaikonnikov <ez@norphonic.com>
Fri, 7 Aug 2020 14:17:55 +0000 (16:17 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 3 Sep 2020 18:40:44 +0000 (19:40 +0100)
commit0115a63c999363b9558376b61c4037813d9063db
treecffc9b05449eeec5946e75e5ae33fba2b234a607
parentfe184be8c3528f848f66d51340d42afc92209f0a
iio: humidity: Add TI HDC20x0 support

Add driver support for HDC2010/2080 series devices and sysfs
documentation for their heater element.

HDC2010 is an integrated high-accuracy humidity and temperature sensor
with very low power consumption. The device includes a resistive heating
element. The temperature range is -40C to 125C with 0.2C
accuracy. Humidity measurement is 0 to 100% with 2% RH accuracy.

Signed-off-by: Eugene Zaikonnikov <ez@norphonic.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/ABI/testing/sysfs-bus-iio-humidity-hdc2010 [new file with mode: 0644]
drivers/iio/humidity/Kconfig
drivers/iio/humidity/Makefile
drivers/iio/humidity/hdc2010.c [new file with mode: 0644]