hwmon: (pmbus) Add support for Texas Instruments tps53679 device
authorVadim Pasternak <vadimp@mellanox.com>
Wed, 30 Aug 2017 22:02:14 +0000 (22:02 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 31 Aug 2017 01:01:08 +0000 (18:01 -0700)
commit610526527a13e4c91e64ec3dfb4626c5043291c9
treed1065398f7ee8cef8616301b6359676ca571961b
parent4e6fe29fb80b731b3971d335e810b27ba9ec8357
hwmon: (pmbus) Add support for Texas Instruments tps53679 device

The below lists of VOUT_MODE command readout with their related VID
protocols, Digital to Analog Converter steps, supported by the device:
VR12.0 mode, 5-mV DAC - 0x21
VR12.5 mode, 10-mV DAC - 0x22
VR13.0 mode, 10-mV DAC - 0x24
IMVP8 mode, 5-mV DAC - 0x25
VR13.0 mode, 5-mV DAC - 0x27

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/tps53679.c [new file with mode: 0644]