summaryrefslogtreecommitdiffstats
path: root/drivers/power/charger-manager.c
Commit message (Expand)AuthorAgeFilesLines
* charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi2012-12-171-2/+3
* charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi2012-12-171-20/+13Star
* power: remove use of __devexitBill Pemberton2012-11-281-1/+1
* power: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds2012-10-071-49/+385
|\
| * charger-manager: Add support sysfs entry for chargerChanwoo Choi2012-09-221-0/+172
| * charger-manager: Support limit of maximum possibleChanwoo Choi2012-09-211-1/+79
| * charger-manager: Check fully charged state of battery periodicallyChanwoo Choi2012-09-211-45/+116
| * charger-manager: Use replacement variable to check state of batteryChanwoo Choi2012-08-231-1/+1
| * charger-manager: Disable regulator when charger cable is detachedChanwoo Choi2012-08-231-2/+17
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-141-6/+3Star
|/
* charger-manager: Set current limit of regulator for over current protectionChanwoo Choi2012-07-141-0/+15
* charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi2012-07-141-16/+121
* charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi2012-05-061-0/+163
* charger-manager: Poll battery health in normal stateChanwoo Choi2012-05-061-0/+229
* charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov2012-03-261-3/+3
* charger-manager: Clean up for better readabilityAxel Lin2012-03-261-35/+26Star
* power_supply: Fix modalias for charger-managerAxel Lin2012-02-011-2/+2
* power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim2012-01-041-1/+294
* power_supply: Add initial Charger-Manager driverDonggeun Kim2012-01-041-0/+779