index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: Final irq namespace conversion
Thomas Gleixner
2011-03-29
1
-2
/
+2
*
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2011-03-25
10
-226
/
+881
|
\
|
*
bq20z75: Fix time and temp units
Benson Leung
2011-03-16
1
-6
/
+12
|
*
bq20z75: Fix issues with present and suspend
Rhyland Klein
2011-03-16
1
-11
/
+21
|
*
z2_battery: Fix count of properties
Vasily Khoruzhick
2011-03-16
1
-0
/
+2
|
*
s3c_adc_battery: Fix method names when PM not set
Heiko Stuebner
2011-03-16
1
-2
/
+2
|
*
z2_battery: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
*
ds2782_battery: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
*
bq20z75: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
*
bq20z75: Add i2c retry mechanism
Rhyland Klein
2011-03-01
1
-6
/
+31
|
*
bq20z75: Add optional battery detect gpio
Rhyland Klein
2011-03-01
1
-31
/
+129
|
*
Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6
Anton Vorontsov
2011-02-28
4
-171
/
+574
|
|
\
|
|
*
bq27x00: Use single i2c_transfer call for property read
Grazvydas Ignotas
2011-02-22
1
-16
/
+11
|
|
*
bq27x00: Cleanup bq27x00_i2c_read
Lars-Peter Clausen
2011-02-22
1
-21
/
+24
|
|
*
bq27x00: Minor cleanups
Pali Rohár
2011-02-22
1
-2
/
+2
|
|
*
bq27x00: Give more specific reports on battery status
Lars-Peter Clausen
2011-02-22
1
-1
/
+6
|
|
*
bq27x00: Add MODULE_DEVICE_TABLE
Pali Rohár
2011-02-22
1
-0
/
+1
|
|
*
bq27x00: Add new properties
Pali Rohár
2011-02-22
1
-1
/
+151
|
|
*
bq27x00: Poll battery state
Lars-Peter Clausen
2011-02-22
1
-5
/
+53
|
|
*
bq27x00: Cache battery registers
Lars-Peter Clausen
2011-02-22
1
-121
/
+150
|
|
*
bq27x00: Add bq27000 support
Lars-Peter Clausen
2011-02-22
2
-15
/
+183
|
|
*
bq27x00: Prepare code for addition of bq27000 platform driver
Lars-Peter Clausen
2011-02-22
1
-47
/
+39
|
|
*
bq27x00: Return -ENODEV for properties if the battery is not present
Lars-Peter Clausen
2011-02-22
1
-2
/
+7
|
|
*
bq27x00: Fix CURRENT_NOW property
Pali Rohár
2011-02-22
1
-2
/
+5
|
|
*
bq27x00: Improve temperature property precession
Lars-Peter Clausen
2011-02-22
1
-1
/
+1
|
|
*
bq27x00: Add type property
Lars-Peter Clausen
2011-02-22
1
-0
/
+4
|
|
*
power_supply: Initialize changed_work before calling device_add
Lars-Peter Clausen
2011-02-22
1
-2
/
+2
|
|
*
power_supply: Ignore -ENODATA errors when generating uevents
Lars-Peter Clausen
2011-02-22
1
-1
/
+1
|
*
|
twl4030_charger: Make the driver atomic notifier safe
Heikki Krogerus
2011-02-28
1
-6
/
+19
|
|
/
|
*
power_supply: Add new LED trigger charging-blink-solid-full
Vasily Khoruzhick
2011-01-31
1
-0
/
+19
|
*
bq20z75: Add support for charge properties
Rhyland Klein
2011-01-31
1
-11
/
+87
*
|
jz4740: silence warnings related to mfd_get_cell changes
Andres Salomon
2011-03-23
1
-1
/
+1
*
|
mfd: mfd_cell is now implicitly available to jz4740 drivers
Andres Salomon
2011-03-23
1
-1
/
+1
|
/
*
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2011-01-14
15
-69
/
+766
|
\
|
*
power_supply: Add MAX17042 Fuel Gauge Driver
MyungJoo Ham
2011-01-14
3
-0
/
+250
|
*
olpc_battery: Fix up XO-1.5 properties list
Sascha Silbe
2011-01-13
1
-0
/
+4
|
*
olpc_battery: Add support for CURRENT_NOW and VOLTAGE_NOW
Sascha Silbe
2011-01-12
1
-0
/
+4
|
*
olpc_battery: Add support for CHARGE_NOW
Sascha Silbe
2011-01-12
1
-0
/
+24
|
*
olpc_battery: Add support for CHARGE_FULL_DESIGN
Sascha Silbe
2011-01-12
1
-0
/
+54
|
*
olpc_battery: Ambient temperature is not available on XO-1.5
Daniel Drake
2011-01-12
1
-3
/
+25
|
*
jz4740-battery: Should include linux/io.h
Anton Vorontsov
2010-12-22
1
-0
/
+1
|
*
s3c_adc_battery: Add gpio_inverted field to pdata
Vasily Khoruzhick
2010-12-22
1
-3
/
+9
|
*
power_supply: Don't use flush_scheduled_work()
Tejun Heo
2010-12-22
6
-20
/
+20
|
*
power_supply: Fix use after free and memory leak
Vasiliy Kulikov
2010-12-22
1
-2
/
+2
|
*
gpio-charger: Fix potential race between irq handler and probe/remove
Lars-Peter Clausen
2010-12-22
1
-15
/
+14
|
*
gpio-charger: Provide default name for the power_supply
Lars-Peter Clausen
2010-12-22
1
-1
/
+1
|
*
gpio-charger: Check result of kzalloc
Lars-Peter Clausen
2010-12-22
1
-0
/
+4
|
*
jz4740-battery: Check if platform_data is supplied
Lars-Peter Clausen
2010-11-18
1
-0
/
+5
|
*
isp1704_charger: Detect charger after probe
Heikki Krogerus
2010-11-18
1
-0
/
+17
|
*
isp1704_charger: Set isp->dev before anything needs it
Heikki Krogerus
2010-11-18
1
-3
/
+3
[next]