Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v2 RESEND 0/2] hwmon: Add support for MPS mp5926 chip
@ 2025-12-15  2:25 Yuxi Wang
  2025-12-15  2:25 ` [PATCH v2 RESEND 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings Yuxi Wang
  2025-12-15  2:25 ` [PATCH v2 RESEND 2/2] hwmon: add mp5926 driver Yuxi Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Yuxi Wang @ 2025-12-15  2:25 UTC (permalink / raw)
  To: Yuxi.Wang, linux, corbet, robh, krzk+dt, conor+dt
  Cc: wyx137120466, linux-hwmon, linux-doc, linux-kernel, devicetree

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

Change log:

v1 -> v2:
  - Corrected dt-bindings description.
  - Corrected Kconfig description.
  - Removed useless comment and code.
  - Corrected the alignment.
v1:
  - Add mp5926 driver in hwmon and add dt-binding for it.

---
Yuxi Wang (2):
  dt-bindings: hwmon: Add mps mp5926 driver bindings
  hwmon: add mp5926 driver

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

-- 
2.39.2


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

end of thread, other threads:[~2025-12-18 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15  2:25 [PATCH v2 RESEND 0/2] hwmon: Add support for MPS mp5926 chip Yuxi Wang
2025-12-15  2:25 ` [PATCH v2 RESEND 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings Yuxi Wang
2025-12-17  1:04   ` Rob Herring (Arm)
2025-12-15  2:25 ` [PATCH v2 RESEND 2/2] hwmon: add mp5926 driver Yuxi Wang
2025-12-18 17:49   ` Guenter Roeck

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