Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
@ 2025-09-18  8:03 wenswang
  2025-09-18  8:06 ` [PATCH v2 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929 wenswang
  0 siblings, 1 reply; 6+ messages in thread
From: wenswang @ 2025-09-18  8:03 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.

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                  | 312 ++++++++++++++++++
 7 files changed, 485 insertions(+)
 create mode 100644 Documentation/hwmon/mp2925.rst
 create mode 100644 drivers/hwmon/pmbus/mp2925.c

-- 
2.25.1


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

end of thread, other threads:[~2025-09-25 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18  8:03 [PATCH v2 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip wenswang
2025-09-18  8:06 ` [PATCH v2 1/2] dt-bindings: hwmon: Add MPS mp2925 and mp2929 wenswang
2025-09-18  8:06   ` [PATCH v2 2/2] hwmon: add MP2925 and MP2929 driver wenswang
2025-09-24 14:55     ` Guenter Roeck
2025-09-25 15:07     ` Guenter Roeck
2025-09-24 14:53   ` [PATCH v2 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