mbox series

[0/2] Add ADP1050 support

Message ID 20240318112140.385244-1-radu.sabau@analog.com
Headers show
Series Add ADP1050 support | expand

Message

Radu Sabau March 18, 2024, 11:21 a.m. UTC
The ADP1050 is an advanced digital controller with a PMBusā„¢
interface targeting high density, high efficiency dc-to-dc power 
conversion which can measure input/output voltages, input currents
and temperature.

Radu Sabau (2):
  dt-bindings: hwmon: pmbus: adp1050 : add bindings
  hwmon: pmbus: adp1050 : Add driver support

 .../bindings/hwmon/pmbus/adi,adp1050.yaml     |  65 ++++++++++
 Documentation/hwmon/adp1050.rst               |  69 +++++++++++
 Documentation/hwmon/index.rst                 |   1 +
 MAINTAINERS                                   |   8 ++
 drivers/hwmon/pmbus/Kconfig                   |  10 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/adp1050.c                 | 111 ++++++++++++++++++
 7 files changed, 265 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml
 create mode 100644 Documentation/hwmon/adp1050.rst
 create mode 100644 drivers/hwmon/pmbus/adp1050.c