[PATCH v2 0/2] hwmon: (pmbus) MPS mp5990 hsc controller

From: Peter Yin
Date: Wed Nov 08 2023 - 23:50:53 EST


Add MPS mp5990 hot-swap controller.

Change log:

v1 -> v2:
- Corrected dt-bindings description.
- Added comments for Vout mode command.
- Removed of_match_ptr()
v1:
- Add support for MPS Multi-phase mp5990 Hot-Swap controller.

---
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 | 41 +++++++++
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 | 86 +++++++++++++++++++
6 files changed, 222 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