power: supply: bq27xxx: fix sign of current_now for newer ICs
stable inclusion from stable-v5.10.182 commit 659094e4057ab1b8d3b162b721ea2bd3fe64e30c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8GJZJ Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=659094e4057ab1b8d3b162b721ea2bd3fe64e30c -------------------------------- [ Upstream commit b67fdcb7 ] Commit cd060b4d ("power: supply: bq27xxx: fix polarity of current_now") changed the sign of current_now for all bq27xxx variants, but on BQ28Z610 I'm now seeing negated values *with* that patch. The GTA04/Openmoko device that was used for testing uses a BQ27000 or BQ27010 IC, so I assume only the BQ27XXX_O_ZERO code path was incorrect. Revert the behaviour for newer ICs. Fixes: cd060b4d "power: supply: bq27xxx: fix polarity of current_now" Signed-off-by:Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Signed-off-by:
Sebastian Reichel <sebastian.reichel@collabora.com> Stable-dep-of: 35092c58 ("power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()") Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment