]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
authorSyed Arif <arif.syed@hpe.com>
Mon, 1 Jun 2026 18:45:36 +0000 (18:45 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 9 Jun 2026 15:23:18 +0000 (08:23 -0700)
commit9e8475a02b4ac18d0d46318522d4f6980da8f72a
tree595c472fcf6e83e3b573b723aecf482d4cef849b
parent9ccccac56b60f17eed85dbcf747558290ef7fd4f
hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A

Add a PMBus driver for the Analog Devices MAX20860A step-down DC-DC
switching regulator. The MAX20860A provides monitoring of input/output
voltage, output current, and temperature via the PMBus interface using
linear data format. Optional regulator support is available via
CONFIG_SENSORS_MAX20860A_REGULATOR.

Signed-off-by: Syed Arif <arif.syed@hpe.com>
Signed-off-by: Sanman Pradhan <psanman@juniper.net>
Link: https://lore.kernel.org/r/20260601184516.919488-3-sanman.pradhan@hpe.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/max20860a.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/max20860a.c [new file with mode: 0644]