summaryrefslogtreecommitdiffstats
path: root/drivers/power/charger-manager.c
Commit message (Expand)AuthorAgeFilesLines
* charger-manager: Fix regulator_get() return checkJonghwa Lee2013-06-281-3/+2
* charger-manager: Fix a bug when it unregisters notifier block of extconJonghwa Lee2013-06-281-1/+3
* charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches2013-06-091-80/+57
* charger-manager: Ensure event is not used as format stringKees Cook2013-06-061-1/+1
* charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure2013-04-161-2/+1
* charger_manager: Don't use [delayed_]work_pending()Tejun Heo2013-01-051-15/+16
* charger-manager: Split _probe funtion to make the code more cleanChanwoo Choi2013-01-051-111/+168
* charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi2012-12-161-2/+3
* charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi2012-12-161-20/+13
* 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-211-0/+172
| * charger-manager: Support limit of maximum possibleChanwoo Choi2012-09-201-1/+79
| * charger-manager: Check fully charged state of battery periodicallyChanwoo Choi2012-09-201-45/+116
| * charger-manager: Use replacement variable to check state of batteryChanwoo Choi2012-08-221-1/+1
| * charger-manager: Disable regulator when charger cable is detachedChanwoo Choi2012-08-221-2/+17
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-6/+3
|/
* charger-manager: Set current limit of regulator for over current protectionChanwoo Choi2012-07-131-0/+15
* charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi2012-07-131-16/+121
* charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi2012-05-051-0/+163
* charger-manager: Poll battery health in normal stateChanwoo Choi2012-05-051-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/+26
* 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
OpenPOWER on IntegriCloud