All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH hwmon-next v7 0/3] Add support for MPS Multi-phase mp2888 controller
@ 2021-05-11  5:56 Vadim Pasternak
  2021-05-11  5:56 ` [PATCH hwmon-next v7 1/3] hwmon: (pmbus) Increase maximum number of phases per page Vadim Pasternak
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vadim Pasternak @ 2021-05-11  5:56 UTC (permalink / raw)
  To: linux, robh+dt; +Cc: linux-hwmon, devicetree, Vadim Pasternak

Add driver and documentation for mp2888 device from Monolithic Power
Systems, Inc. (MPS) vendor. This is a digital, multi-phase, pulse-width
modulation controller.

Patch set includes:
Patch #1 - increases maximum number of phases.
Patch #2 - provides mp2888 driver and documentation.
Patch #3 - providesy binding documentation.

Vadim Pasternak (3):
  hwmon: (pmbus) Increase maximum number of phases per page
  hwmon: (pmbus) Add support for MPS Multi-phase mp2888 controller
  dt-bindings: Add MP2888 voltage regulator device

 .../devicetree/bindings/trivial-devices.yaml       |   2 +
 Documentation/hwmon/mp2888.rst                     | 113 ++++++
 drivers/hwmon/pmbus/Kconfig                        |   9 +
 drivers/hwmon/pmbus/Makefile                       |   1 +
 drivers/hwmon/pmbus/mp2888.c                       | 407 +++++++++++++++++++++
 drivers/hwmon/pmbus/pmbus.h                        |   2 +-
 6 files changed, 533 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/hwmon/mp2888.rst
 create mode 100644 drivers/hwmon/pmbus/mp2888.c

-- 
2.11.0


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

end of thread, other threads:[~2021-05-11 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  5:56 [PATCH hwmon-next v7 0/3] Add support for MPS Multi-phase mp2888 controller Vadim Pasternak
2021-05-11  5:56 ` [PATCH hwmon-next v7 1/3] hwmon: (pmbus) Increase maximum number of phases per page Vadim Pasternak
2021-05-11  5:56 ` [PATCH hwmon-next v7 2/3] hwmon: (pmbus) Add support for MPS Multi-phase mp2888 controller Vadim Pasternak
2021-05-11 12:39   ` kernel test robot
2021-05-11 12:39     ` kernel test robot
2021-05-11  5:56 ` [PATCH hwmon-next v7 3/3] dt-bindings: Add MP2888 voltage regulator device Vadim Pasternak
2021-05-11 13:32 ` [PATCH hwmon-next v7 0/3] Add support for MPS Multi-phase mp2888 controller Guenter Roeck
2021-05-11 13:34   ` Vadim Pasternak
2021-05-11 17:03     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.