hwmon: (pmbus/adp1050) Add support for adp1051, adp1055 and ltp8800
authorCedric Encarnacion <cedricjustine.encarnacion@analog.com>
Wed, 9 Jul 2025 05:43:26 +0000 (13:43 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 20 Jul 2025 23:38:34 +0000 (16:38 -0700)
commit3e5f73a0620dff64a22aae1cd62334a6706dc307
tree571e6a57f671f4e6b65255947ba6ecc74298d3e1
parent409d2add31070fb79184acfb73b132b2a7146668
hwmon: (pmbus/adp1050) Add support for adp1051, adp1055 and ltp8800

Introduce hardware monitoring support for the following devices:

    ADP1051: 6 PWM for I/O Voltage, I/O Current, Temperature
    ADP1055: 6 PWM for I/O Voltage, I/O Current, Power, Temperature
    LTP8800-1A/-2/-4A: 150A/135A/200A DC/DC µModule Regulator

The ADP1051 and ADP1055 are similar digital controllers for high
efficiency DC-DC power conversion while the LTP8800 is a family of
step-down μModule regulators that provides microprocessor core voltage
from 54V power distribution architecture. All of the above components
features telemetry monitoring of input/output voltage, input current,
output power, and temperature over PMBus.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Co-developed-by: Alexis Czezar Torreno <alexisczezar.torreno@analog.com>
Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@analog.com>
Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
Link: https://lore.kernel.org/r/20250709-adp1051-v5-2-539254692252@analog.com
[groeck: Dropped unnecessaary spaces after type casts]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/adp1050.rst
drivers/hwmon/pmbus/adp1050.c