bq27x00_battery: Fix flag reading for bq27742
authorPuthikorn Voravootivat <puthik@chromium.org>
Tue, 30 Sep 2014 18:18:56 +0000 (11:18 -0700)
committerSebastian Reichel <sre@kernel.org>
Wed, 1 Oct 2014 02:10:50 +0000 (04:10 +0200)
commita3c0c3e79066c78b890c078998c8c6bd577f1d21
tree85ae7a455ff35c62df0ac44eaade8572705f7a65
parent18a702e0de9879d5c0225a09f494443f0b91a0cc
bq27x00_battery: Fix flag reading for bq27742

This patch fix the following issues.
- Flag for bq27742 is 2 bytes contracy to 1 byte for older hardware
- Don't read FLAG_CI as bq27742 does not have it
- Use Battery full capacity register as last measure discharge

Signed-off-by: Puthikorn Voravootivat <puthik@chromium.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/bq27x00_battery.c
This page took 0.024454 seconds and 5 git commands to generate.