summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds2013-07-1021-124/+191
|\
| * charger-manager: Fix regulator_get() return checkJonghwa Lee2013-06-281-3/+2
| * charger-manager: Fix a bug when it unregisters notifier block of extconJonghwa Lee2013-06-281-1/+3
| * tps65090-charger: Add dt node to power_supplyRhyland Klein2013-06-281-0/+1
| * sbs-battery: Add dt to power_supply structRhyland Klein2013-06-281-0/+1
| * power_supply: Add of_node_put to fix refcountRhyland Klein2013-06-281-0/+4
| * power/reset: Make the vexpress driver optional on arm and arm64Pawel Moll2013-06-211-1/+2
| * charger-manager: Add missing newlines, fix a couple of typos, add pr_fmtJoe Perches2013-06-091-80/+57
| * tps65090-charger: Fix AC detectAndrew Chew2013-06-091-5/+30
| * charger-manager: Ensure event is not used as format stringKees Cook2013-06-061-1/+1
| * power_supply: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-062-7/+7
| * generic-adc-battery: Fix checking if none of the channels are supportedAxel Lin2013-06-061-1/+3
| * power: Use platform_{get,set}_drvdata()Jingoo Han2013-06-062-3/+3
| * pm2301_charger: Return error if create_singlethread_workqueue failsAxel Lin2013-06-061-2/+2
| * pm2301_charger: Fix NULL pointer dereferenceAxel Lin2013-06-061-1/+6
| * lp8727_charger: Support the device tree featureKim, Milo2013-06-061-0/+68
| * twl4030_charger: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-2/+0
| * rx51_battery: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-4/+1
| * jz4740-battery: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-3/+1
| * gpio-charger: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-2/+0
| * bq27x00_battery: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-2/+0
| * ab8500_bm: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-064-5/+0
| * 88pm860x_charger: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-1/+0
| * 88pm860x_battery: Remove unnecessary platform_set_drvdata()Jingoo Han2013-06-061-1/+0
* | reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+3
* | PM / AVS: SmartReflex: use devm_* API to initialize SmartReflexAndrii Tseglytskyi2013-06-101-55/+21
* | PM / AVS: SmartReflex: use omap_sr * for enable/disable interfaceAndrii Tseglytskyi2013-06-101-12/+11
* | PM / AVS: SmartReflex: use omap_sr * for minmax interfacesAndrii Tseglytskyi2013-06-101-7/+7
* | PM / AVS: SmartReflex: use omap_sr * for errgen interfacesAndrii Tseglytskyi2013-06-101-13/+13
* | PM / AVS: SmartReflex: fix driver nameAndrii Tseglytskyi2013-06-101-1/+2
* | PM / AVS: SmartReflex: disable runtime PM on driver removeAndrii Tseglytskyi2013-06-101-0/+1
* | PM / AVS: SmartReflex: disable errgen before vpbound disableNishanth Menon2013-06-101-3/+8
|/
* Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2013-05-253-2/+3
|\
| * pm2301_charger: Fix module alias prefixAxel Lin2013-05-101-1/+1
| * wm831x_backup: Fix wrong kfree call for devdata->backup.nameAxel Lin2013-05-101-1/+0
| * bq27x00: Fix I2C dependency in KConfigXiong Zhou2013-05-101-0/+1
| * lp8788-charger: Fix kconfig dependencyRandy Dunlap2013-05-021-0/+1
* | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-051-0/+1
|\ \
| * | power: rx51_battery: Fix reporting correct valuesPali Rohár2013-04-081-0/+1
* | | Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds2013-04-3037-659/+2521
|\ \ \ | | |/ | |/|
| * | pm2301-charger: Fix suspend/resumeLars-Peter Clausen2013-04-161-8/+18
| * | charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure2013-04-161-2/+1
| * | power_supply: Populate supplied_from hierarchy from the device treeRhyland Klein2013-04-161-0/+140
| * | power_supply: Add core support for supplied_fromRhyland Klein2013-04-161-13/+34
| * | rx51_battery: Fix reporting temperaturePali Rohár2013-04-161-2/+2
| * | ab8500_bmdata: Export abx500_res_to_temp tables for hwmonHongbo Zhang2013-04-161-6/+14
| * | ab8500_{bmdata,fg}: Add const attributes to some data arraysHongbo Zhang2013-04-162-12/+12
| * | ab8500_bmdata: Eliminate CamelCase warning of some variablesHongbo Zhang2013-04-161-12/+12
| * | ab8500_btemp: Make ab8500_btemp_get* interfaces publicHongbo Zhang2013-04-161-1/+4
| * | goldfish_battery: Use resource_size()Silviu-Mihai Popescu2013-03-311-1/+1