devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip
@ 2025-07-24  9:10 wenswang
  2025-07-24  9:13 ` [PATCH v4 1/4] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612 and mp29816 series wenswang
  0 siblings, 1 reply; 10+ messages in thread
From: wenswang @ 2025-07-24  9:10 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 mp2869,mp29608,mp29612,mp29816,mp29502 driver in hwmon and add
dt-bindings for them.

V3 -> V4:
    1. split patches for MP2869,mp29608,mp29612,mp29816,mp29502
    2. add description for vender specific registers

V2 -> V3:
    merge patches for MP2869,mp29608,mp29612,mp29816,mp29502

V1 -> V2:
    add Rob's Acked-by

Wensheng Wang (4):
  dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612 and mp29816 series
  hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver
  dt-bindings: hwmon: Add MPS mp29502
  hwmon: add MP29502 driver

 .../devicetree/bindings/trivial-devices.yaml  |  10 +
 Documentation/hwmon/index.rst                 |   2 +
 Documentation/hwmon/mp2869.rst                | 175 +++++
 Documentation/hwmon/mp29502.rst               |  93 +++
 MAINTAINERS                                   |  14 +
 drivers/hwmon/pmbus/Kconfig                   |  18 +
 drivers/hwmon/pmbus/Makefile                  |   2 +
 drivers/hwmon/pmbus/mp2869.c                  | 719 ++++++++++++++++++
 drivers/hwmon/pmbus/mp29502.c                 | 670 ++++++++++++++++
 9 files changed, 1703 insertions(+)
 create mode 100644 Documentation/hwmon/mp2869.rst
 create mode 100644 Documentation/hwmon/mp29502.rst
 create mode 100644 drivers/hwmon/pmbus/mp2869.c
 create mode 100644 drivers/hwmon/pmbus/mp29502.c

-- 
2.25.1


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24  9:10 [PATCH v4 0/4] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip wenswang
2025-07-24  9:13 ` [PATCH v4 1/4] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612 and mp29816 series wenswang
2025-07-24  9:13   ` [PATCH v4 2/4] hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver wenswang
2025-07-25 19:44     ` Guenter Roeck
2025-07-24  9:13   ` [PATCH v4 3/4] dt-bindings: hwmon: Add MPS mp29502 wenswang
2025-07-25  7:19     ` Krzysztof Kozlowski
2025-07-24  9:13   ` [PATCH v4 4/4] hwmon: add MP29502 driver wenswang
2025-07-25  7:21   ` [PATCH v4 1/4] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612 and mp29816 series Krzysztof Kozlowski
2025-07-25  9:38     ` Guenter Roeck
2025-07-25  9:51       ` Krzysztof Kozlowski

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).