OSDN Git Service

hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator
authorCharles <hsu.yungteng@gmail.com>
Wed, 2 Dec 2020 06:11:04 +0000 (14:11 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 7 Dec 2020 15:59:37 +0000 (07:59 -0800)
commit7537862a90b8b9106d42ad2f53de2b96fd1673c5
tree281e71d5cd5594a5d4cb993682d964fbb3888131
parentdaf4fedde6177941b55ba3c3293a8585d5280b94
hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator

Add the pmbus driver for the STMicroelectronics pm6764 voltage regulator.

the output voltage use the MFR_READ_VOUT 0xD4
vout value returned is linear11

Signed-off-by: Charles Hsu <hsu.yungteng@gmail.com>
[groeck: Fixed various compile errors; marked pm6764tr_of_match __maybe_unused]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/pm6764tr.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/pm6764tr.c [new file with mode: 0644]