[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241213023746.34168-1-kimseer.paller@analog.com>
Date: Fri, 13 Dec 2024 10:37:44 +0800
From: Kim Seer Paller <kimseer.paller@...log.com>
To: Sebastian Reichel <sre@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Mike Looijmans <mike.looijmans@...ic.nl>
CC: <linux-pm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Kim Seer Paller <kimseer.paller@...log.com>
Subject: [PATCH v6 0/2] Add support for ltc4162-f/s and ltc4015
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
The LTC4162-L/F/S variants and LTC4015 share a common set of registers. The
difference lies in the resolution value of the scaling factor for battery
voltage and battery current measurement, input voltage, and input current for
different battery chemistries. The difference also includes the calculation of
setting and getting the actual voltage setting applied to the charge voltage,
as well as getting the die temperature.
changes in v6:
ltc4162:
- Changed ibat_resolution_uv and vin_resolution_mv to ibat_resolution_pv and
vin_resolution_uv respectively to reflect correct units.
changes in v5:
bindings:
- Add Acked-by tag from Krzysztof Kozlowski.
ltc4162:
- No changes.
changes in v4:
- Arranged compatible strings in alphabetical order.
changes in v3:
- Described differences in the programming model between variants/devices in
the commit message.
changes in v2:
- Modified commit message describing differences between variants/devices.
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: 5d417a5e7ade02a7b75cd886d8afe3e9025e7e25
--
2.34.1
Powered by blists - more mailing lists