All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH hwmon-next v3 0/2] hwmon: (pmbus) Add support for MPS mp2975 controller
@ 2020-09-23 21:02 Vadim Pasternak
  2020-09-23 21:02 ` [PATCH hwmon-next v3 1/2] hwmon: (pmbus) Add support for MPS Multi-phase " Vadim Pasternak
  2020-09-23 21:02 ` [PATCH hwmon-next v3 2/2] dt-bindings: Add MP2975 voltage regulator device Vadim Pasternak
  0 siblings, 2 replies; 4+ messages in thread
From: Vadim Pasternak @ 2020-09-23 21:02 UTC (permalink / raw)
  To: linux, robh+dt; +Cc: linux-hwmon, devicetree, Vadim Pasternak

The patchset includes:
Patch #1 - introduction of the driver for mp2975 device,
	   documentation for mp2975 device driver.
Patch #2 - extending of binding documentation for trivial devices.

Vadim Pasternak (2):
  hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller
  dt-bindings: Add MP2975 voltage regulator device

 .../devicetree/bindings/trivial-devices.yaml       |   2 +
 Documentation/hwmon/mp2975.rst                     | 116 +++
 drivers/hwmon/pmbus/Kconfig                        |   9 +
 drivers/hwmon/pmbus/Makefile                       |   1 +
 drivers/hwmon/pmbus/mp2975.c                       | 812 +++++++++++++++++++++
 5 files changed, 940 insertions(+)
 create mode 100644 Documentation/hwmon/mp2975.rst
 create mode 100644 drivers/hwmon/pmbus/mp2975.c

-- 
2.11.0


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

end of thread, other threads:[~2020-09-24 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 21:02 [PATCH hwmon-next v3 0/2] hwmon: (pmbus) Add support for MPS mp2975 controller Vadim Pasternak
2020-09-23 21:02 ` [PATCH hwmon-next v3 1/2] hwmon: (pmbus) Add support for MPS Multi-phase " Vadim Pasternak
2020-09-24 15:44   ` Guenter Roeck
2020-09-23 21:02 ` [PATCH hwmon-next v3 2/2] dt-bindings: Add MP2975 voltage regulator device Vadim Pasternak

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.