index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb347-charger: Fix battery status reporting logic for charger faults
Ramakrishna Pallala
2012-09-20
1
-15
/
+82
*
pda_power: Fix ac_draw usage before it being set
Paul Parsons
2012-09-20
1
-7
/
+9
*
power_supply: Add new power supply properties CHARGE_CURRENT/VOLTAGE_MAX
Ramakrishna Pallala
2012-08-23
1
-0
/
+2
*
charger-manager: Use replacement variable to check state of battery
Chanwoo Choi
2012-08-23
1
-1
/
+1
*
charger-manager: Disable regulator when charger cable is detached
Chanwoo Choi
2012-08-23
1
-2
/
+17
*
da9030_battery: Don't use 0 as NULL
Anton Vorontsov
2012-08-23
1
-2
/
+2
*
power_supply: Add new power supply AUTHENTIC property
Ramakrishna Pallala
2012-08-23
1
-0
/
+1
*
ds2781_battery: Replace call to kzalloc with devm_kzalloc
Devendra Naga
2012-08-23
1
-9
/
+4
*
ds2781_battery: Convert to module_platform_driver
Devendra Naga
2012-08-23
1
-14
/
+1
*
twl4030_charger: It would be better not to use the 0b-prefix
Il Han
2012-08-23
1
-10
/
+10
*
power_supply: Remove broken mark for da9052-battery
Axel Lin
2012-08-23
1
-1
/
+0
*
da9052-battery: Fix da9052_determine_vc_tbl_index's return value
Anton Vorontsov
2012-08-23
1
-1
/
+8
*
lp8727_charger: Unregister power supply at error path of lp8727_register_psy
Devendra Naga
2012-08-23
1
-7
/
+9
*
bq27x00_battery: Fix error return code
Julia Lawall
2012-08-23
1
-1
/
+2
*
ab8500_fg: Fix error return code
Julia Lawall
2012-08-23
1
-0
/
+1
*
ab8500_btemp: Fix error return code
Julia Lawall
2012-08-23
1
-0
/
+1
*
wm97xx_battery: Fix error return code
Julia Lawall
2012-08-23
1
-1
/
+3
*
ab8500_charger: Fix error return code
Julia Lawall
2012-08-23
1
-0
/
+1
*
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
Linus Torvalds
2012-08-02
1
-0
/
+1
|
\
|
*
drivers: OLPC: update various drivers to include olpc-ec.h
Andres Salomon
2012-08-01
1
-0
/
+1
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-08-01
1
-5
/
+1
|
\
\
|
*
|
pda_power: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
2012-07-19
1
-5
/
+1
*
|
|
Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6
Linus Torvalds
2012-08-01
15
-50
/
+691
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge with upstream to accommodate with thermal changes
Anton Vorontsov
2012-07-31
1
-1
/
+1
|
|
\
|
|
*
|
olpc-battery: update CHARGE_FULL_DESIGN property for BYD LiFe batteries
Richard A. Smith
2012-07-16
1
-4
/
+2
|
*
|
olpc-battery: Add VOLTAGE_MAX_DESIGN property
Richard A. Smith
2012-07-16
1
-0
/
+56
|
*
|
charger-manager: Fix build break related to EXTCON
Chanwoo Choi
2012-07-16
1
-0
/
+1
|
*
|
lp8727_charger: Move header file into platform_data directory
Kim, Milo
2012-07-14
1
-1
/
+1
|
*
|
power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENT
Ramakrishna Pallala
2012-07-14
1
-0
/
+6
|
*
|
bq27x00_battery: Add support for BQ27425 chip
Saranya Gopal
2012-07-14
1
-15
/
+69
|
*
|
charger-manager: Set current limit of regulator for over current protection
Chanwoo Choi
2012-07-14
1
-0
/
+15
|
*
|
charger-manager: Use EXTCON Subsystem to detect charger cables for charging
Chanwoo Choi
2012-07-14
1
-16
/
+121
|
*
|
test_power: Add VOLTAGE_NOW and BATTERY_TEMP properties
Dmitry Eremin-Solenikov
2012-06-21
1
-0
/
+31
|
*
|
test_power: Add support for USB AC source
Dmitry Eremin-Solenikov
2012-06-21
1
-2
/
+46
|
*
|
gpio-charger: Use cansleep version of gpio_set_value
Pritesh Raithatha
2012-06-20
1
-1
/
+1
|
*
|
bq27x00_battery: Add support for power average and health properties
Syed Rafiuddin
2012-06-20
1
-0
/
+71
|
*
|
sbs-battery: Don't trigger false supply_changed event
Nikolaus Voss
2012-06-20
1
-1
/
+1
|
*
|
twl4030_charger: Allow charger to control the regulator that feeds it
NeilBrown
2012-06-20
1
-0
/
+15
|
*
|
twl4030_charger: Add backup-battery charging
NeilBrown
2012-06-20
1
-0
/
+59
|
*
|
twl4030_charger: Fix some typos
NeilBrown
2012-06-20
1
-3
/
+3
|
*
|
max17042_battery: Support CHARGE_COUNTER power supply attribute
Ramakrishna Pallala
2012-06-20
1
-0
/
+8
|
*
|
smb347-charger: Add constant charge and current properties
Ramakrishna Pallala
2012-06-20
1
-6
/
+117
|
*
|
power_supply: Add constant charge_current and charge_voltage properties
Ramakrishna Pallala
2012-06-20
1
-0
/
+2
|
*
|
power_supply: Register battery as a thermal zone
Jenny TC
2012-06-18
1
-0
/
+65
|
*
|
ds2781_battery: w1_ds2781_read() should be static
Anton Vorontsov
2012-06-18
1
-1
/
+1
|
*
|
pda_power: Complain if regulator operations fail
Mark Brown
2012-06-18
1
-2
/
+2
|
|
/
*
|
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-07-26
2
-21
/
+2
|
\
\
|
*
|
W1: split master mutex to avoid deadlocks.
NeilBrown
2012-06-14
2
-21
/
+2
|
|
/
*
|
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2012-07-26
4
-25
/
+26
|
\
\
|
*
|
usb: phy: fix return value check of usb_get_phy
Kishon Vijay Abraham I
2012-07-02
4
-13
/
+14
[next]