aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/charger-manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-28charger-manager: Fix regulator_get() return checkJonghwa Lee1-3/+2
2013-06-28charger-manager: Fix a bug when it unregisters notifier block of extconJonghwa Lee1-1/+3
2013-06-09charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches1-80/+57
2013-06-06charger-manager: Ensure event is not used as format stringKees Cook1-1/+1
2013-04-16charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure1-2/+1
2013-01-05charger_manager: Don't use [delayed_]work_pending()Tejun Heo1-15/+16
2013-01-05charger-manager: Split _probe funtion to make the code more cleanChanwoo Choi1-111/+168
2012-12-16charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi1-2/+3
2012-12-16charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi1-20/+13
2012-11-28power: remove use of __devexitBill Pemberton1-1/+1
2012-11-28power: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds1-49/+385
2012-09-21charger-manager: Add support sysfs entry for chargerChanwoo Choi1-0/+172
2012-09-20charger-manager: Support limit of maximum possibleChanwoo Choi1-1/+79
2012-09-20charger-manager: Check fully charged state of battery periodicallyChanwoo Choi1-45/+116
2012-08-22charger-manager: Use replacement variable to check state of batteryChanwoo Choi1-1/+1
2012-08-22charger-manager: Disable regulator when charger cable is detachedChanwoo Choi1-2/+17
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-6/+3
2012-07-13charger-manager: Set current limit of regulator for over current protectionChanwoo Choi1-0/+15
2012-07-13charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi1-16/+121
2012-05-05charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi1-0/+163
2012-05-05charger-manager: Poll battery health in normal stateChanwoo Choi1-0/+229
2012-03-26charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov1-3/+3
2012-03-26charger-manager: Clean up for better readabilityAxel Lin1-35/+26
2012-02-01power_supply: Fix modalias for charger-managerAxel Lin1-2/+2
2012-01-04power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim1-1/+294
2012-01-04power_supply: Add initial Charger-Manager driverDonggeun Kim1-0/+779