]> git.itanic.dy.fi Git - linux-stable/commit
power: supply: bq27xxx: Move bq27xxx_battery_update() down
authorHans de Goede <hdegoede@redhat.com>
Sat, 15 Apr 2023 18:23:36 +0000 (20:23 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 8 May 2023 13:29:12 +0000 (15:29 +0200)
commitff4c4a2a4437a6d03787c7aafb2617f20c3ef45f
tree30ae5396580827d64da9870298bff29d60724b17
parent35092c5819f8c5acc7bafe3fdbb13d6307c4f5e1
power: supply: bq27xxx: Move bq27xxx_battery_update() down

Move the bq27xxx_battery_update() functions to below
the bq27xxx_battery_current_and_status() function.

This is just moving a block of text, no functional changes.

This is a preparation patch for making bq27xxx_battery_update() check
the status and have it call power_supply_changed() on status changes.

Fixes: 297a533b3e62 ("bq27x00: Cache battery registers")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq27xxx_battery.c