hwmon: (pmbus/ir38064) Add driver for Infineon IR38064 Voltage Regulator
authorMaxim Sloyko <maxims@google.com>
Fri, 12 Apr 2019 20:37:56 +0000 (13:37 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 Apr 2019 00:19:53 +0000 (17:19 -0700)
commit00669d196c616c0a9970a3a9ee66efab6868df0c
tree8dd0fadd55b1e4b6c714bc105da522eea8001e77
parentc49b7b3981f5c39b9b50dc65e32d3c6a553825de
hwmon: (pmbus/ir38064) Add driver for Infineon IR38064 Voltage Regulator

Add the pmbus driver for the Infineon ir38064 voltage regulator.

VOUT_MODE is not supported by the device.  The driver fakes linear16
mode with exponent value -8.

The device supports VOUT_PEAK, IOUT_PEAK, and TEMPERATURE_PEAK, however
this driver does not enable them.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/ir38064 [new file with mode: 0644]
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/ir38064.c [new file with mode: 0644]