summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2-2/+2
2008-07-30Merge branch 'master' of /home/cbou/linux-2.6Anton Vorontsov8-8/+215
2008-07-25drivers/power: fix platform driver hotplug/coldplugKay Sievers2-0/+4
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+205
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman2-3/+3
2008-07-10[ARM] 5155/1: PalmTX battery monitorMarek VaĊĦut3-0/+205
2008-07-01power_supply: Sharp SL-6000 (tosa) batteries supportDmitry Baryshkov3-0/+494
2008-06-10power_supply: Fix race in power_supply_ueventDmitry Baryshkov1-1/+1
2008-05-20Power Supply: fix race in device_createGreg Kroah-Hartman1-4/+2
2008-05-19power_supply: fix up CHARGE_COUNTER output to be more preciseAndres Salomon1-2/+2
2008-05-13power_supply: add CHARGE_COUNTER property and olpc_battery support for itAndres Salomon2-1/+11
2008-05-04power_supply: bump EC version check that we refuse to run with in olpc_batteryAndres Salomon1-2/+8
2008-05-04power_supply: cleanup of the OLPC battery driverAndres Salomon1-73/+118
2008-05-04power_supply: add eeprom dump file to olpc_battery's sysfsAndres Salomon1-0/+49
2008-05-04power_supply: Support serial number in olpc_batteryDavid Woodhouse1-0/+12
2008-05-03Merge git://git.infradead.org/battery-2.6Linus Torvalds2-1/+12
2008-05-03PMU battery: filenames in sysfs with spacesChristian Kujau1-1/+1
2008-05-03pda_power: add init and exit function callbacksPhilipp Zabel1-0/+11
2008-04-29x86: olpc: add One Laptop Per Child architecture supportAndres Salomon1-2/+0
2008-04-29power: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-7/+7
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+1
2008-02-07power_supply: remove capacity_level from list of sysfs attributesThadeu Lima de Souza Cascardo1-1/+0
2008-02-05ACPI: battery: add sysfs serial numbermaximilian attems1-0/+1
2008-02-02apm_power: check I.intval for zero value, we use it as the divisorAnton Vorontsov1-0/+3
2008-02-02pda_power: implement pollingAnton Vorontsov1-1/+45
2008-02-02pda_power: various cleanupsAnton Vorontsov1-55/+92
2008-02-02apm_power: support using VOLTAGE_* properties for apm calculationsDmitry Baryshkov1-21/+70
2008-02-02pda_power: add suspend/resume supportDmitry Baryshkov1-0/+33
2008-02-02power_supply: add few more values and propsDmitry Baryshkov1-1/+4
2008-02-02pda_power: only register available psuDmitry Baryshkov1-36/+44
2008-02-02power: fix incorrect unregistration in power_supply_create_attrs error pathAndres Salomon1-4/+2
2008-02-02power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon2-15/+0
2008-02-02[BATTERY] power_supply_leds: use kasprintfAkinobu Mita1-18/+7
2008-02-02[BATTERY] Every file should include the headers containing the prototypes for...Adrian Bunk2-0/+4
2008-01-24power supply : use class iteration apiDave Young2-83/+107
2007-10-22Merge git://git.infradead.org/battery-2.6Linus Torvalds1-39/+102
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers2-14/+6
2007-10-05apm_power: calculate to_full/to_empty time using energyAnton Vorontsov1-25/+53
2007-10-05apm_power: improve battery finding algorithmAnton Vorontsov1-10/+47
2007-10-05apm_power: fix obviously wrong logic for time reportingAnton Vorontsov1-12/+10
2007-09-21[PATCH] missing null termination in power supply ueventStephen Hemminger1-0/+1
2007-07-23Don't compile the PMU power driver on 64-bit PowerPCPaul Mackerras1-1/+1
2007-07-15Merge git://git.infradead.org/battery-2.6Linus Torvalds8-44/+8
2007-07-15PDA_POWER depends on having request_irq()Al Viro1-0/+1
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov8-35/+0
2007-07-15pda_power: clean up irq, timerJeff Garzik1-9/+8
2007-07-10[BATTERY] One Laptop Per Child power/battery driverDavid Woodhouse3-0/+359
2007-07-10[BATTERY] Apple PMU driverDavid Woodhouse3-0/+223
2007-07-10[BATTERY] 1-Wire ds2760 chip battery driverAnton Vorontsov3-0/+479