[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip

wenswang@yeah.net posted 2 patches 3 days, 11 hours ago
Only 1 patches received!
.../devicetree/bindings/trivial-devices.yaml  |   4 +
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/mp2925.rst                | 151 +++++++++
MAINTAINERS                                   |   7 +
drivers/hwmon/pmbus/Kconfig                   |   9 +
drivers/hwmon/pmbus/Makefile                  |   1 +
drivers/hwmon/pmbus/mp2925.c                  | 316 ++++++++++++++++++
7 files changed, 489 insertions(+)
create mode 100644 Documentation/hwmon/mp2925.rst
create mode 100644 drivers/hwmon/pmbus/mp2925.c
[PATCH v3 0/2] hwmon: Add support for MPS mp2925 and mp2929 chip
Posted by wenswang@yeah.net 3 days, 11 hours ago
From: Wensheng Wang <wenswang@yeah.net>

Add mp2925,mp292 driver in hwmon and add dt-bindings for them.

V2 -> V3:
    fix garbage value issue when writing vout ov/uv fault
    limit value in mp2925_write_word_data() function

V1 -> V2:
    1. add Krzysztof's Acked-by
    2. pass 0 for i2c_device_id and of_device_id struct

Wensheng Wang (2):
  dt-bindings: hwmon: Add MPS mp2925 and mp2929
  hwmon: add MP2925 and MP2929 driver

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

-- 
2.25.1