[PATCH 0/4] MAX17055 model configuration via DT

From: Sebastian Krzyszkowiak
Date: Thu Mar 17 2022 - 20:11:41 EST


Currently, there's no way to supply battery characteristics to max17042
driver on device tree platforms. This series changes that in a way that's
sufficient to configure MAX17055's m5 EZ algorithm, by using a standard
"monitored-battery" phandle.

Sebastian Krzyszkowiak (4):
power: supply: max17042_battery: Add unit conversion macros
power: supply: max17042_battery: use ModelCfg refresh on max17055
dt-bindings: power: supply: max17042: Add monitored-battery phandle
power: supply: max17042_battery: read battery properties from device
tree

.../bindings/power/supply/maxim,max17042.yaml | 4 +
drivers/power/supply/max17042_battery.c | 163 ++++++++++++------
include/linux/power/max17042_battery.h | 4 +
3 files changed, 116 insertions(+), 55 deletions(-)

--
2.35.1