]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
power: supply: max17040: Add IRQ handler for low SOC alert
authorMatheus Castello <matheus@castello.eng.br>
Thu, 5 Dec 2019 15:44:06 +0000 (12:44 -0300)
committerSebastian Reichel <sre@kernel.org>
Thu, 19 Dec 2019 00:51:52 +0000 (01:51 +0100)
commit2e17ed94de68953b17ed91b64f4bd176cdf38ad4
tree98157e9536d50bd6f05fd6c85dcb51113bc4ffb2
parent7a8bac169a65e0fb7e5da8ef3277b4016b5d1ffe
power: supply: max17040: Add IRQ handler for low SOC alert

According datasheet max17040 has a pin for alert host for low SOC.
This pin can be used as external interrupt, so we need to check for
interrupts assigned for device and handle it.

In handler we are checking and storing fuel gauge registers values
and send an uevent to notificate user space, so user space can decide
save work or turn off since the alert demonstrate that the battery may
no have the power to keep the system turned on for much longer.

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/max17040_battery.c