]> git.ipfire.org Git - thirdparty/linux.git/commit
hwmon: (pmbus/max20830) add driver for max20830
authorAlexis Czezar Torreno <alexisczezar.torreno@analog.com>
Tue, 5 May 2026 09:25:06 +0000 (17:25 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jun 2026 15:22:59 +0000 (08:22 -0700)
commitdfd47a3c885b79dba0bc2e6a47aa17ca443c4c21
tree68d216e7e442fc1012a55c2d0400237aa8ce0d2a
parentcf5d3086a7cb6df18bf345dac0bbb7971f347da9
hwmon: (pmbus/max20830) add driver for max20830

Add support for MAX20830 step-down DC-DC switching regulator with
PMBus interface. It allows monitoring of input/output voltage,
output current and temperature through the PMBus serial interface.

Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@analog.com>
Link: https://lore.kernel.org/r/20260505-dev_max20830-v4-2-4343dcbfd7d7@analog.com
[groeck: checkpatch cleanup (space before and after '-')]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/max20830.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/max20830.c [new file with mode: 0644]