devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
@ 2025-09-28  9:26 wenswang
  2025-09-28  9:28 ` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929 wenswang
  0 siblings, 1 reply; 5+ messages in thread
From: wenswang @ 2025-09-28  9:26 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, jdelvare, linux, corbet
  Cc: devicetree, linux-kernel, linux-hwmon, linux-doc, Wensheng Wang

From: Wensheng Wang <wenswang@yeah.net>

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-02 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-28  9:26 [PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip wenswang
2025-09-28  9:28 ` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929 wenswang
2025-09-28  9:28   ` [PATCH v3 2/2] hwmon: add MP2925 and MP2929 driver wenswang
2025-10-02 20:54     ` Guenter Roeck
2025-10-02 20:52   ` [PATCH v3 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929 Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).