hwmon: Add sht4x Temperature and Humidity Sensor Driver
authorNavin Sankar Velliangiri <navin@linumiz.com>
Mon, 24 May 2021 14:20:38 +0000 (19:50 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 17 Jun 2021 11:21:45 +0000 (04:21 -0700)
commit505c2549373f3aa9ee16493f872e57876ffb70b1
tree6b48ea11b9eabd661a5e01eb5ceaf86acbb5ffd5
parentf20f7363e7e1d24defc27b1cb814071791a535b0
hwmon: Add sht4x Temperature and Humidity Sensor Driver

This patch adds a hwmon driver for the SHT4x Temperature and
Humidity sensor.

Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
[groeck: dropped unnecessary empty line and continuation lines]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/sht4x.rst [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/sht4x.c [new file with mode: 0644]