summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2014-03-20charger-manager: Fix unit of temperature to deci centigrade.Jonghwa Lee1-4/+4
2014-03-20Revert "battery: max17042/7: Fix temperature unit to milli centigrade."Jonghwa Lee1-2/+2
2014-03-20charger-manager: Parse charger_desc from device tree.Jonghwa Lee1-88/+123
2014-03-20battery: max17042/7: Fix temperature unit to milli centigrade.Jonghwa Lee1-2/+2
2014-03-20charger-manager : Add default battery temperature checking funtion.Jonghwa Lee1-18/+79
2014-03-20charger-manager : Replace kzalloc to devm_kzalloc and remove uneccessary code.Jonghwa Lee1-53/+22
2014-03-20charger-manager: Add cm_chg_add_prorperty() macro.Jonghwa Lee1-16/+10
2014-03-20M0 : charging : Make to charge battery fully.Jonghwa Lee2-2/+2
2014-03-20Fuel Guague: MAX17042: Use regmap to interface with internal registersJonghwa Lee1-165/+155
2014-03-20charger-manager : Make charge_now node under batter sysfs directory.Jonghwa Lee1-1/+6
2014-03-20charger: max77693: Fix initial charger configuration properly.Jonghwa Lee1-39/+12
2014-03-20charger: max77693: code cleaningJonghwa Lee1-120/+5
2014-03-20max77693_charger: fix section mismatchSeung-Woo Kim1-1/+1
2014-03-20power: charger-manager: Fix a bug when it unregisters notifier block of extcon.Jonghwa Lee1-1/+3
2014-03-20power: charger-manager: regulator_get() never returns NULL.Jonghwa Lee1-3/+2
2014-03-20charger_manager: Workaround for supporting platform data without DT parsing.Jonghwa Lee1-1/+114
2014-03-20power: max17042: Fix deadlock caused by deferred initializationTomasz Figa1-20/+20
2014-03-20fuelgauge: max1704xx: Fix max17042 driver to work properly.Jonghwa Lee1-2/+8
2014-03-20power: max77693: Add kernel configuation of Max77693 chargerJonghwa Lee2-1/+7
2014-03-20power: max77693: Add max77693 charger dirver.Jonghwa Lee2-0/+691
2014-03-20power: max8997-charger: Fix getting platform dataTomasz Figa1-1/+1
2014-02-22power: max17040: Fix NULL pointer dereference when there is no platform_dataKrzysztof Kozlowski1-2/+3
2013-07-13charger-manager: Ensure event is not used as format stringKees Cook1-1/+1
2013-05-25Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds3-2/+3
2013-05-10pm2301_charger: Fix module alias prefixAxel Lin1-1/+1
2013-05-10wm831x_backup: Fix wrong kfree call for devdata->backup.nameAxel Lin1-1/+0
2013-05-10bq27x00: Fix I2C dependency in KConfigXiong Zhou1-0/+1
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds1-0/+1
2013-05-02lp8788-charger: Fix kconfig dependencyRandy Dunlap1-0/+1
2013-04-30Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds37-659/+2521
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-16pm2301-charger: Fix suspend/resumeLars-Peter Clausen1-8/+18
2013-04-16charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure1-2/+1
2013-04-16power_supply: Populate supplied_from hierarchy from the device treeRhyland Klein1-0/+140
2013-04-16power_supply: Add core support for supplied_fromRhyland Klein1-13/+34
2013-04-16rx51_battery: Fix reporting temperaturePali Rohár1-2/+2
2013-04-16ab8500_bmdata: Export abx500_res_to_temp tables for hwmonHongbo Zhang1-6/+14
2013-04-16ab8500_{bmdata,fg}: Add const attributes to some data arraysHongbo Zhang2-12/+12
2013-04-16ab8500_bmdata: Eliminate CamelCase warning of some variablesHongbo Zhang1-12/+12
2013-04-16ab8500_btemp: Make ab8500_btemp_get* interfaces publicHongbo Zhang1-1/+4
2013-04-08power: rx51_battery: Fix reporting correct valuesPali Rohár1-0/+1
2013-03-31goldfish_battery: Use resource_size()Silviu-Mihai Popescu1-1/+1
2013-03-31lp8788-charger: Use PAGE_SIZE for the sysfs read operationKim, Milo1-5/+3
2013-03-31max8925_power: Use devm_kzalloc()Jingoo Han1-3/+2
2013-03-31da9030_battery: Use devm_kzalloc()Jingoo Han1-5/+1
2013-03-31da9052-battery: Use devm_kzalloc()Jingoo Han1-3/+2
2013-03-31ds2760_battery: Use devm_kzalloc()Jingoo Han1-3/+1
2013-03-31ds2780_battery: Use devm_kzalloc()Jingoo Han1-5/+2
2013-03-31gpio-charger: Use devm_kzalloc()Jingoo Han1-3/+2
2013-03-31isp1704_charger: Use devm_kzalloc()Jingoo Han1-4/+1