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