[PATCH 0/2] hwmon: (pmbus/tps53679) Add TPS53622 and TPS53659

Pradhan, Sanman posted 2 patches 3 weeks, 3 days ago
.../devicetree/bindings/trivial-devices.yaml  |  4 ++++
Documentation/hwmon/tps53679.rst              | 24 +++++++++++++++----
drivers/hwmon/pmbus/Kconfig                   |  5 ++--
drivers/hwmon/pmbus/tps53679.c                |  9 ++++++-
4 files changed, 35 insertions(+), 7 deletions(-)
[PATCH 0/2] hwmon: (pmbus/tps53679) Add TPS53622 and TPS53659
Posted by Pradhan, Sanman 3 weeks, 3 days ago
From: Sanman Pradhan <psanman@juniper.net>

TPS53622 and TPS53659 are TI dual-channel D-CAP+ step-down controllers
that use the VID VOUT format and VOUT_MODE identification like the
already-supported TPS53679/TPS53688, so they reuse tps53679_identify().

Patch 1 adds the compatible strings; patch 2 adds the chip IDs, shortens
the Kconfig prompt to the family name (and lists the already-supported
TPS53685, previously missing from it), updates the driver documentation
and fixes an existing "TPS53588" typo in the attribute tables.

Tested on Juniper hardware.

Sanman Pradhan (2):
  dt-bindings: trivial-devices: Add TI TPS53622 and TPS53659
  hwmon: (pmbus/tps53679) Add support for TPS53622 and TPS53659

 .../devicetree/bindings/trivial-devices.yaml  |  4 ++++
 Documentation/hwmon/tps53679.rst              | 24 +++++++++++++++----
 drivers/hwmon/pmbus/Kconfig                   |  5 ++--
 drivers/hwmon/pmbus/tps53679.c                |  9 ++++++-
 4 files changed, 35 insertions(+), 7 deletions(-)


base-commit: 40c9f01347ad94a1f9346313226d788afcf1366b
-- 
2.34.1