| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 13 | -0/+13 |
*---. | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-14 | 7 | -64/+701 |
|\ \ \ |
|
| | | * | power_supply: Enable power supply of max8925 | Haojian Zhuang | 2010-03-07 | 3 | -0/+542 |
| | | * | mfd: Update WM8350 drivers for changed interrupt numbers | Mark Brown | 2010-03-07 | 1 | -1/+1 |
| | | * | mfd: Add a data argument to the WM8350 IRQ free function | Mark Brown | 2010-03-07 | 1 | -12/+12 |
| | | * | power_supply: bq27x00: fix voltage and current units | Grazvydas Ignotas | 2010-02-27 | 1 | -3/+3 |
| | | * | power_supply: bq27x00: add status and time properties | Grazvydas Ignotas | 2010-02-27 | 1 | -2/+79 |
| | | * | power_supply: bq27x00: add BQ27500 support | Grazvydas Ignotas | 2010-02-16 | 2 | -30/+51 |
| | | * | power_supply: bq27x00: fix temperature conversion | Grazvydas Ignotas | 2010-02-16 | 1 | -2/+2 |
| | | * | power_supply: bq27x00: remove unused struct fields | Grazvydas Ignotas | 2010-02-16 | 1 | -4/+0 |
| | | * | power_supply: bq27x00: remove double endian swap | Grazvydas Ignotas | 2010-02-16 | 1 | -8/+3 |
| | | * | da9030_battery: fix spelling in comment | Stefan Weil | 2010-02-03 | 1 | -1/+1 |
| | | * | wm97xx_battery: Clean up some warnings | Mark Brown | 2010-01-29 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | wm97xx_battery: Handle missing platform data gracefully | Mark Brown | 2010-01-29 | 1 | -2/+8 |
* | | | POWER: Add support for cycle_count | Alexey Starikovskiy | 2010-01-15 | 1 | -0/+1 |
|/ / |
|
* | | pmu_battery: Fix battery full reporting | Thomas Champagne | 2009-12-18 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2009-12-15 | 6 | -217/+401 |
|\ |
|
| * | power_supply_sysfs: Handle -ENODATA in a special way | Anton Vorontsov | 2009-12-03 | 1 | -1/+4 |
| * | wm831x_backup: Remove unused variables | Alan Cox | 2009-11-17 | 1 | -1/+1 |
| * | pcf50633: Query charger status directly | Paul Fertser | 2009-11-16 | 1 | -21/+29 |
| * | pcf50633: Properly reenable charging when the supply conditions change | Paul Fertser | 2009-11-16 | 1 | -3/+7 |
| * | pcf50633: Get rid of charging restart software auto-triggering | Paul Fertser | 2009-11-16 | 1 | -46/+0 |
| * | pcf50633: introduces battery charging current control | Balaji Rao | 2009-11-16 | 1 | -5/+73 |
| * | pcf50633: Add ac power supply class to the charger | Sean McNeil | 2009-11-16 | 1 | -1/+45 |
| * | wm831x: Factor out WM831x backup battery charger | Mark Brown | 2009-11-16 | 4 | -141/+244 |
* | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | | mfd: Mask and unmask wm8350 IRQs on request and free | Mark Brown | 2009-12-13 | 1 | -26/+0 |
* | | mfd: Convert wm8350 IRQ handlers to irq_handler_t | Mark Brown | 2009-12-13 | 1 | -14/+25 |
* | | mfd: Fix memleak in pcf50633_client_dev_register | Lars-Peter Clausen | 2009-12-13 | 1 | -2/+1 |
* | | collie: add battery driver | Thomas Kunze | 2009-11-27 | 3 | -0/+426 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Anton Vorontsov | 2009-09-23 | 1 | -2/+2 |
|\ |
|
| * | Merge git://git.infradead.org/users/cbou/battery-2.6.31 | Linus Torvalds | 2009-07-30 | 4 | -11/+353 |
| |\ |
|
| * | | wm97xx_batery: replace driver_data with dev_get_drvdata() | Alexander Beregalov | 2009-07-12 | 1 | -2/+2 |
* | | | power_supply: Add driver for the PMU on WM831x PMICs | Mark Brown | 2009-09-04 | 3 | -0/+787 |
* | | | ds2760_battery: Fix integer overflow for time_to_empty_now | Daniel Mack | 2009-09-04 | 1 | -3/+3 |
* | | | wm97xx_battery: Convert to dev_pm_ops | Marek Vasut | 2009-09-04 | 1 | -7/+10 |
* | | | wm97xx_battery: Use irq to detect charger state | Marek Vasut | 2009-09-04 | 1 | -6/+24 |
* | | | wm97xx_battery: Use platform_data | Marek Vasut | 2009-09-04 | 1 | -5/+27 |
* | | | ds2760_battery: implement set_charged() feature | Daniel Mack | 2009-07-30 | 1 | -0/+52 |
* | | | power_supply: get_by_name and set_charged functionality | Daniel Mack | 2009-07-30 | 1 | -0/+28 |
* | | | power_supply: EXPORT_SYMBOL cleanups | Daniel Mack | 2009-07-30 | 1 | -9/+7 |
* | | | ds2760_battery: add current_accum module parameter | Daniel Mack | 2009-07-30 | 1 | -14/+27 |
* | | | ds2760_battery: handle full_active_uAh == 0 case correctly | Daniel Mack | 2009-07-30 | 1 | -2/+7 |
* | | | ds2760_battery: add rated_capacity module parameter | Daniel Mack | 2009-07-30 | 1 | -0/+19 |
* | | | ds2760_battery: export more features | Daniel Mack | 2009-07-30 | 1 | -0/+8 |
* | | | ds2760_battery: delay power supply registration | Daniel Mack | 2009-07-30 | 1 | -6/+6 |
* | | | wm8350_power: Implement charge type property | Mark Brown | 2009-07-14 | 1 | -0/+22 |
* | | | power_supply: Add a charge_type property, and use it for olpc driver | Andres Salomon | 2009-07-02 | 2 | -0/+15 |
* | | | olpc_battery: Add an 'error' sysfs device that displays raw errors | Andres Salomon | 2009-07-01 | 1 | -0/+32 |
* | | | Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL" | Andres Salomon | 2009-07-01 | 2 | -0/+15 |
| |/
|/| |
|