diff options
author | Paul Fertser <fercerpav@gmail.com> | 2009-07-29 17:39:52 +0400 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-10-07 23:30:18 +0400 |
commit | 3daf7106416f7ba53499f73cf9c5669e5d970bf7 (patch) | |
tree | 17c452c7cd61569272b2f6bb4c5bd93bb90a8fd1 /include/linux | |
parent | f346161221995831f2bf6b79c57766a00590c8a5 (diff) |
power: pcf50633: get rid of charging restart software auto-triggering
After reaching Battery Full condition MBC state machine switches back
into charging mode when the battery voltage falls below 96% of a
battery float voltage. The voltage drop in Li-Ion batteries is
marginal (1-2%) till about 80% of its capacity - which means, after a
BATFULL, charging won't be restarted until 75-80%.
That is a desired behaviour recommended by battery manufacturers,
don't mess with it.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/pcf50633/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index 222dd90a153..392eaa4934f 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h @@ -29,8 +29,6 @@ struct pcf50633_platform_data { char **batteries; int num_batteries; - int charging_restart_interval; - int chg_ref_current_ma; /* Callbacks */ |