mbox series

[0/2] Add support for LTC2971 power manager

Message ID 20241026-add-ltc2971-v1-0-109ec21687bc@gmail.com (mailing list archive)
Headers show
Series Add support for LTC2971 power manager | expand

Message

Patryk Oct. 26, 2024, 9:08 a.m. UTC
This series introduces support for LTC2971 power manager.
The LTC2971 is similiar to already supported LTC2972 in terms of the
number of channels and the register set, it differs however in
the supported voltage range.

Signed-off-by: Patryk Biel <pbiel7@gmail.com>
---
Patryk Biel (2):
      hwmon: pmbus: Add support for ltc2971
      dt-bindings: hwmon: Add ltc2971 bindings

 .../devicetree/bindings/hwmon/lltc,ltc2978.yaml    |  2 ++
 drivers/hwmon/pmbus/ltc2978.c                      | 34 ++++++++++++++++++++--
 2 files changed, 33 insertions(+), 3 deletions(-)
---
base-commit: c2ee9f594da826bea183ed14f2cc029c719bf4da
change-id: 20240930-add-ltc2971-1b493fd21b64

Best regards,