hwmon: (pmbus) Add support for MAX20751
authorGuenter Roeck <linux@roeck-us.net>
Mon, 8 Jun 2015 18:15:23 +0000 (11:15 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 9 Aug 2015 20:44:27 +0000 (13:44 -0700)
commit1f61cab8a729e00af77b51b44c3a8dc8ef3b3eb9
treee50a28f26f95e50c4f50fdfbe81d69be9bce6886
parent068c227056b9223fea1a759e08db2558d5cbb5ad
hwmon: (pmbus) Add support for MAX20751

MAX20751 is a multiphase power controller with internal buck converter.
It uses VR12.0 to report the output voltage. This requires an explicit
driver, since the VR version can not be auto-detected.

The chip supports a manufacturer specific command to fine-tune the output
voltage.  This command is not currently supported.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/max20751 [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/max20751.c [new file with mode: 0644]
This page took 0.02614 seconds and 5 git commands to generate.