mbox series

[0/2] Add adm1273 support

Message ID 20250106131740.305988-1-johnerasmusmari.geronimo@analog.com
Headers show
Series Add adm1273 support | expand

Message

John Erasmus Mari Geronimo Jan. 6, 2025, 1:17 p.m. UTC
The ADM1273 is also a Hot-swap controller similar to the ADM1272, with the
following differences:
        * The MFR_MODEL register value is different.
        * The ADM1273 includes the STATUS_CML register, which the ADM1272
          does not have.

The currently available adm1275 driver supports the adm1272 and this patch
adds support for the adm1273. The ADM1273 is currently unreleased and the
datasheet is not yet publicly available.

John Erasmus Mari Geronimo (2):
  dt-bindings: hwmon: adm1275: add adm1273
  hwmon: (pmbus/adm1275) add adm1273 support

 .../bindings/hwmon/adi,adm1275.yaml           |  2 ++
 Documentation/hwmon/adm1275.rst               | 28 ++++++++++++-------
 drivers/hwmon/pmbus/Kconfig                   |  2 +-
 drivers/hwmon/pmbus/adm1275.c                 | 10 ++++---
 4 files changed, 27 insertions(+), 15 deletions(-)


base-commit: 6071d10413ff8489c3e842b19b1e0d539700068d

Comments

Guenter Roeck Jan. 7, 2025, 5:07 p.m. UTC | #1
On Mon, Jan 06, 2025 at 09:17:39PM +0800, John Erasmus Mari Geronimo wrote:
> Add support for the adm1273 Hot-Swap Controller and Digital Power
> and Energy Monitor
> 
> Signed-off-by: John Erasmus Mari Geronimo <johnerasmusmari.geronimo@analog.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied.

Thanks,
Guenter