power: supply: sc27xx: Fix the incorrect formula when converting capacity to coulomb...
authorBaolin Wang <baolin.wang@linaro.org>
Tue, 15 Jan 2019 10:32:36 +0000 (18:32 +0800)
committerSebastian Reichel <sre@kernel.org>
Wed, 23 Jan 2019 20:26:56 +0000 (21:26 +0100)
commit3a28f203c57944ac98a3adcbfacdbfa385966972
treecc7a82eb25b6137622a4a342e53df9a7e4190fe7
parent0a4f97a171888594435a019711b719b32233b7c9
power: supply: sc27xx: Fix the incorrect formula when converting capacity to coulomb counter

We should multiply the calibrated current data (cur_1000ma_adc) when
converting current capacity (mAh) to coulomb counter, which can get
an accurate coulomb counter from the fuel gauge controller.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/sc27xx_fuel_gauge.c