aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-18pmu_battery: Fix battery full reportingThomas Champagne1-0/+2
2009-12-15Merge git://git.infradead.org/battery-2.6Linus Torvalds6-217/+401
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-26/+0
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-14/+25
2009-12-13mfd: Fix memleak in pcf50633_client_dev_registerLars-Peter Clausen1-2/+1
2009-12-03power_supply_sysfs: Handle -ENODATA in a special wayAnton Vorontsov1-1/+4
2009-11-27collie: add battery driverThomas Kunze3-0/+426
2009-11-17wm831x_backup: Remove unused variablesAlan Cox1-1/+1
2009-11-16pcf50633: Query charger status directlyPaul Fertser1-21/+29
2009-11-16pcf50633: Properly reenable charging when the supply conditions changePaul Fertser1-3/+7
2009-11-16pcf50633: Get rid of charging restart software auto-triggeringPaul Fertser1-46/+0
2009-11-16pcf50633: introduces battery charging current controlBalaji Rao1-5/+73
2009-11-16pcf50633: Add ac power supply class to the chargerSean McNeil1-1/+45
2009-11-16wm831x: Factor out WM831x backup battery chargerMark Brown4-141/+244
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Anton Vorontsov1-2/+2
2009-09-04power_supply: Add driver for the PMU on WM831x PMICsMark Brown3-0/+787
2009-09-04ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack1-3/+3
2009-09-04wm97xx_battery: Convert to dev_pm_opsMarek Vasut1-7/+10
2009-09-04wm97xx_battery: Use irq to detect charger stateMarek Vasut1-6/+24
2009-09-04wm97xx_battery: Use platform_dataMarek Vasut1-5/+27
2009-07-30Merge git://git.infradead.org/users/cbou/battery-2.6.31Linus Torvalds4-11/+353
2009-07-30ds2760_battery: implement set_charged() featureDaniel Mack1-0/+52
2009-07-30power_supply: get_by_name and set_charged functionalityDaniel Mack1-0/+28
2009-07-30power_supply: EXPORT_SYMBOL cleanupsDaniel Mack1-9/+7
2009-07-30ds2760_battery: add current_accum module parameterDaniel Mack1-14/+27
2009-07-30ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack1-2/+7
2009-07-30ds2760_battery: add rated_capacity module parameterDaniel Mack1-0/+19
2009-07-30ds2760_battery: export more featuresDaniel Mack1-0/+8
2009-07-30ds2760_battery: delay power supply registrationDaniel Mack1-6/+6
2009-07-14wm8350_power: Implement charge type propertyMark Brown1-0/+22
2009-07-12wm97xx_batery: replace driver_data with dev_get_drvdata()Alexander Beregalov1-2/+2
2009-07-02power_supply: Add a charge_type property, and use it for olpc driverAndres Salomon2-0/+15
2009-07-01olpc_battery: Add an 'error' sysfs device that displays raw errorsAndres Salomon1-0/+32
2009-07-01Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"Andres Salomon2-0/+15
2009-07-01Add ds2782 battery gas gauge driverRyan Mallon3-0/+338
2009-07-01olpc_battery: Ensure that the TRICKLE bit is checkedAndres Salomon1-3/+6
2009-07-01olpc_battery: Fix up eeprom read functionAndres Salomon1-8/+9
2009-06-09da9030_battery: Fix race between event handler and monitorMike Rapoport1-7/+12
2009-06-09Add MAX17040 Fuel Gauge driverMinkyu Kang3-1/+319
2009-06-08w1: ds2760_battery: add support for sleep mode featureDaniel Mack1-0/+26
2009-06-08ds2760_battery: cleanups in ds2760_battery_probe()Daniel Mack1-9/+7
2009-04-08Merge git://git.infradead.org/battery-2.6Linus Torvalds2-29/+148
2009-04-05Merge branch 'linus' into releaseLen Brown1-1/+1
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-03-27ACPI: battery: add power_{now,avg} properties to power_classAlexey Starikovskiy1-0/+2
2009-03-12ds2760_battery.c: fix division by zeroDaniel Mack1-4/+7
2009-02-02pda_power: Add optional OTG transceiver and voltage regulator supportPhilipp Zabel1-12/+77
2009-02-02pcf50633_charger: Remove unused mbc_set_status functionBalaji Rao1-15/+0
2009-02-02pcf50633_charger: Enable periodic charging restartBalaji Rao1-2/+71