[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip

From: wenswang

Date: Sun Sep 28 2025 - 05:28:17 EST


From: Wensheng Wang <wenswang@xxxxxxxx>

Add mp2925,mp292 driver in hwmon and add dt-bindings for them.

V2 -> V3:
fix garbage value issue when writing vout ov/uv fault
limit value in mp2925_write_word_data() function

V1 -> V2:
1. add Krzysztof's Acked-by
2. pass 0 for i2c_device_id and of_device_id struct

Wensheng Wang (2):
dt-bindings: hwmon: Add MPS mp2925 and mp2929
hwmon: add MP2925 and MP2929 driver

.../devicetree/bindings/trivial-devices.yaml | 4 +
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/mp2925.rst | 151 +++++++++
MAINTAINERS | 7 +
drivers/hwmon/pmbus/Kconfig | 9 +
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/mp2925.c | 316 ++++++++++++++++++
7 files changed, 489 insertions(+)
create mode 100644 Documentation/hwmon/mp2925.rst
create mode 100644 drivers/hwmon/pmbus/mp2925.c

--
2.25.1