summaryrefslogtreecommitdiff
path: root/drivers/power/charger-manager.c
Commit message (Expand)AuthorAge
* power: charger_manager: convert to use match_string() helperAndy Shevchenko2016-03-17
* power_supply: charger-manager: add missing of_node_putJulia Lawall2015-10-15
* thermal: consistently use int for temperaturesSascha Hauer2015-08-03
* power_supply: charger-manager: Add parent for power supplyKrzysztof Kozlowski2015-05-23
* power_supply: charger-manager: Fix dereferencing of ERR_PTRKrzysztof Kozlowski2015-03-24
* power: constify of_device_id arrayFabian Frederick2015-03-20
* power_supply: charger-manager: Decrement the power supply's device reference ...Krzysztof Kozlowski2015-03-13
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-13
* power_supply: charger-manager: Use power_supply_*() API for accessing functio...Krzysztof Kozlowski2015-03-13
* power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-13
* power: charger-manager: Use alarmtimer for battery monitoring in suspend.Jonghwa Lee2015-01-21
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * power: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski2014-10-28
* | power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof Kozlowski2014-10-28
* | power: charger-manager: Avoid recursive thermal get_temp callKrzysztof Kozlowski2014-10-28
|/
* power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gaugeKrzysztof Kozlowski2014-09-26
* power: charger-manager: Remove casting the return value which is a void pointerJingoo Han2014-09-06
* power: charger-manager: Check charging state right after completed initializa...Chanwoo Choi2014-09-06
* power: charger-manager: Fix checking of wrong return typeChanwoo Choi2014-09-06
* charger-manager: of_cm_parse_desc() should be staticAnton Vorontsov2013-12-23
* charger-manager: Support deivce tree in charger manager driverJonghwa Lee2013-12-23
* charger-manager: Modify the way of checking battery's temperatureJonghwa Lee2013-12-23
* charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary codeJonghwa Lee2013-10-25
* charger-manager: Fix regulator_get() return checkJonghwa Lee2013-06-28
* charger-manager: Fix a bug when it unregisters notifier block of extconJonghwa Lee2013-06-28
* charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches2013-06-09
* charger-manager: Ensure event is not used as format stringKees Cook2013-06-06
* charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure2013-04-16
* charger_manager: Don't use [delayed_]work_pending()Tejun Heo2013-01-05
* charger-manager: Split _probe funtion to make the code more cleanChanwoo Choi2013-01-05
* charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi2012-12-16
* charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi2012-12-16
* power: remove use of __devexitBill Pemberton2012-11-28
* power: remove use of __devexit_pBill Pemberton2012-11-28
* Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds2012-10-07
|\
| * charger-manager: Add support sysfs entry for chargerChanwoo Choi2012-09-21
| * charger-manager: Support limit of maximum possibleChanwoo Choi2012-09-20
| * charger-manager: Check fully charged state of battery periodicallyChanwoo Choi2012-09-20
| * charger-manager: Use replacement variable to check state of batteryChanwoo Choi2012-08-22
| * charger-manager: Disable regulator when charger cable is detachedChanwoo Choi2012-08-22
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-13
|/
* charger-manager: Set current limit of regulator for over current protectionChanwoo Choi2012-07-13
* charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi2012-07-13
* charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi2012-05-05
* charger-manager: Poll battery health in normal stateChanwoo Choi2012-05-05
* charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov2012-03-26
* charger-manager: Clean up for better readabilityAxel Lin2012-03-26
* power_supply: Fix modalias for charger-managerAxel Lin2012-02-01
* power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim2012-01-04