summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2014-11-18power: charger-manager: Support to change polling rate in runtime.Jonghwa Lee1-0/+62
2014-11-18power: charger-manager: Support different polling mode for sleep state.Jonghwa Lee1-3/+16
2014-11-18power: max17040: WA: Add flag 'using_19_bits' to determine SoC in double.Jonghwa Lee1-0/+17
2014-11-18power: max17040: Fix data transfering size from 8bits to 16bits.Jonghwa Lee1-17/+19
2014-11-18power: charger-manager: Update essential battery information at once.Jonghwa Lee1-179/+117
2014-11-18power: charger-manager: Not to start charging directly in cable nofitication.Jonghwa Lee1-10/+2
2014-11-18power: charger-manager: Make chraging decision focused on battery status.Jonghwa Lee1-119/+60
2014-11-18power: charger-manager: Get external power souce information only from EXTCON.Jonghwa Lee1-14/+13
2014-11-18power: charger-manager: Concentrate scattered power_supply_changed() calls.Jonghwa Lee1-12/+6
2014-11-18power: max14577_charger: Fix to represent cable type properly.Jonghwa Lee1-1/+0
2014-11-18power: charger-manager: Hold wakeup event until userspace notice.Jonghwa Lee1-1/+7
2014-11-18power: charger-manager: Prevent ktimer's nsecs value exceeds its size.Jonghwa Lee1-1/+2
2014-11-18power: charger-manager: Add num_chargers variable to desc structure.Jonghwa Lee1-11/+10
2014-11-18power: charger-manager: Fix to use CHARGE_NOW/FULL property correctly.Jonghwa Lee1-52/+34
2014-11-18power: charger-manager: Use power_supply_changed() not private uevent.Jonghwa Lee1-75/+6
2014-11-18power: charger-manager: Remove deprecated function, cm_notify_event().Jonghwa Lee1-190/+6
2014-11-18power: charger-manager: Monitoring temperature becomes mandatory option.Jonghwa Lee2-59/+17
2014-11-18power: charger-manager: Use alarmtimer for battery monitoring in suspend.Jonghwa Lee2-207/+82
2014-11-18power: charger-manager: Rebase charger-manager up-to-date.Jonghwa Lee1-241/+199
2014-11-18power_supply: allow power supply devices registered w/o wakeup sourceZhang Rui1-2/+13
2014-11-18power_supply: Add power_supply_get_by_phandleSebastian Reichel1-0/+26
2014-11-18power_supply: Add power_supply notifierPali Rohár1-0/+18
2014-11-18power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan1-6/+6
2014-11-18power_supply: Prevent suspend until power supply events are processedZoran Markovic1-6/+32
2014-11-18power_supply: Add of_node_put to fix refcountRhyland Klein1-0/+4
2014-11-18power: charger-manager: Add uevent_notify for cable notificationJonghwa Lee1-1/+3
2014-11-18power: charger-manager: Notify chainging of battery soc to userJonghwa Lee1-2/+22
2014-11-18power: max17040: Update MAX17040 fuel-gague deviceChanwoo Choi1-101/+90
2014-11-18power: Add charger support for Maxim 14577/77836Krzysztof Kozlowski3-0/+368
2014-11-18charger-manager: Fix unit of temperature to deci centigrade.Jonghwa Lee1-4/+4
2014-11-18Revert "battery: max17042/7: Fix temperature unit to milli centigrade."Jonghwa Lee1-2/+2
2014-11-18charger-manager: Parse charger_desc from device tree.Jonghwa Lee1-88/+123
2014-11-18battery: max17042/7: Fix temperature unit to milli centigrade.Jonghwa Lee1-2/+2
2014-11-18charger-manager : Add default battery temperature checking funtion.Jonghwa Lee1-18/+79
2014-11-18charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary code.Jonghwa Lee1-53/+22
2014-11-18charger-manager: Add cm_chg_add_prorperty() macro.Jonghwa Lee1-16/+10
2014-11-18M0 : charging : Make to charge battery fully.Jonghwa Lee2-2/+2
2014-11-18Fuel Guague: MAX17042: Use regmap to interface with internal registersJonghwa Lee1-165/+155
2014-11-18charger-manager : Make charge_now node under batter sysfs directory.Jonghwa Lee1-1/+6
2014-11-18charger: max77693: Fix initial charger configuration properly.Jonghwa Lee1-39/+12
2014-11-18charger: max77693: code cleaningJonghwa Lee1-120/+5
2014-11-18max77693_charger: fix section mismatchSeung-Woo Kim1-1/+1
2014-11-18power: charger-manager: Fix a bug when it unregisters notifier block of extcon.Jonghwa Lee1-1/+3
2014-11-18power: charger-manager: regulator_get() never returns NULL.Jonghwa Lee1-3/+2
2014-11-18charger_manager: Workaround for supporting platform data without DT parsing.Jonghwa Lee1-1/+114
2014-11-18power: max17042: Fix deadlock caused by deferred initializationTomasz Figa1-20/+20
2014-11-18fuelgauge: max1704xx: Fix max17042 driver to work properly.Jonghwa Lee1-2/+8
2014-11-18power: max77693: Add kernel configuation of Max77693 chargerJonghwa Lee2-1/+7
2014-11-18power: max77693: Add max77693 charger dirver.Jonghwa Lee2-0/+691
2014-11-18power: max8997-charger: Fix getting platform dataTomasz Figa1-1/+1