]> git.ipfire.org Git - thirdparty/linux.git/commit
hwmon: (isl28022) new driver for ISL28022 power monitor
authorYikai Tsai <yikai.tsai.wiwynn@gmail.com>
Wed, 2 Oct 2024 08:11:30 +0000 (16:11 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 10 Nov 2024 22:48:07 +0000 (14:48 -0800)
commit39671a14df4f26e091730d3b8fd3bb900005b83c
tree9ad30e0a1b30b9bd2b4f8bc88c321098e52da902
parentf3bfd13c4a45ab8874d4cf855abf57d0b9f29279
hwmon: (isl28022) new driver for ISL28022 power monitor

Driver for Renesas ISL28022 power monitor with I2C interface.
The device monitors voltage, current via shunt resistor
and calculated power.

Signed-off-by: Carsten Spieß <mail@carsten-spiess.de>
Signed-off-by: Yikai Tsai <yikai.tsai.wiwynn@gmail.com>
Message-ID: <20241002081133.13123-3-yikai.tsai.wiwynn@gmail.com>
[groeck: Fixed alignment issues, dropped noise at end of probe]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/isl28022.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/isl28022.c [new file with mode: 0644]