mbox series

[0/2] Add adm1281 support

Message ID 20240417000722.919-1-jose.sanbuenaventura@analog.com
Headers show
Series Add adm1281 support | expand

Message

Jose Ramon San Buenaventura April 17, 2024, 12:07 a.m. UTC
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

Comments

Conor Dooley April 17, 2024, 3:15 p.m. UTC | #1
On Wed, Apr 17, 2024 at 08:07:21AM +0800, Jose Ramon San Buenaventura wrote:
> Add support for the adm1281 Hot-Swap Controller and Digital Power
> and Energy Monitor
> 
> Signed-off-by: Jose Ramon San Buenaventura <jose.sanbuenaventura@analog.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>