[PATCH v1 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp5990

From: Peter Yin
Date: Fri Nov 03 2023 - 04:03:43 EST


Add support for MPS Multi-phase mp5990 hsc controller

Change log:
v1: Add support for MPS Multi-phase mp5990 HSC.
---
Peter Yin (2):
dt-bindings: hwmon: Add mps mp5990 driver bindings
hwmon: (pmbus) Add support for MPS Multi-phase mp5990

.../devicetree/bindings/hwmon/mps,mp5990.yaml | 43 +++++++++
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/mp5990.rst | 84 +++++++++++++++++
drivers/hwmon/pmbus/Kconfig | 9 ++
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/mp5990.c | 90 +++++++++++++++++++
6 files changed, 228 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/mps,mp5990.yaml
create mode 100644 Documentation/hwmon/mp5990.rst
create mode 100644 drivers/hwmon/pmbus/mp5990.c

--
2.25.1