[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device

Kim Seer Paller posted 2 patches 1 day, 18 hours ago
.../bindings/hwmon/pmbus/adi,max17616.yaml         | 48 ++++++++++++++
Documentation/hwmon/index.rst                      |  1 +
Documentation/hwmon/max17616.rst                   | 62 ++++++++++++++++++
MAINTAINERS                                        |  9 +++
drivers/hwmon/pmbus/Kconfig                        |  9 +++
drivers/hwmon/pmbus/Makefile                       |  1 +
drivers/hwmon/pmbus/max17616.c                     | 73 ++++++++++++++++++++++
7 files changed, 203 insertions(+)
[PATCH 0/2] Add support for MAX17616/MAX17616A hwmon device
Posted by Kim Seer Paller 1 day, 18 hours ago
The MAX17616/MAX17616A is a current-limiter with overvoltage/surge,
undervoltage, reverse polarity, loss of ground protection with PMBus
interface. The PMBus interface allows monitoring of input/output
voltages, output current and temperature.

More info: https://www.analog.com/media/en/technical-documentation/data-sheets/max17616-max17616a.pdf

Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
---
Kim Seer Paller (2):
      dt-bindings: hwmon: pmbus: add max17616
      hwmon: (pmbus/max17616): add driver for max17616

 .../bindings/hwmon/pmbus/adi,max17616.yaml         | 48 ++++++++++++++
 Documentation/hwmon/index.rst                      |  1 +
 Documentation/hwmon/max17616.rst                   | 62 ++++++++++++++++++
 MAINTAINERS                                        |  9 +++
 drivers/hwmon/pmbus/Kconfig                        |  9 +++
 drivers/hwmon/pmbus/Makefile                       |  1 +
 drivers/hwmon/pmbus/max17616.c                     | 73 ++++++++++++++++++++++
 7 files changed, 203 insertions(+)
---
base-commit: 76bb6969a8cfc5e00ca142fdad86ffd0a6ed9ecd
change-id: 20250930-upstream-max17616-cd10988eb77a

Best regards,
-- 
Kim Seer Paller <kimseer.paller@analog.com>