| Commit message (Expand) | Author | Age | Files | Lines |
* | wm97xx_battery: Handle missing platform data gracefully | Mark Brown | 2010-01-29 | 1 | -2/+8 |
* | 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-02 | 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-31 | 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 |
| |/
|/| |
|
* | | Add ds2782 battery gas gauge driver | Ryan Mallon | 2009-07-01 | 3 | -0/+338 |
* | | olpc_battery: Ensure that the TRICKLE bit is checked | Andres Salomon | 2009-07-01 | 1 | -3/+6 |
* | | olpc_battery: Fix up eeprom read function | Andres Salomon | 2009-07-01 | 1 | -8/+9 |
|/ |
|
* | da9030_battery: Fix race between event handler and monitor | Mike Rapoport | 2009-06-08 | 1 | -7/+12 |
* | Add MAX17040 Fuel Gauge driver | Minkyu Kang | 2009-06-08 | 3 | -1/+319 |
* | w1: ds2760_battery: add support for sleep mode feature | Daniel Mack | 2009-06-08 | 1 | -0/+26 |
* | ds2760_battery: cleanups in ds2760_battery_probe() | Daniel Mack | 2009-06-08 | 1 | -9/+7 |
* | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2009-04-09 | 2 | -29/+148 |
|\ |
|
| * | pda_power: Add optional OTG transceiver and voltage regulator support | Philipp Zabel | 2009-02-02 | 1 | -12/+77 |
| * | pcf50633_charger: Remove unused mbc_set_status function | Balaji Rao | 2009-02-02 | 1 | -15/+0 |
| * | pcf50633_charger: Enable periodic charging restart | Balaji Rao | 2009-02-02 | 1 | -2/+71 |
* | | Merge branch 'linus' into release | Len Brown | 2009-04-05 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: Fix misspelling of "Celsius". | Adam Buchbinder | 2009-03-30 | 1 | -1/+1 |
* | | | ACPI: battery: add power_{now,avg} properties to power_class | Alexey Starikovskiy | 2009-03-28 | 1 | -0/+2 |
|/ / |
|