]> git.baikalelectronics.ru Git - kernel.git/commit
power: supply: max17042_battery: Clear status bits in interrupt handler
authorSebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Tue, 14 Sep 2021 12:18:05 +0000 (14:18 +0200)
committerSebastian Reichel <sre@kernel.org>
Tue, 12 Oct 2021 15:59:05 +0000 (17:59 +0200)
commitaa9d2ae3beac8e4cb386257c1741ed49598c45ec
treeeb9a2c7cbc33c7742cb8189f71dc52ec7e10e215
parent8264094a4709ff61a9520eaaf63e47ef6b7459c8
power: supply: max17042_battery: Clear status bits in interrupt handler

The gauge requires us to clear the status bits manually for some alerts
to be properly dismissed. Previously the IRQ was configured to react only
on falling edge, which wasn't technically correct (the ALRT line is active
low), but it had a happy side-effect of preventing interrupt storms
on uncleared alerts from happening.

Fixes: 0dee6fa786a1 ("power: supply: max17042: Do not enforce (incorrect) interrupt trigger type")
Cc: <stable@vger.kernel.org>
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/max17042_battery.c