| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2008-10-20 | 5 | -6/+422 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Anton Vorontsov | 2008-10-18 | 6 | -217/+287 |
| |\ |
|
| * | | bq27x00_battery: use unaligned access helper | Harvey Harrison | 2008-09-26 | 1 | -3/+2 |
| * | | power_supply: fix dependency of tosa_battery | Dmitry Baryshkov | 2008-09-26 | 1 | -1/+1 |
| * | | power_supply: Support for Texas Instruments BQ27200 battery managers | Rodolfo Giometti | 2008-09-01 | 3 | -0/+389 |
| * | | power_supply: Add function to return system-wide power state | Matthew Garrett | 2008-09-01 | 1 | -0/+25 |
| * | | pda_power: Check and handle return value of set_irq_wake | Robert Jarzmik | 2008-09-01 | 1 | -4/+7 |
* | | | x86: sysfs: kill owner field from attribute | Parag Warudkar | 2008-10-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-10-16 | 1 | -2/+2 |
|\ \ |
|
| * | | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -2/+2 |
* | | | olpc: olpc_battery.c sparse endian annotations | Harvey Harrison | 2008-10-16 | 1 | -12/+8 |
|/ / |
|
* | | Fix Kconfig dependency for WM97xx battery driver | Linus Torvalds | 2008-10-12 | 1 | -1/+1 |
* | | [ARM] 5248/1: wm97xx generic battery driver | Marek Vašut | 2008-10-02 | 4 | -203/+277 |
|/ |
|
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 2 | -2/+2 |
* | Merge branch 'master' of /home/cbou/linux-2.6 | Anton Vorontsov | 2008-07-30 | 8 | -8/+215 |
|\ |
|
| * | drivers/power: fix platform driver hotplug/coldplug | Kay Sievers | 2008-07-25 | 2 | -0/+4 |
| * | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-24 | 3 | -0/+205 |
| |\ |
|
| | * | [ARM] 5155/1: PalmTX battery monitor | Marek Vašut | 2008-07-10 | 3 | -0/+205 |
| * | | Driver Core: add ability for class_for_each_device to start in middle of list | Greg Kroah-Hartman | 2008-07-22 | 2 | -3/+3 |
| |/ |
|
| * | power_supply: Fix race in power_supply_uevent | Dmitry Baryshkov | 2008-06-10 | 1 | -1/+1 |
| * | Power Supply: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -4/+2 |
* | | power_supply: Sharp SL-6000 (tosa) batteries support | Dmitry Baryshkov | 2008-07-01 | 3 | -0/+494 |
* | | power_supply: fix up CHARGE_COUNTER output to be more precise | Andres Salomon | 2008-05-18 | 1 | -2/+2 |
* | | power_supply: add CHARGE_COUNTER property and olpc_battery support for it | Andres Salomon | 2008-05-13 | 2 | -1/+11 |
* | | power_supply: bump EC version check that we refuse to run with in olpc_battery | Andres Salomon | 2008-05-04 | 1 | -2/+8 |
* | | power_supply: cleanup of the OLPC battery driver | Andres Salomon | 2008-05-04 | 1 | -73/+118 |
* | | power_supply: add eeprom dump file to olpc_battery's sysfs | Andres Salomon | 2008-05-04 | 1 | -0/+49 |
* | | power_supply: Support serial number in olpc_battery | David Woodhouse | 2008-05-04 | 1 | -0/+12 |
|/ |
|
* | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2008-05-03 | 2 | -1/+12 |
|\ |
|
| * | PMU battery: filenames in sysfs with spaces | Christian Kujau | 2008-05-03 | 1 | -1/+1 |
| * | pda_power: add init and exit function callbacks | Philipp Zabel | 2008-05-03 | 1 | -0/+11 |
* | | x86: olpc: add One Laptop Per Child architecture support | Andres Salomon | 2008-04-29 | 1 | -2/+0 |
* | | power: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-29 | 3 | -7/+7 |
|/ |
|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-07 | 1 | -0/+1 |
|\ |
|
| * | ACPI: battery: add sysfs serial number | maximilian attems | 2008-02-06 | 1 | -0/+1 |
* | | power_supply: remove capacity_level from list of sysfs attributes | Thadeu Lima de Souza Cascardo | 2008-02-07 | 1 | -1/+0 |
|/ |
|
* | apm_power: check I.intval for zero value, we use it as the divisor | Anton Vorontsov | 2008-02-02 | 1 | -0/+3 |
* | pda_power: implement polling | Anton Vorontsov | 2008-02-02 | 1 | -1/+45 |
* | pda_power: various cleanups | Anton Vorontsov | 2008-02-02 | 1 | -55/+92 |
* | apm_power: support using VOLTAGE_* properties for apm calculations | Dmitry Baryshkov | 2008-02-02 | 1 | -21/+70 |
* | pda_power: add suspend/resume support | Dmitry Baryshkov | 2008-02-02 | 1 | -0/+33 |
* | power_supply: add few more values and props | Dmitry Baryshkov | 2008-02-02 | 1 | -1/+4 |
* | pda_power: only register available psu | Dmitry Baryshkov | 2008-02-02 | 1 | -36/+44 |
* | power: fix incorrect unregistration in power_supply_create_attrs error path | Andres Salomon | 2008-02-02 | 1 | -4/+2 |
* | power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL | Andres Salomon | 2008-02-02 | 2 | -15/+0 |
* | [BATTERY] power_supply_leds: use kasprintf | Akinobu Mita | 2008-02-02 | 1 | -18/+7 |
* | [BATTERY] Every file should include the headers containing the prototypes for... | Adrian Bunk | 2008-02-02 | 2 | -0/+4 |
* | power supply : use class iteration api | Dave Young | 2008-01-25 | 2 | -83/+107 |
* | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2007-10-23 | 1 | -39/+102 |
|\ |
|
| * | apm_power: calculate to_full/to_empty time using energy | Anton Vorontsov | 2007-10-04 | 1 | -25/+53 |