History log of /linux-master/drivers/power/supply/samsung-sdi-battery.c
Revision Date Author Comments
# 5c7d28c6 05-Mar-2022 Linus Walleij <linus.walleij@linaro.org>

power: supply: samsung-sdi-battery: Add missing charge restart voltages

Two of the batteries were missing charging restart voltages,
meaning they can drain if the algorithm relies on restarting
charging at this voltage. Fix it up.

Fixes: c8aee3f41cb8 ("power: supply: Static data for Samsung batteries")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>


# c8aee3f4 25-Feb-2022 Linus Walleij <linus.walleij@linaro.org>

power: supply: Static data for Samsung batteries

If we detect a Samsung SDI battery, we return a static
struct power_supply_battery_info and avoid looking further.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>