Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller
@ 2023-12-11 16:05 Potin Lai
  2023-12-11 16:05 ` [PATCH v2 1/2] dt-bindings: Add MP2856/MP2857 voltage regulator device Potin Lai
  2023-12-11 16:05 ` [PATCH v2 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Potin Lai
  0 siblings, 2 replies; 6+ messages in thread
From: Potin Lai @ 2023-12-11 16:05 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jean Delvare,
	Guenter Roeck, Jonathan Corbet, Mark Brown, Joel Stanley
  Cc: Peter Yin, Peter Yin, Potin Lai, Patrick Williams, devicetree,
	linux-kernel, linux-hwmon, linux-doc, Potin Lai

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

LINK: [v1] https://lore.kernel.org/all/20231108024222.2026546-1-peter.yin@quantatw.com/

changes v1 --> v2:
- mp2856.rst
  - fix wordings
- mp2856.c
  - fix register naming in defines
  - remove unused register defines
  - add max_phases and chip_id in struct mp2856_data
  - force vout in direct mode
  - remove unnecessary functions (ex: mp2856_identify_vid)
  - add identify multiphase for both rail1 and rail2

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                |  98 ++++
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/mp2856.c                  | 477 ++++++++++++++++++
 6 files changed, 590 insertions(+)
 create mode 100644 Documentation/hwmon/mp2856.rst
 create mode 100644 drivers/hwmon/pmbus/mp2856.c

-- 
2.31.1


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

end of thread, other threads:[~2023-12-18  2:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 16:05 [PATCH v2 0/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Potin Lai
2023-12-11 16:05 ` [PATCH v2 1/2] dt-bindings: Add MP2856/MP2857 voltage regulator device Potin Lai
2023-12-17 15:19   ` Guenter Roeck
2023-12-11 16:05 ` [PATCH v2 2/2] hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Potin Lai
2023-12-17 15:33   ` Guenter Roeck
2023-12-18  2:43     ` Potin Lai

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