hwmon: (pmbus) Add driver for Delta DPS-920AB PSU
authorRobert Marko <robert.marko@sartura.hr>
Mon, 7 Jun 2021 10:34:29 +0000 (12:34 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 17 Jun 2021 11:21:46 +0000 (04:21 -0700)
commit3efbcee8d4029795fa0a1ef90dc5b9ea763ed207
tree3b652fb1591f2b3f6e04aed787f79c1b6c3277d6
parentbf8e0cd8d6b2c9be365ea53d36e9368f07880a2f
hwmon: (pmbus) Add driver for Delta DPS-920AB PSU

This adds support for the Delta DPS-920AB PSU.

Only missing feature is fan control which the PSU supports.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Link: https://lore.kernel.org/r/20210607103431.2039073-1-robert.marko@sartura.hr
[groeck: Add MODULE_IMPORT_NS(PMBUS);]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/dps920ab.rst [new file with mode: 0644]
Documentation/hwmon/index.rst
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/dps920ab.c [new file with mode: 0644]