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

Yuxi Wang posted 2 patches 1 week, 1 day ago
.../devicetree/bindings/trivial-devices.yaml  |   2 +
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/mp5998.rst                |  92 ++++++++++
MAINTAINERS                                   |   7 +
drivers/hwmon/pmbus/Kconfig                   |   9 +
drivers/hwmon/pmbus/Makefile                  |   1 +
drivers/hwmon/pmbus/mp5998.c                  | 162 ++++++++++++++++++
7 files changed, 274 insertions(+)
create mode 100644 Documentation/hwmon/mp5998.rst
create mode 100644 drivers/hwmon/pmbus/mp5998.c
[PATCH 0/2] hwmon: Add support for MPS mp5998 chip
Posted by Yuxi Wang 1 week, 1 day ago
Add mp5998 driver in hwmon and add dt-binding for it.

Yuxi Wang (2):
  dt-bindings: hwmon: Add MPS mp5998
  hwmon: add mp5998 driver

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/mp5998.rst                |  92 ++++++++++
 MAINTAINERS                                   |   7 +
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/mp5998.c                  | 162 ++++++++++++++++++
 7 files changed, 274 insertions(+)
 create mode 100644 Documentation/hwmon/mp5998.rst
 create mode 100644 drivers/hwmon/pmbus/mp5998.c

-- 
2.39.2