devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller
@ 2023-11-08  2:42 Peter Yin
  2023-11-08  2:42 ` [PATCH v1 1/2] dt-bindings: Add MP2856/MP2857 voltage regulator device Peter Yin
  2023-11-08  2:42 ` [PATCH v1 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Peter Yin
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Yin @ 2023-11-08  2:42 UTC (permalink / raw)
  To: patrick, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jean Delvare, Guenter Roeck, Jonathan Corbet, Mark Brown,
	Vincent Tremblay, Peter Yin, Michal Simek, Bjorn Helgaas,
	Patrick Rudolph, Alexander Stein, Geert Uytterhoeven, devicetree,
	linux-kernel, linux-hwmon, linux-doc

From: Peter Yin <peteryin.openbmc@gmail.com>

Add support for mp2856/mp2857 device from Monolithic Power Systems, Inc.
(MPS) vendor. This is a dual-loop, digital, multi-phase,
modulation controller.


Change log:

v1: Add support mp2856/mp2857
---
Peter Yin (2):
  dt-bindings: Add MP2856/MP2857 voltage regulator device
  hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857
    controller

 .../devicetree/bindings/trivial-devices.yaml  |   4 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/mp2856.rst                | 101 ++++++
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/mp2856.c                  | 327 ++++++++++++++++++
 6 files changed, 443 insertions(+)
 create mode 100644 Documentation/hwmon/mp2856.rst
 create mode 100644 drivers/hwmon/pmbus/mp2856.c

-- 
2.25.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-08  2:42 [PATCH v1 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Peter Yin
2023-11-08  2:42 ` [PATCH v1 1/2] dt-bindings: Add MP2856/MP2857 voltage regulator device Peter Yin
2023-11-08 11:53   ` Krzysztof Kozlowski
2023-11-08  2:42 ` [PATCH v1 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Peter Yin
2023-11-08 15: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;
as well as URLs for NNTP newsgroup(s).