mbox series

[hwmon-next,0/3] hwmon: (pmbus) Add support for MPS mp2975 controller

Message ID 20200922153518.5765-1-vadimp@nvidia.com (mailing list archive)
Headers show
Series hwmon: (pmbus) Add support for MPS mp2975 controller | expand

Message

Vadim Pasternak Sept. 22, 2020, 3:35 p.m. UTC
The patchset includes:
Patch #1 - introduction of the driver for mp2975 device.
Patch #2 - documentation for mp2975 device driver.
Patch #3 - extending of binding documentation for trivial devices.

Vadim Pasternak (3):
  hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller
  docs: hwmon: Include 'mp2975.rst' into docs
  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                       | 825 +++++++++++++++++++++
 5 files changed, 953 insertions(+)
 create mode 100644 Documentation/hwmon/mp2975.rst
 create mode 100644 drivers/hwmon/pmbus/mp2975.c