diff options
| author | Andrei Lalaev <andrey.lalaev@gmail.com> | 2025-02-17 06:10:55 +0100 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-03-18 08:03:40 -0700 |
| commit | bf1bb26f23f10f835e596337604d32d34ab798a6 (patch) | |
| tree | d9734231b9b10160596cd75ea2a176dabbe0c6de /MAINTAINERS | |
| parent | fb36a0b3398a791d7266150f63b60e4cf1c98f34 (diff) | |
| download | ath-bf1bb26f23f10f835e596337604d32d34ab798a6.tar.gz | |
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>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index af4e39a803f60..3800bd89e82d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10690,6 +10690,12 @@ W: http://www.st.com/ F: Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml F: drivers/iio/humidity/hts221* +HTU31 Hardware Temperature and Humidity Sensor +M: Andrei Lalaev <andrey.lalaev@gmail.com> +L: linux-hwmon@vger.kernel.org +S: Maintained +F: drivers/hwmon/htu31.c + HUAWEI ETHERNET DRIVER M: Cai Huoqing <cai.huoqing@linux.dev> L: netdev@vger.kernel.org |
