[PATCH 0/2] Add adm1281 support

From: Jose Ramon San Buenaventura
Date: Tue Apr 16 2024 - 20:08:17 EST


The ADM1281 is also a Hot-swap controller designed to be a drop-in
replacement to the ADM1278. The currently available adm1275 driver supports
the adm1278 and this patch adds support for the adm1281, specifically
adding support for STATUS_CML register reads.

An existing patch was found that adds support for the adm1281 but has not
been followed up since November 22, 2023. This patch aims to serve as a
follow up or an improvement of the previously submitted patch especially
since the code was tested on the actual adm1281 evaluation board.

Jose Ramon San Buenaventura (2):
dt-bindings: hwmon: adm1275: add adm1281
hwmon: pmbus: adm1275: add adm1281 support

.../bindings/hwmon/adi,adm1275.yaml | 4 ++-
Documentation/hwmon/adm1275.rst | 14 +++++++---
drivers/hwmon/pmbus/Kconfig | 4 +--
drivers/hwmon/pmbus/adm1275.c | 27 +++++++++++++++++--
4 files changed, 41 insertions(+), 8 deletions(-)


base-commit: 96fca68c4fbf77a8185eb10f7557e23352732ea2
--
2.39.2