Re: [PATCH v3 5/5] power: supply: max17040: Send uevent in SOC and status change

2019-05-29 Thread Krzysztof Kozlowski
On Mon, 27 May 2019 at 04:23, Matheus Castello wrote: > > Notify core through power_supply_changed() in case of changes in state > of charge and power supply status. This is useful for user-space to > efficiently update current battery level. > > Signed-off-by: Matheus Castello > --- > drivers/p

[PATCH v3 5/5] power: supply: max17040: Send uevent in SOC and status change

2019-05-26 Thread Matheus Castello
Notify core through power_supply_changed() in case of changes in state of charge and power supply status. This is useful for user-space to efficiently update current battery level. Signed-off-by: Matheus Castello --- drivers/power/supply/max17040_battery.c | 14 ++ 1 file changed, 14