summaryrefslogtreecommitdiffstats
path: root/drivers/power/charger-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * power: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski2014-10-281-25/+39
* | power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski2014-10-281-28/+71
* | power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski2014-10-281-0/+1
|/
* power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski2014-09-261-0/+5
* power: charger-manager: Remove casting the return value which is a void pointerJingoo Han2014-09-061-1/+1
* power: charger-manager: Check charging state right after completed initializa...Chanwoo Choi2014-09-061-0/+7
* power: charger-manager: Fix checking of wrong return typeChanwoo Choi2014-09-061-1/+1
* charger-manager: of_cm_parse_desc() should be staticAnton Vorontsov2013-12-231-1/+1
* charger-manager: Support deivce tree in charger manager driverJonghwa Lee2013-12-231-3/+135
* charger-manager: Modify the way of checking battery's temperatureJonghwa Lee2013-12-231-41/+120
* charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary codeJonghwa Lee2013-10-251-58/+27
* 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