[PATCH 0/2] hwmon: Add support for MPS mpm369x chip family

Yuxi Wang posted 2 patches 2 weeks, 5 days ago
Only 0 patches received!
.../devicetree/bindings/trivial-devices.yaml  |   4 +
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/mpm369x.rst               |  75 ++++++++++++
MAINTAINERS                                   |   7 ++
drivers/hwmon/pmbus/Kconfig                   |   9 ++
drivers/hwmon/pmbus/Makefile                  |   1 +
drivers/hwmon/pmbus/mpm369x.c                 | 115 ++++++++++++++++++
7 files changed, 212 insertions(+)
create mode 100644 Documentation/hwmon/mpm369x.rst
create mode 100644 drivers/hwmon/pmbus/mpm369x.c
[PATCH 0/2] hwmon: Add support for MPS mpm369x chip family
Posted by Yuxi Wang 2 weeks, 5 days ago
Add mpm369x driver in hwmon and add dt-binding for it.

Yuxi Wang (2):
  dt-bindings: hwmon: Add mps mpm369x driver bindings
  hwmon: add mpm369x driver

 .../devicetree/bindings/trivial-devices.yaml  |   4 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/mpm369x.rst               |  75 ++++++++++++
 MAINTAINERS                                   |   7 ++
 drivers/hwmon/pmbus/Kconfig                   |   9 ++
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/mpm369x.c                 | 115 ++++++++++++++++++
 7 files changed, 212 insertions(+)
 create mode 100644 Documentation/hwmon/mpm369x.rst
 create mode 100644 drivers/hwmon/pmbus/mpm369x.c

-- 
2.39.2