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

wenswang@yeah.net posted 2 patches 1 month, 2 weeks ago
Only 1 patches received!
.../devicetree/bindings/trivial-devices.yaml  |   2 +
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/mp2845.rst                | 143 +++++
MAINTAINERS                                   |   7 +
drivers/hwmon/Kconfig                         |  10 +
drivers/hwmon/Makefile                        |   1 +
drivers/hwmon/mp2845.c                        | 493 ++++++++++++++++++
7 files changed, 657 insertions(+)
create mode 100644 Documentation/hwmon/mp2845.rst
create mode 100644 drivers/hwmon/mp2845.c
[PATCH 0/2] hwmon: Add support for MPS mp2845 chip
Posted by wenswang@yeah.net 1 month, 2 weeks ago
From: Wensheng Wang <wenswang@yeah.net>

Add mp2845 driver in hwmon and add dt-bindings for it.

Wensheng Wang (2):
  dt-bindings: hwmon: Add MPS mp2845
  hwmon: add MP2845 driver

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/mp2845.rst                | 143 +++++
 MAINTAINERS                                   |   7 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/mp2845.c                        | 493 ++++++++++++++++++
 7 files changed, 657 insertions(+)
 create mode 100644 Documentation/hwmon/mp2845.rst
 create mode 100644 drivers/hwmon/mp2845.c

-- 
2.25.1