index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Anton Vorontsov
1
-2
/
+2
2009-09-04
power_supply: Add driver for the PMU on WM831x PMICs
Mark Brown
3
-0
/
+787
2009-09-04
ds2760_battery: Fix integer overflow for time_to_empty_now
Daniel Mack
1
-3
/
+3
2009-09-04
wm97xx_battery: Convert to dev_pm_ops
Marek Vasut
1
-7
/
+10
2009-09-04
wm97xx_battery: Use irq to detect charger state
Marek Vasut
1
-6
/
+24
2009-09-04
wm97xx_battery: Use platform_data
Marek Vasut
1
-5
/
+27
2009-07-30
Merge git://git.infradead.org/users/cbou/battery-2.6.31
Linus Torvalds
4
-11
/
+353
2009-07-30
ds2760_battery: implement set_charged() feature
Daniel Mack
1
-0
/
+52
2009-07-30
power_supply: get_by_name and set_charged functionality
Daniel Mack
1
-0
/
+28
2009-07-30
power_supply: EXPORT_SYMBOL cleanups
Daniel Mack
1
-9
/
+7
2009-07-30
ds2760_battery: add current_accum module parameter
Daniel Mack
1
-14
/
+27
2009-07-30
ds2760_battery: handle full_active_uAh == 0 case correctly
Daniel Mack
1
-2
/
+7
2009-07-30
ds2760_battery: add rated_capacity module parameter
Daniel Mack
1
-0
/
+19
2009-07-30
ds2760_battery: export more features
Daniel Mack
1
-0
/
+8
2009-07-30
ds2760_battery: delay power supply registration
Daniel Mack
1
-6
/
+6
2009-07-14
wm8350_power: Implement charge type property
Mark Brown
1
-0
/
+22
2009-07-12
wm97xx_batery: replace driver_data with dev_get_drvdata()
Alexander Beregalov
1
-2
/
+2
2009-07-02
power_supply: Add a charge_type property, and use it for olpc driver
Andres Salomon
2
-0
/
+15
2009-07-01
olpc_battery: Add an 'error' sysfs device that displays raw errors
Andres Salomon
1
-0
/
+32
2009-07-01
Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"
Andres Salomon
2
-0
/
+15
2009-07-01
Add ds2782 battery gas gauge driver
Ryan Mallon
3
-0
/
+338
2009-07-01
olpc_battery: Ensure that the TRICKLE bit is checked
Andres Salomon
1
-3
/
+6
2009-07-01
olpc_battery: Fix up eeprom read function
Andres Salomon
1
-8
/
+9
2009-06-09
da9030_battery: Fix race between event handler and monitor
Mike Rapoport
1
-7
/
+12
2009-06-09
Add MAX17040 Fuel Gauge driver
Minkyu Kang
3
-1
/
+319
2009-06-08
w1: ds2760_battery: add support for sleep mode feature
Daniel Mack
1
-0
/
+26
2009-06-08
ds2760_battery: cleanups in ds2760_battery_probe()
Daniel Mack
1
-9
/
+7
2009-04-08
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2
-29
/
+148
2009-04-05
Merge branch 'linus' into release
Len Brown
1
-1
/
+1
2009-03-30
trivial: Fix misspelling of "Celsius".
Adam Buchbinder
1
-1
/
+1
2009-03-27
ACPI: battery: add power_{now,avg} properties to power_class
Alexey Starikovskiy
1
-0
/
+2
2009-03-12
ds2760_battery.c: fix division by zero
Daniel Mack
1
-4
/
+7
2009-02-02
pda_power: Add optional OTG transceiver and voltage regulator support
Philipp Zabel
1
-12
/
+77
2009-02-02
pcf50633_charger: Remove unused mbc_set_status function
Balaji Rao
1
-15
/
+0
2009-02-02
pcf50633_charger: Enable periodic charging restart
Balaji Rao
1
-2
/
+71
2009-02-02
pcf50633_charger: Fix typo
Balaji Rao
1
-1
/
+2
2009-01-26
power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED
Philipp Zabel
1
-1
/
+1
2009-01-11
power_supply: PCF50633 battery charger driver
Balaji Rao
3
-0
/
+365
2009-01-06
power-supply: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2009-01-04
power_supply: Add Dialog DA9030 battery charger driver
Mike Rapoport
3
-0
/
+608
2009-01-04
power_supply: Add battery health reporting for WM8350
Mark Brown
1
-8
/
+25
2009-01-04
power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
Mark Brown
1
-1
/
+1
2009-01-04
mfd: Switch WM8350 revision detection to a feature based model
Mark Brown
1
-1
/
+1
2009-01-04
power_supply: Add support for WM8350 PMU
Mark Brown
3
-0
/
+523
2008-10-20
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
5
-6
/
+422
2008-10-20
x86: sysfs: kill owner field from attribute
Parag Warudkar
1
-1
/
+1
2008-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Anton Vorontsov
6
-217
/
+287
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-2
/
+2
2008-10-16
olpc: olpc_battery.c sparse endian annotations
Harvey Harrison
1
-12
/
+8
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
[next]