public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: Add support for MPS mp5998 chip
@ 2025-09-23  9:09 Yuxi Wang
  2025-09-23  9:09 ` [PATCH 1/2] dt-bindings: hwmon: Add MPS mp5998 Yuxi Wang
  2025-09-23  9:09 ` [PATCH 2/2] hwmon: add mp5998 driver Yuxi Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Yuxi Wang @ 2025-09-23  9:09 UTC (permalink / raw)
  To: Yuxi.Wang, corbet, linux, jdelvare, robh, krzk+dt, conor+dt
  Cc: wyx137120466, linux-kernel, linux-doc, linux-hwmon, devicetree

Add mp5998 driver in hwmon and add dt-binding for it.

Yuxi Wang (2):
  dt-bindings: hwmon: Add MPS mp5998
  hwmon: add mp5998 driver

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/mp5998.rst                |  92 ++++++++++
 MAINTAINERS                                   |   7 +
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/mp5998.c                  | 162 ++++++++++++++++++
 7 files changed, 274 insertions(+)
 create mode 100644 Documentation/hwmon/mp5998.rst
 create mode 100644 drivers/hwmon/pmbus/mp5998.c

-- 
2.39.2


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

end of thread, other threads:[~2025-09-24 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23  9:09 [PATCH 0/2] hwmon: Add support for MPS mp5998 chip Yuxi Wang
2025-09-23  9:09 ` [PATCH 1/2] dt-bindings: hwmon: Add MPS mp5998 Yuxi Wang
2025-09-23 18:57   ` Conor Dooley
2025-09-23  9:09 ` [PATCH 2/2] hwmon: add mp5998 driver Yuxi Wang
2025-09-24 14:42   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox