commit | a78c0c30ec73e90d1b5d8b06f593091d9b9f76d3 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Apr 18 14:07:24 2018 +0200 |
committer | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | Thu Apr 26 00:49:52 2018 +0200 |
tree | 2aeef5350bd810a0ad803ed03224fc6702fe3508 | |
parent | 04d6f72f68eac61abbdaf56dcbfcc8382542f07e [diff] |
power: supply: axp288_fuel_gauge: Remove polling from the driver Userspace class/power_supply consumers such as upower, already know some supplies need to be polled to get up2date info. Doing this in the kernel and then waking up userspace just causes unnecessary wakeups and i2c transfers. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>