]> asedeno.scripts.mit.edu Git - linux.git/commit
power: supply: axp288_fuel_gauge: Read 15 bit values 2 registers at a time
authorHans de Goede <hdegoede@redhat.com>
Wed, 14 Dec 2016 16:38:51 +0000 (17:38 +0100)
committerSebastian Reichel <sre@kernel.org>
Wed, 4 Jan 2017 20:59:13 +0000 (21:59 +0100)
commit4949fc5e071f8e8d8122e0b16cf6a2ec1ca36258
tree6e9e22bef8c264c5d75ac571864de756b1e4367a
parent6f074bc878dc9b00c0df0bf3a8cb1d9e294cd881
power: supply: axp288_fuel_gauge: Read 15 bit values 2 registers at a time

In order for the MSB -> LSB latching to work correctly we must read the
2 8 bit registers of a 15 bit value in one consecutive read.

This fixes charge_full reporting 3498768 on some reads and 3354624 one
other reads on my tablet (for the 3354624 value the raw LSB is 0x00).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/supply/axp288_fuel_gauge.c