diff options
author | Pradeep Goudagunta <pgoudagunta@nvidia.com> | 2013-03-19 18:07:43 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2013-03-26 10:23:48 -0700 |
commit | 6366a6cd1ad2e5300d7f2438732ded7d1f53a988 (patch) | |
tree | cd99de165abb879b7915d5bddbf5b1f391e6c545 /include/linux | |
parent | 9f27535c20e6ff18614d4ac418d8788b68c23cc3 (diff) |
power: bq2419x: Restart CHG for periodically drained battery
Restart charging after certain timeout, for battery full,
charging fault and safety timer expire cases. To charge
periodically drained battery.
Bug 1252277
Change-Id: I7b3a7f8783fdc7d1c480a32ba1409678a240577f
Signed-off-by: Pradeep Goudagunta <pgoudagunta@nvidia.com>
Reviewed-on: http://git-master/r/210816
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/power/bq2419x-charger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power/bq2419x-charger.h b/include/linux/power/bq2419x-charger.h index d51e6db445ae..2d13dfbb1ff5 100644 --- a/include/linux/power/bq2419x-charger.h +++ b/include/linux/power/bq2419x-charger.h @@ -110,6 +110,7 @@ struct bq2419x_charger_platform_data { int rtc_alarm_time; int num_consumer_supplies; struct regulator_consumer_supply *consumer_supplies; + int chg_restart_time; }; /* |