summaryrefslogtreecommitdiff
path: root/drivers/power/charger-manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31power: charger-manager: Add sysfs node for disabling chargersubmit/tizen/20170407.011250accepted/tizen/unified/20170407.190140Dongwoo Lee1-2/+57
2017-03-31power: charger-manager: Make sysfs node groupDongwoo Lee1-5/+17
2017-03-31power: charger-manager: Fix error handling of sysfs node creationDongwoo Lee1-5/+9
2016-12-14thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2016-12-14power_supply: charger-manager: Adjust to new APIKrzysztof Kozlowski1-12/+9
2016-12-14LOCAL / power: charger-manager: Add battery state update functionBeomho Seo1-1/+46
2016-12-14power: charger-manager: Support to change polling rate in runtime.Jonghwa Lee1-0/+62
2016-12-14power: charger-manager: Support different polling mode for sleep state.Jonghwa Lee1-3/+17
2016-12-14power: charger-manager: Not to start charging directly in cable nofitication.Jonghwa Lee1-10/+2
2016-12-14power: charger-manager: Make chraging decision focusing on battery status.Jonghwa Lee1-120/+59
2016-12-14power: charger-manager: Get external power souce information only from EXTCON.Jonghwa Lee1-22/+14
2016-12-14power: charger-manager: Concentrate scattered power_supply_changed() calls.Jonghwa Lee1-12/+6
2016-12-14power: charger-manager: Fix to use CHARGE_NOW/FULL property correctly.Jonghwa Lee1-56/+27
2016-12-14power: charger-manager: Remove deprecated function, cm_notify_event().Jonghwa Lee1-196/+12
2016-12-14power: charger-manager: Use power_supply_changed() not private uevent.Jonghwa Lee1-80/+11
2016-12-14power: charger-manager: Use thermal subsystem interface only to get temperature.Jonghwa Lee1-90/+25
2015-03-24power_supply: charger-manager: Fix dereferencing of ERR_PTRKrzysztof Kozlowski1-1/+1
2015-03-20power: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-13power_supply: charger-manager: Decrement the power supply's device reference ...Krzysztof Kozlowski1-23/+47
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski1-26/+28
2015-03-13power_supply: charger-manager: Use power_supply_*() API for accessing functio...Krzysztof Kozlowski1-17/+20
2015-03-13power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski1-1/+1
2015-01-21power: charger-manager: Use alarmtimer for battery monitoring in suspend.Jonghwa Lee1-207/+82
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-10-28power: charger-manager: Fix accessing invalidated power supply after charger ...Krzysztof Kozlowski1-25/+39
2014-10-28power: charger-manager: Fix accessing invalidated power supply after fuel gau...Krzysztof 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 initializa...Chanwoo 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