summaryrefslogtreecommitdiffstats
path: root/drivers/power
AgeCommit message (Expand)AuthorLines
2013-07-10Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds-124/+191
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt-2/+3
2013-06-28charger-manager: Fix regulator_get() return checkJonghwa Lee-3/+2
2013-06-28charger-manager: Fix a bug when it unregisters notifier block of extconJonghwa Lee-1/+3
2013-06-28tps65090-charger: Add dt node to power_supplyRhyland Klein-0/+1
2013-06-28sbs-battery: Add dt to power_supply structRhyland Klein-0/+1
2013-06-28power_supply: Add of_node_put to fix refcountRhyland Klein-0/+4
2013-06-21power/reset: Make the vexpress driver optional on arm and arm64Pawel Moll-1/+2
2013-06-10PM / AVS: SmartReflex: use devm_* API to initialize SmartReflexAndrii Tseglytskyi-55/+21
2013-06-10PM / AVS: SmartReflex: use omap_sr * for enable/disable interfaceAndrii Tseglytskyi-12/+11
2013-06-10PM / AVS: SmartReflex: use omap_sr * for minmax interfacesAndrii Tseglytskyi-7/+7
2013-06-10PM / AVS: SmartReflex: use omap_sr * for errgen interfacesAndrii Tseglytskyi-13/+13
2013-06-10PM / AVS: SmartReflex: fix driver nameAndrii Tseglytskyi-1/+2
2013-06-10PM / AVS: SmartReflex: disable runtime PM on driver removeAndrii Tseglytskyi-0/+1
2013-06-10PM / AVS: SmartReflex: disable errgen before vpbound disableNishanth Menon-3/+8
2013-06-09charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches-80/+57
2013-06-09tps65090-charger: Fix AC detectAndrew Chew-5/+30
2013-06-06charger-manager: Ensure event is not used as format stringKees Cook-1/+1
2013-06-06power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han-7/+7
2013-06-06generic-adc-battery: Fix checking if none of the channels are supportedAxel Lin-1/+3
2013-06-06power: Use platform_{get,set}_drvdata()Jingoo Han-3/+3
2013-06-06pm2301_charger: Return error if create_singlethread_workqueue failsAxel Lin-2/+2
2013-06-06pm2301_charger: Fix NULL pointer dereferenceAxel Lin-1/+6
2013-06-06lp8727_charger: Support the device tree featureKim, Milo-0/+68
2013-06-06twl4030_charger: Remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-06-06rx51_battery: Remove unnecessary platform_set_drvdata()Jingoo Han-4/+1
2013-06-06jz4740-battery: Remove unnecessary platform_set_drvdata()Jingoo Han-3/+1
2013-06-06gpio-charger: Remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-06-06bq27x00_battery: Remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-06-06ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han-5/+0
2013-06-0688pm860x_charger: Remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-06-0688pm860x_battery: Remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-05-25Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds-2/+3
2013-05-10pm2301_charger: Fix module alias prefixAxel Lin-1/+1
2013-05-10wm831x_backup: Fix wrong kfree call for devdata->backup.nameAxel Lin-1/+0
2013-05-10bq27x00: Fix I2C dependency in KConfigXiong Zhou-0/+1
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds-0/+1
2013-05-02lp8788-charger: Fix kconfig dependencyRandy Dunlap-0/+1
2013-04-30Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds-659/+2521
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-04-16pm2301-charger: Fix suspend/resumeLars-Peter Clausen-8/+18
2013-04-16charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure-2/+1
2013-04-16power_supply: Populate supplied_from hierarchy from the device treeRhyland Klein-0/+140
2013-04-16power_supply: Add core support for supplied_fromRhyland Klein-13/+34
2013-04-16rx51_battery: Fix reporting temperaturePali Rohár-2/+2
2013-04-16ab8500_bmdata: Export abx500_res_to_temp tables for hwmonHongbo Zhang-6/+14
2013-04-16ab8500_{bmdata,fg}: Add const attributes to some data arraysHongbo Zhang-12/+12
2013-04-16ab8500_bmdata: Eliminate CamelCase warning of some variablesHongbo Zhang-12/+12
2013-04-16ab8500_btemp: Make ab8500_btemp_get* interfaces publicHongbo Zhang-1/+4
2013-04-08power: rx51_battery: Fix reporting correct valuesPali Rohár-0/+1