linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hwmon: Add support for MPS mp2993,mp9941 chip
@ 2024-06-11 10:09 Noah Wang
  2024-06-11 10:14 ` [PATCH v2 1/4] dt-bindings: hwmon: Add MPS mp2993 Noah Wang
       [not found] ` <20240611101417.76911-1-noahwang.wang@outlook.com>
  0 siblings, 2 replies; 9+ messages in thread
From: Noah Wang @ 2024-06-11 10:09 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.

v1 -> v2:
    1. add Krzysztof's Acked-by
    2. remove useless code in mp2993.c and mp9941.c

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                  | 261 ++++++++++++++
 drivers/hwmon/pmbus/mp9941.c                  | 317 ++++++++++++++++++
 9 files changed, 860 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] 9+ messages in thread

end of thread, other threads:[~2024-06-12 16:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 10:09 [PATCH v2 0/4] hwmon: Add support for MPS mp2993,mp9941 chip Noah Wang
2024-06-11 10:14 ` [PATCH v2 1/4] dt-bindings: hwmon: Add MPS mp2993 Noah Wang
2024-06-12 15:59   ` Guenter Roeck
     [not found] ` <20240611101417.76911-1-noahwang.wang@outlook.com>
2024-06-11 10:14   ` [PATCH v2 2/4] hwmon: add MP2993 driver Noah Wang
2024-06-12 15:59     ` Guenter Roeck
2024-06-11 10:14   ` [PATCH v2 3/4] dt-bindings: hwmon: Add MPS mp9941 Noah Wang
2024-06-12 16:00     ` Guenter Roeck
2024-06-11 10:14   ` [PATCH v2 4/4] hwmon: add MP9941 driver Noah Wang
2024-06-12 16:00     ` Guenter Roeck

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