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