| commit | 33fe6fb63c6f0f16f561efbe1027ad45ba4e3241 | [log] [tgz] |
|---|---|---|
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | Wed Sep 14 16:03:11 2011 -0700 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:21:06 2011 -0700 |
| tree | 0216b31bb98c84b9cbf083319386e170ccd4b5bf | |
| parent | 325bdc9937bf30efbdc0331290d4efed8c15f431 [diff] |
power: pm8921-charger: update userspace per update_time milliseconds The userspace should be updated periodically to update it with the charging progress. Create a delayed_work and schedule it every update_time milliseconds to notify the userspace that power supply changed. The userspace is then supposed to read the power supply properties and know about the charging progress. CRs-Fixed: 305572 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>