public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
@ 2024-06-07  9:05 Noah Wang
  2024-06-07 15:39 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Wang @ 2024-06-07  9:05 UTC (permalink / raw)
  To: robh, krzk+dt, linux, conor+dt, jdelvare
  Cc: corbet, Delphine_CC_Chiu, peteryin.openbmc, javier.carrasco.cruz,
	patrick.rudolph, bhelgaas, lukas, devicetree, linux-kernel,
	linux-hwmon, linux-doc, linux-i2c, Noah Wang

Add mp2993,mp9941 driver in hwmon and add dt-bindings for them.

Noah Wang (4):
  dt-bindings: hwmon: Add MPS mp2993
  hwmon: add MP2993 driver
  dt-bindings: hwmon: Add MPS mp9941
  hwmon: add MP9941 driver

 .../devicetree/bindings/trivial-devices.yaml  |   4 +
 Documentation/hwmon/index.rst                 |   2 +
 Documentation/hwmon/mp2993.rst                | 150 ++++++++
 Documentation/hwmon/mp9941.rst                |  92 +++++
 MAINTAINERS                                   |  14 +
 drivers/hwmon/pmbus/Kconfig                   |  18 +
 drivers/hwmon/pmbus/Makefile                  |   2 +
 drivers/hwmon/pmbus/mp2993.c                  | 269 ++++++++++++++
 drivers/hwmon/pmbus/mp9941.c                  | 328 ++++++++++++++++++
 9 files changed, 879 insertions(+)
 create mode 100644 Documentation/hwmon/mp2993.rst
 create mode 100644 Documentation/hwmon/mp9941.rst
 create mode 100644 drivers/hwmon/pmbus/mp2993.c
 create mode 100644 drivers/hwmon/pmbus/mp9941.c

-- 
2.25.1


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

end of thread, other threads:[~2024-06-07 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07  9:05 [PATCH 0/4] hwmon: Add support for MPS mp2993,mp9941 chip Noah Wang
2024-06-07 15:39 ` Bjorn Helgaas

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