aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds21-124/+191
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2-2/+3
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-28tps65090-charger: Add dt node to power_supplyRhyland Klein1-0/+1
2013-06-28sbs-battery: Add dt to power_supply structRhyland Klein1-0/+1
2013-06-28power_supply: Add of_node_put to fix refcountRhyland Klein1-0/+4
2013-06-21power/reset: Make the vexpress driver optional on arm and arm64Pawel Moll1-1/+2
2013-06-10PM / AVS: SmartReflex: use devm_* API to initialize SmartReflexAndrii Tseglytskyi1-55/+21
2013-06-10PM / AVS: SmartReflex: use omap_sr * for enable/disable interfaceAndrii Tseglytskyi1-12/+11
2013-06-10PM / AVS: SmartReflex: use omap_sr * for minmax interfacesAndrii Tseglytskyi1-7/+7
2013-06-10PM / AVS: SmartReflex: use omap_sr * for errgen interfacesAndrii Tseglytskyi1-13/+13
2013-06-10PM / AVS: SmartReflex: fix driver nameAndrii Tseglytskyi1-1/+2
2013-06-10PM / AVS: SmartReflex: disable runtime PM on driver removeAndrii Tseglytskyi1-0/+1
2013-06-10PM / AVS: SmartReflex: disable errgen before vpbound disableNishanth Menon1-3/+8
2013-06-09charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches1-80/+57
2013-06-09tps65090-charger: Fix AC detectAndrew Chew1-5/+30
2013-06-06charger-manager: Ensure event is not used as format stringKees Cook1-1/+1
2013-06-06power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han2-7/+7
2013-06-06generic-adc-battery: Fix checking if none of the channels are supportedAxel Lin1-1/+3
2013-06-06power: Use platform_{get,set}_drvdata()Jingoo Han2-3/+3
2013-06-06pm2301_charger: Return error if create_singlethread_workqueue failsAxel Lin1-2/+2
2013-06-06pm2301_charger: Fix NULL pointer dereferenceAxel Lin1-1/+6
2013-06-06lp8727_charger: Support the device tree featureKim, Milo1-0/+68
2013-06-06twl4030_charger: Remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-06rx51_battery: Remove unnecessary platform_set_drvdata()Jingoo Han1-4/+1
2013-06-06jz4740-battery: Remove unnecessary platform_set_drvdata()Jingoo Han1-3/+1
2013-06-06gpio-charger: Remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-06bq27x00_battery: Remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-06ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han4-5/+0
2013-06-0688pm860x_charger: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-0688pm860x_battery: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
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/mfd-nextLinus 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/jikos/trivialLinus 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