From: Wensheng Wang <wenswang@yeah.net>
Add mp2869,mp29608,mp29612,mp29816,mp29502 driver in hwmon and add
dt-bindings for them.
V4 -> V5:
1. merge dt-bindings
2. modify the syntax of mp2869 driver code
V3 -> V4:
1. split patches for MP2869,mp29608,mp29612,mp29816,mp29502
2. add description for vender specific registers
V2 -> V3:
merge patches for MP2869,mp29608,mp29612,mp29816,mp29502
V1 -> V2:
add Rob's Acked-by
Wensheng Wang (3):
dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502
hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver
hwmon: add MP29502 driver
.../devicetree/bindings/trivial-devices.yaml | 10 +
Documentation/hwmon/index.rst | 2 +
Documentation/hwmon/mp2869.rst | 175 +++++
Documentation/hwmon/mp29502.rst | 93 +++
MAINTAINERS | 14 +
drivers/hwmon/pmbus/Kconfig | 18 +
drivers/hwmon/pmbus/Makefile | 2 +
drivers/hwmon/pmbus/mp2869.c | 659 +++++++++++++++++
drivers/hwmon/pmbus/mp29502.c | 670 ++++++++++++++++++
9 files changed, 1643 insertions(+)
create mode 100644 Documentation/hwmon/mp2869.rst
create mode 100644 Documentation/hwmon/mp29502.rst
create mode 100644 drivers/hwmon/pmbus/mp2869.c
create mode 100644 drivers/hwmon/pmbus/mp29502.c
--
2.25.1