[PATCH v6 0/2] LTC4286 and LTC4287 driver support

Delphine CC Chiu posted 2 patches 2 years ago
There is a newer version of this series
.../bindings/hwmon/lltc,ltc4286.yaml          |  50 +++++
Documentation/hwmon/index.rst                 |   1 +
Documentation/hwmon/ltc4286.rst               |  95 +++++++++
MAINTAINERS                                   |  10 +
drivers/hwmon/pmbus/Kconfig                   |  10 +
drivers/hwmon/pmbus/Makefile                  |   1 +
drivers/hwmon/pmbus/ltc4286.c                 | 183 ++++++++++++++++++
7 files changed, 350 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
create mode 100644 Documentation/hwmon/ltc4286.rst
create mode 100644 drivers/hwmon/pmbus/ltc4286.c
[PATCH v6 0/2] LTC4286 and LTC4287 driver support
Posted by Delphine CC Chiu 2 years ago
v6 - Add LTC4286 and LTC4287 binding document
   - Add LTC4286 and LTC4287 driver

Delphine CC Chiu (2):
  dt-bindings: hwmon: Add lltc ltc4286 driver bindings
  hwmon: pmbus: Add ltc4286 driver

 .../bindings/hwmon/lltc,ltc4286.yaml          |  50 +++++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/ltc4286.rst               |  95 +++++++++
 MAINTAINERS                                   |  10 +
 drivers/hwmon/pmbus/Kconfig                   |  10 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/ltc4286.c                 | 183 ++++++++++++++++++
 7 files changed, 350 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
 create mode 100644 Documentation/hwmon/ltc4286.rst
 create mode 100644 drivers/hwmon/pmbus/ltc4286.c

-- 
2.25.1