summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-10-205-6/+422
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2008-10-186-217/+287
| |\
| * | bq27x00_battery: use unaligned access helperHarvey Harrison2008-09-261-3/+2
| * | power_supply: fix dependency of tosa_batteryDmitry Baryshkov2008-09-261-1/+1
| * | power_supply: Support for Texas Instruments BQ27200 battery managersRodolfo Giometti2008-09-013-0/+389
| * | power_supply: Add function to return system-wide power stateMatthew Garrett2008-09-011-0/+25
| * | pda_power: Check and handle return value of set_irq_wakeRobert Jarzmik2008-09-011-4/+7
* | | x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-2/+2
|\ \
| * | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* | | olpc: olpc_battery.c sparse endian annotationsHarvey Harrison2008-10-161-12/+8
|/ /
* | Fix Kconfig dependency for WM97xx battery driverLinus Torvalds2008-10-121-1/+1
* | [ARM] 5248/1: wm97xx generic battery driverMarek Vašut2008-10-024-203/+277
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-072-2/+2
* Merge branch 'master' of /home/cbou/linux-2.6Anton Vorontsov2008-07-308-8/+215
|\
| * drivers/power: fix platform driver hotplug/coldplugKay Sievers2008-07-252-0/+4
| * Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-233-0/+205
| |\
| | * [ARM] 5155/1: PalmTX battery monitorMarek Vašut2008-07-103-0/+205
| * | Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2008-07-212-3/+3
| |/
| * power_supply: Fix race in power_supply_ueventDmitry Baryshkov2008-06-101-1/+1
| * Power Supply: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+2
* | power_supply: Sharp SL-6000 (tosa) batteries supportDmitry Baryshkov2008-07-013-0/+494
* | power_supply: fix up CHARGE_COUNTER output to be more preciseAndres Salomon2008-05-191-2/+2
* | power_supply: add CHARGE_COUNTER property and olpc_battery support for itAndres Salomon2008-05-132-1/+11
* | power_supply: bump EC version check that we refuse to run with in olpc_batteryAndres Salomon2008-05-041-2/+8
* | power_supply: cleanup of the OLPC battery driverAndres Salomon2008-05-041-73/+118
* | power_supply: add eeprom dump file to olpc_battery's sysfsAndres Salomon2008-05-041-0/+49
* | power_supply: Support serial number in olpc_batteryDavid Woodhouse2008-05-041-0/+12
|/
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-05-032-1/+12
|\
| * PMU battery: filenames in sysfs with spacesChristian Kujau2008-05-031-1/+1
| * pda_power: add init and exit function callbacksPhilipp Zabel2008-05-031-0/+11
* | x86: olpc: add One Laptop Per Child architecture supportAndres Salomon2008-04-291-2/+0
* | power: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-293-7/+7
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-071-0/+1
|\
| * ACPI: battery: add sysfs serial numbermaximilian attems2008-02-051-0/+1
* | power_supply: remove capacity_level from list of sysfs attributesThadeu Lima de Souza Cascardo2008-02-071-1/+0
|/
* apm_power: check I.intval for zero value, we use it as the divisorAnton Vorontsov2008-02-021-0/+3
* pda_power: implement pollingAnton Vorontsov2008-02-021-1/+45
* pda_power: various cleanupsAnton Vorontsov2008-02-021-55/+92
* apm_power: support using VOLTAGE_* properties for apm calculationsDmitry Baryshkov2008-02-021-21/+70
* pda_power: add suspend/resume supportDmitry Baryshkov2008-02-021-0/+33
* power_supply: add few more values and propsDmitry Baryshkov2008-02-021-1/+4
* pda_power: only register available psuDmitry Baryshkov2008-02-021-36/+44
* power: fix incorrect unregistration in power_supply_create_attrs error pathAndres Salomon2008-02-021-4/+2
* power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon2008-02-022-15/+0
* [BATTERY] power_supply_leds: use kasprintfAkinobu Mita2008-02-021-18/+7
* [BATTERY] Every file should include the headers containing the prototypes for...Adrian Bunk2008-02-022-0/+4
* power supply : use class iteration apiDave Young2008-01-242-83/+107
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2007-10-221-39/+102
|\
| * apm_power: calculate to_full/to_empty time using energyAnton Vorontsov2007-10-051-25/+53