hwmon: (pmbus) Add driver for ADP1050
authorRadu Sabau <radu.sabau@analog.com>
Thu, 21 Mar 2024 14:21:43 +0000 (16:21 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 28 Apr 2024 17:07:35 +0000 (10:07 -0700)
commit04f175954daee54e7c50dd831ee15e8a36fe5648
tree81fe522778f726f87c7b05b894c5c28bb18c7af4
parent3bf88a2cd20a745c735756a7cbfda1f2d8f528ed
hwmon: (pmbus) Add driver for ADP1050

Add support for ADP1050 Digital Controller for Isolated Power Supplies
with PMBus interface Voltage, Current and Temperature Monitor.

The ADP1050 implements several features to enable a robust
system of parallel and redundant operation for customers who
require high availability. The device can measure voltage,
current and temperature that can be used in different
techniques to identify and safely shut down an erroneous
power supply in parallel operation mode.

Signed-off-by: Radu Sabau <radu.sabau@analog.com>
Link: https://lore.kernel.org/r/20240321142201.10330-2-radu.sabau@analog.com
[groeck: Fixed corrupted link in documentation]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/adp1050.rst [new file with mode: 0644]
Documentation/hwmon/index.rst
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/adp1050.c [new file with mode: 0644]