mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
power: supply: ug3105_battery: Put FG in standby on remove and shutdown
Put the fuel-gauge in standby mode when the driver is unbound and on system shutdown. This avoids unnecessary battery drain when the system is off. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Hans de Goede <hansg@kernel.org> Link: https://lore.kernel.org/r/20250831122942.47875-4-hansg@kernel.org Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
dcf1e7b737
commit
eede3f72a9
|
|
@ -206,6 +206,8 @@ static struct i2c_driver ug3105_i2c_driver = {
|
|||
.pm = &ug3105_pm_ops,
|
||||
},
|
||||
.probe = ug3105_probe,
|
||||
.remove = ug3105_stop,
|
||||
.shutdown = ug3105_stop,
|
||||
.id_table = ug3105_id,
|
||||
};
|
||||
module_i2c_driver(ug3105_i2c_driver);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user