| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-05-26 | 3 | -2/+3 |
|\ |
|
| * | pm2301_charger: Fix module alias prefix | Axel Lin | 2013-05-10 | 1 | -1/+1 |
| * | wm831x_backup: Fix wrong kfree call for devdata->backup.name | Axel Lin | 2013-05-10 | 1 | -1/+0 |
| * | bq27x00: Fix I2C dependency in KConfig | Xiong Zhou | 2013-05-10 | 1 | -0/+1 |
| * | lp8788-charger: Fix kconfig dependency | Randy Dunlap | 2013-05-03 | 1 | -0/+1 |
* | | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo... | Linus Torvalds | 2013-05-06 | 1 | -0/+1 |
|\ \ |
|
| * | | power: rx51_battery: Fix reporting correct values | Pali Rohár | 2013-04-08 | 1 | -0/+1 |
* | | | Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2013-05-01 | 37 | -659/+2521 |
|\ \ \
| | |/
| |/| |
|
| * | | pm2301-charger: Fix suspend/resume | Lars-Peter Clausen | 2013-04-17 | 1 | -8/+18 |
| * | | charger-manager: Use kmemdup instead of kzalloc + memcpy | Andrei Epure | 2013-04-17 | 1 | -2/+1 |
| * | | power_supply: Populate supplied_from hierarchy from the device tree | Rhyland Klein | 2013-04-17 | 1 | -0/+140 |
| * | | power_supply: Add core support for supplied_from | Rhyland Klein | 2013-04-17 | 1 | -13/+34 |
| * | | rx51_battery: Fix reporting temperature | Pali Rohár | 2013-04-17 | 1 | -2/+2 |
| * | | ab8500_bmdata: Export abx500_res_to_temp tables for hwmon | Hongbo Zhang | 2013-04-17 | 1 | -6/+14 |
| * | | ab8500_{bmdata,fg}: Add const attributes to some data arrays | Hongbo Zhang | 2013-04-17 | 2 | -12/+12 |
| * | | ab8500_bmdata: Eliminate CamelCase warning of some variables | Hongbo Zhang | 2013-04-17 | 1 | -12/+12 |
| * | | ab8500_btemp: Make ab8500_btemp_get* interfaces public | Hongbo Zhang | 2013-04-17 | 1 | -1/+4 |
| * | | goldfish_battery: Use resource_size() | Silviu-Mihai Popescu | 2013-04-01 | 1 | -1/+1 |
| * | | lp8788-charger: Use PAGE_SIZE for the sysfs read operation | Kim, Milo | 2013-04-01 | 1 | -5/+3 |
| * | | max8925_power: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+2 |
| * | | da9030_battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -5/+1 |
| * | | da9052-battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+2 |
| * | | ds2760_battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+1 |
| * | | ds2780_battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -5/+2 |
| * | | gpio-charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+2 |
| * | | isp1704_charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -4/+1 |
| * | | max8903_charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+1 |
| * | | max8997_charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -6/+3 |
| * | | max8998_charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+2 |
| * | | pcf50633-charger: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -6/+1 |
| * | | rx51_battery: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -3/+1 |
| * | | 88pm860x_charger: Drop kfree of devm_kzalloc'd data | Jingoo Han | 2013-04-01 | 1 | -2/+0 |
| * | | wm831x_backup: Use devm_kzalloc() | Jingoo Han | 2013-04-01 | 1 | -8/+2 |
| * | | tps65090: Setup compatible property for dt | Rhyland Klein | 2013-04-01 | 1 | -3/+8 |
| * | | twl4030_charger: Use module_platform_driver_probe() | Jingoo Han | 2013-04-01 | 1 | -11/+1 |
| * | | sbs-battery: Use dev_pm_ops | Lars-Peter Clausen | 2013-04-01 | 1 | -8/+10 |
| * | | max17040_battery: Use dev_pm_ops | Lars-Peter Clausen | 2013-04-01 | 1 | -9/+11 |
| * | | ds2782_battery: Use dev_pm_ops | Lars-Peter Clausen | 2013-04-01 | 1 | -12/+11 |
| * | | sbs-battery: Use of_match_ptr() macro | Sachin Kamat | 2013-04-01 | 1 | -2/+2 |
| * | | Merge branch 'vexpress' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar... | Anton Vorontsov | 2013-03-30 | 3 | -1/+155 |
| |\ \ |
|
| | * | | arm: vexpress: Decouple vexpress-poweroff implementation from machine_desc | Catalin Marinas | 2013-03-21 | 1 | -2/+7 |
| | * | | arm: vexpress: Move the poweroff/restart code to drivers/power/reset | Catalin Marinas | 2013-03-21 | 3 | -1/+150 |
| * | | | s3c-adc-battery: Fix possible NULL pointer dereference | Syam Sidhardhan | 2013-03-19 | 1 | -2/+5 |
| * | | | test_power: Fix a bug in setting module parameter values | Andrey Gelman | 2013-03-19 | 1 | -10/+21 |
| * | | | power_supply: Add support for tps65090-charger | Rhyland Klein | 2013-03-19 | 3 | -0/+323 |
| | |/
| |/| |
|
| * | | ab8500-charger: Do not use [delayed_]work_pending() | Lee Jones | 2013-03-07 | 1 | -13/+6 |
| * | | ab8500-fg: Change current calculation | lme00437 | 2013-03-07 | 1 | -4/+4 |
| * | | abx500-chargalg: Add charging current step interface | Lee Jones | 2013-03-07 | 1 | -76/+155 |
| * | | pm2301-charger: Reference put missing after access | Rupesh Kumar | 2013-03-07 | 1 | -0/+4 |
| * | | pm2301-charger: Wake device on register access | Rupesh Kumar | 2013-03-07 | 1 | -16/+6 |