]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (max77705) Add initial support
authorDzmitry Sankouski <dsankouski@gmail.com>
Wed, 23 Apr 2025 04:54:36 +0000 (07:54 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Apr 2025 14:21:15 +0000 (07:21 -0700)
commit8debd8511dd9376fab33bff62500a5a71937420a
tree345001bd852376513c2264627df311205dbff214
parent3e749ce132676683f3cdeec9a887c3f8f5ed96eb
hwmon: (max77705) Add initial support

Maxim MAX77705 is a Companion Power Management and Type-C interface IC.
It includes charger and fuel gauge blocks, and is capable of measuring
charger input current, system bus volatage and current, and bypass
voltage.

Add support for mentioned measurements.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Link: https://lore.kernel.org/r/20250423-initial-support-for-max77705-sensors-v6-1-ff379e1b06c5@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/max77705.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/max77705-hwmon.c [new file with mode: 0644]