linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hwmon: Add support for MPS mp2869,mp29502 chip
@ 2025-06-25  6:59 wenswang
  2025-06-25  7:03 ` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series wenswang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: wenswang @ 2025-06-25  6:59 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, jdelvare, linux, corbet
  Cc: Jonathan.Cameron, michal.simek, naresh.solanki, festevam,
	rodrigo.gobbi.7, grantpeltier93, laurent.pinchart,
	cedricjustine.encarnacion, nuno.sa, ninad, jbrunet,
	kimseer.paller, xzeol, leo.yang.sy0, Mariel.Tinaco,
	johnerasmusmari.geronimo, linux, devicetree, linux-kernel,
	linux-hwmon, linux-doc, Wensheng Wang

From: Wensheng Wang <wenswang@yeah.net>

Add mp2869,mp29502 driver in hwmon and add dt-bindings for them.

Wensheng Wang (4):
  dt-bindings: hwmon: Add MPS mp2869 series
  hwmon: add MP2869 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                | 166 ++++
 Documentation/hwmon/mp29502.rst               | 104 +++
 MAINTAINERS                                   |  14 +
 drivers/hwmon/pmbus/Kconfig                   |  18 +
 drivers/hwmon/pmbus/Makefile                  |   2 +
 drivers/hwmon/pmbus/mp2869.c                  | 711 ++++++++++++++++++
 drivers/hwmon/pmbus/mp29502.c                 | 691 +++++++++++++++++
 9 files changed, 1718 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] 7+ messages in thread

end of thread, other threads:[~2025-06-27 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25  6:59 [PATCH 0/4] hwmon: Add support for MPS mp2869,mp29502 chip wenswang
2025-06-25  7:03 ` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series wenswang
2025-06-25  7:03   ` [PATCH 2/4] hwmon: add MP2869 series driver wenswang
2025-06-27 20:36   ` [PATCH 1/4] dt-bindings: hwmon: Add MPS mp2869 series Rob Herring (Arm)
     [not found] ` <20250625070733.965469-1-wenswang@yeah.net>
2025-06-25  7:07   ` [PATCH 4/4] hwmon: add MP29502 driver wenswang
2025-06-25  8:04 ` [PATCH 3/4] dt-bindings: hwmon: Add MPS mp29502 wenswang
2025-06-27 20:39   ` Rob Herring

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