devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: (pmbus) MPS mp5990 hsc controller
@ 2023-11-09  4:48 Peter Yin
  2023-11-09  4:48 ` [PATCH v2 1/2] dt-bindings: hwmon: Add mps mp5990 driver bindings Peter Yin
  2023-11-09  4:48 ` [PATCH v2 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp5990 Peter Yin
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Yin @ 2023-11-09  4:48 UTC (permalink / raw)
  To: patrick, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet, Peter Yin,
	linux-hwmon, devicetree, linux-kernel, linux-doc

Add MPS mp5990 hot-swap controller.

Change log:

v1 -> v2:
  - Corrected dt-bindings description.
  - Added comments for Vout mode command.
  - Removed of_match_ptr()
v1:
  - Add support for MPS Multi-phase mp5990 Hot-Swap controller.

---
Peter Yin (2):
  dt-bindings: hwmon: Add mps mp5990 driver bindings
  hwmon: (pmbus) Add support for MPS Multi-phase mp5990

 .../devicetree/bindings/hwmon/mps,mp5990.yaml | 41 +++++++++
 Documentation/hwmon/index.rst                 |  1 +
 Documentation/hwmon/mp5990.rst                | 84 ++++++++++++++++++
 drivers/hwmon/pmbus/Kconfig                   |  9 ++
 drivers/hwmon/pmbus/Makefile                  |  1 +
 drivers/hwmon/pmbus/mp5990.c                  | 86 +++++++++++++++++++
 6 files changed, 222 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/mps,mp5990.yaml
 create mode 100644 Documentation/hwmon/mp5990.rst
 create mode 100644 drivers/hwmon/pmbus/mp5990.c

-- 
2.25.1


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

end of thread, other threads:[~2023-11-10 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  4:48 [PATCH v2 0/2] hwmon: (pmbus) MPS mp5990 hsc controller Peter Yin
2023-11-09  4:48 ` [PATCH v2 1/2] dt-bindings: hwmon: Add mps mp5990 driver bindings Peter Yin
2023-11-09  8:56   ` Krzysztof Kozlowski
2023-11-10  9:41     ` PeterYin
2023-11-09  4:48 ` [PATCH v2 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp5990 Peter Yin
2023-11-10 15:34   ` 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).