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
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2012-01-11
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
32
-710
/
+3034
2012-01-10
Merge git://git.infradead.org/users/cbou/battery-urgent
Anton Vorontsov
1
-1
/
+1
2012-01-10
power_supply: Mark da9052 driver as broken
Anton Vorontsov
1
-0
/
+1
2012-01-07
power_supply: Drop usage of nowarn variant of sysfs_create_link()
Anton Vorontsov
1
-1
/
+1
2012-01-06
s3c_adc_battery: Average over more than one adc sample
Heiko Stübner
1
-3
/
+22
2012-01-06
power_supply: Add DA9052 battery driver
Ashish Jangam
3
-0
/
+672
2012-01-06
isp1704_charger: Fix missing check
Felipe Contreras
1
-1
/
+1
2012-01-06
jz4740-battery: Fix signedness bug
Axel Lin
1
-1
/
+1
2012-01-06
power_supply: Assume mains power by default
Jean Delvare
1
-1
/
+11
2012-01-06
sbs-battery: Fix devicetree match table
Olof Johansson
1
-1
/
+1
2012-01-06
sbs-battery: Change power supply name
Rhyland Klein
1
-3
/
+16
2012-01-06
sbs-battery: Rename internals to new name
Rhyland Klein
1
-219
/
+204
2012-01-06
bq20z75: Rename to sbs-battery
Rhyland Klein
3
-5
/
+5
2012-01-06
wm97xx_battery: Use DEFINE_MUTEX() for work_lock
Axel Lin
1
-4
/
+1
2012-01-06
max8997_charger: Remove duplicate module.h
Jonghwan Choi
1
-1
/
+0
2012-01-04
power_supply: Convert drivers/power/* to use module_platform_driver()
Axel Lin
19
-219
/
+21
2012-01-04
Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne...
Anton Vorontsov
8
-35
/
+70
2012-01-04
power_supply: Add "unknown" in power supply type
Kim, Milo
1
-1
/
+1
2012-01-04
lp8727_charger: Coding style changes
Kim, Milo
1
-25
/
+25
2012-01-04
lp8727_charger: Add supported i2c functionality check routine
Kim, Milo
1
-0
/
+3
2012-01-04
power_supply: Add LP8727 charger driver
Woogyom Kim
3
-0
/
+498
2012-01-04
power_supply: Charger-Manager: Add properties for power-supply-class
Donggeun Kim
1
-1
/
+294
2012-01-04
power_supply: Add initial Charger-Manager driver
Donggeun Kim
3
-0
/
+790
2012-01-03
switch ->is_visible() to returning umode_t
Al Viro
1
-2
/
+2
2011-12-09
power_supply: allow a power supply to explicitly point to powered device
Jeremy Fitzhardinge
1
-0
/
+7
2011-12-09
power_supply: add SCOPE attribute to power supplies
Jeremy Fitzhardinge
1
-0
/
+6
2011-12-05
x86/mrst: Battery fixes
Major Lee
1
-6
/
+6
2011-11-26
max8925_power: Check at probe time if power to set online
Philip Rakity
1
-1
/
+7
2011-11-26
max8925_power: Do not read random data from chip registers
Philip Rakity
1
-0
/
+6
2011-11-26
max17042_battery: Fix error handling
Ramakrishna Pallala
1
-27
/
+58
2011-11-26
ds2760_battery: Add rated capacity of the hx4700 3600mAh battery
Paul Parsons
1
-1
/
+5
2011-11-26
power_supply: Remove IRQF_DISABLED
Yong Zhang
2
-2
/
+2
2011-11-26
bq27x00_battery: Fix OOPS caused by unregistring bq27x00 driver
Pali Rohár
1
-0
/
+8
2011-11-26
bq27x00_battery: Fix reporting error messages
Pali Rohár
1
-7
/
+14
2011-11-25
bq27x00_battery: Fix reporting status value for bq27500 battery
Pali Rohár
1
-4
/
+9
2011-11-25
bq27x00_battery: Cache temperature value in converted unit
Pali Rohár
1
-21
/
+24
2011-11-25
bq27x00_battery: Cache energy property
Pali Rohár
1
-27
/
+26
2011-11-25
bq27x00_battery: Report -ENODATA if bq27000 battery was not calibrated
Pali Rohár
1
-5
/
+14
2011-11-25
bq27x00_battery: Add support for property POWER_SUPPLY_PROP_CAPACITY_LEVEL
Pali Rohár
1
-1
/
+39
2011-11-25
bq27x00_battery: Do not cache current_now value for bq27000 batery
Pali Rohár
1
-14
/
+5
2011-11-25
max8925_power: Enable power change notifications
Philip Rakity
1
-0
/
+5
2011-11-25
max8925_power: Remove support for irq bits that do not exist
Philip Rakity
1
-13
/
+0
2011-11-25
max8925_power: Do not detect ac insert if handled by other code
Philip Rakity
1
-2
/
+6
2011-11-25
max8925_power: No temperature interrupts if temperature not connected
Philip Rakity
1
-4
/
+8
2011-11-25
max8925_power: Fix incorrect voltage and current calculation
Philip Rakity
1
-7
/
+6
2011-11-25
max8997_charger: Fix unsigned value for less than zero
Jonghwan Choi
1
-1
/
+1
2011-11-25
collie_battery: Get rid of irq_to_gpio usage
Jochen Friedrich
1
-1
/
+1
2011-11-24
intel_mid_battery: Handle Over Current gracefully
Major Lee
1
-6
/
+6
2011-11-24
tosa_battery: Convert to gpio_request_array() / gpio_free_array()
Axel Lin
1
-47
/
+19
[next]