pcf50633_charger: Enable periodic charging restart
authorBalaji Rao <balajirrao@openmoko.org>
Tue, 27 Jan 2009 13:53:12 +0000 (19:23 +0530)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 2 Feb 2009 16:54:27 +0000 (19:54 +0300)
The battery charger state machine switches into charging mode when
the battery voltage falls below 96% of a battery float voltage. But
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 80%.

This work_struct function restarts charging at regular intervals to
make sure the battery doesn't discharge too much.

Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Cc: Andy Green <andy@openmoko.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>

No differences found