hwmon: add driver for HTU31
authorAndrei Lalaev <andrey.lalaev@gmail.com>
Mon, 17 Feb 2025 05:10:55 +0000 (06:10 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 18 Mar 2025 15:03:40 +0000 (08:03 -0700)
commitbf1bb26f23f10f835e596337604d32d34ab798a6
treed9734231b9b10160596cd75ea2a176dabbe0c6de
parentfb36a0b3398a791d7266150f63b60e4cf1c98f34
hwmon: add driver for HTU31

Add base support for HTU31 temperature and humidity sensor.

Besides temperature and humidity values, the driver also exports a 24-bit
heater control to sysfs and serial number to debugfs.

Signed-off-by: Andrei Lalaev <andrey.lalaev@gmail.com>
Link: https://lore.kernel.org/r/20250217051110.46827-2-andrey.lalaev@gmail.com
[groeck: Fixed continuation line alignment]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/htu31.rst [new file with mode: 0644]
Documentation/hwmon/index.rst
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/htu31.c [new file with mode: 0644]