aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/charger-manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-28power: charger-manager: Fix accessing invalidated power supply after charger unbindKrzysztof Kozlowski1-25/+39
2014-10-28power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbindKrzysztof Kozlowski1-28/+71
2014-10-28power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski1-0/+1
2014-10-20power: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-26power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski1-0/+5
2014-09-06power: charger-manager: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2014-09-06power: charger-manager: Check charging state right after completed initializationChanwoo Choi1-0/+7
2014-09-06power: charger-manager: Fix checking of wrong return typeChanwoo Choi1-1/+1
2013-12-23charger-manager: of_cm_parse_desc() should be staticAnton Vorontsov1-1/+1
2013-12-23charger-manager: Support deivce tree in charger manager driverJonghwa Lee1-3/+135
2013-12-23charger-manager: Modify the way of checking battery's temperatureJonghwa Lee1-41/+120
2013-10-25charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary codeJonghwa Lee1-58/+27
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