From: wenswang@yeah.net
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
jdelvare@suse.com, linux@roeck-us.net, corbet@lwn.net
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
Wensheng Wang <wenswang@yeah.net>
Subject: [PATCH v5 0/3] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip
Date: Tue, 5 Aug 2025 18:17:54 +0800 [thread overview]
Message-ID: <20250805101754.749492-1-wenswang@yeah.net> (raw)
From: Wensheng Wang <wenswang@yeah.net>
Add mp2869,mp29608,mp29612,mp29816,mp29502 driver in hwmon and add
dt-bindings for them.
V4 -> V5:
1. merge dt-bindings
2. modify the syntax of mp2869 driver code
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 (3):
dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502
hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver
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 | 659 +++++++++++++++++
drivers/hwmon/pmbus/mp29502.c | 670 ++++++++++++++++++
9 files changed, 1643 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
next reply other threads:[~2025-08-05 10:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-05 10:17 wenswang [this message]
2025-08-05 10:20 ` [PATCH v5 1/3] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502 wenswang
2025-08-05 10:20 ` [PATCH v5 2/3] hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver wenswang
2025-09-07 15:19 ` Guenter Roeck
2025-08-05 10:20 ` [PATCH v5 3/3] hwmon: add MP29502 driver wenswang
2025-09-07 15:19 ` Guenter Roeck
2025-09-07 15:18 ` [PATCH v5 1/3] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502 Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250805101754.749492-1-wenswang@yeah.net \
--to=wenswang@yeah.net \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox