]> git.itanic.dy.fi Git - linux-stable/commit
power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
authorHans de Goede <hdegoede@redhat.com>
Sat, 15 Apr 2023 18:23:38 +0000 (20:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:17:25 +0000 (14:17 +0100)
commit810f1802f0e66c53a51c84e06a7b0c6531e3c1a3
tree415079d7727345f84ba84bce6f5817def7945150
parent1f40730781865ff93642e9be1e5b6eaff624d601
power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize

commit 59a99cd462fbdf71f4e845e09f37783035088b4f upstream.

bq27xxx_external_power_changed() gets called when the charger is plugged
in or out. Rather then immediately scheduling an update wait 0.5 seconds
for things to stabilize, so that e.g. the (dis)charge current is stable
when bq27xxx_battery_update() runs.

Fixes: 740b755a3b34 ("bq27x00: Poll battery state")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/power/supply/bq27xxx_battery.c