[PATCH 0/2] Add support for ltc4162-f/s and ltc4015

From: Kim Seer Paller
Date: Sun Oct 27 2024 - 04:25:29 EST


This patch series adds support for:
* LTC4162-F 35V/3.2A Multi-Cell LiFePO4 Step-Down Battery Charger
* LTC4162-S 35V/3.2A Lead-Acid Step-Down Battery Charger
* LTC4015 35V/3.2A Multichemistry Buck Battery Charger Controller

Bindings:
* Add compatible entries for ltc4162-f/s and ltc4015
* Include datasheets for new devices

ltc4162:
* Add chip_info struct to hold the chip specific data and functions.
* Modify functions for battery voltage/current, input voltage/current,
charge voltage, die temp, and force telemetry to handle different
battery chemistries.

Kim Seer Paller (2):
dt-bindings: power/supply: Add ltc4162-f/s and ltc4015
power/supply: Add support for ltc4162-f/s and ltc4015

.../bindings/power/supply/ltc4162-l.yaml | 6 +
drivers/power/supply/ltc4162-l-charger.c | 434 ++++++++++++++++--
2 files changed, 389 insertions(+), 51 deletions(-)


base-commit: 83bce34420eaf91506957703bf9a31d8581ed6cb
--
2.34.1