power: supply: ug3105_battery: Switch to power_supply_batinfo_ocv2cap()
authorHans de Goede <hansg@kernel.org>
Sun, 8 Jun 2025 20:40:09 +0000 (22:40 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 22 Jun 2025 00:08:44 +0000 (02:08 +0200)
commit2986e5b213cd84ac290ae68e73b7629ec8f184a6
tree2d46ce337957be639b31ef32abc469bdf37471d3
parent8842bd00a74bf758fb1abf572ec1c7d70c09dedb
power: supply: ug3105_battery: Switch to power_supply_batinfo_ocv2cap()

Replace the hardcoded ocv -> capacity table and the ug3105_get_capacity()
helper with using the generic power_supply_batinfo_ocv2cap() function.

Note this relies on the battery fwnode providing at least 1
"ocv-capacity-table", if that is missing probe() will now fail with EINVAL.

Signed-off-by: Hans de Goede <hansg@kernel.org>
Link: https://lore.kernel.org/r/20250608204010.37482-10-hansg@kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ug3105_battery.c