[PATCH 0/2] Add ADP1050 support

From: Radu Sabau
Date: Mon Mar 18 2024 - 07:36:30 EST


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

--
2.34.1