index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-09-01
2
-1
/
+60
|
\
|
*
PM / AVS: rockchip-io: add io selectors and supplies for rk3368
Heiko Stuebner
2015-08-08
1
-0
/
+59
|
*
PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
Heiko Stuebner
2015-08-08
1
-1
/
+1
*
|
Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2015-08-31
1
-0
/
+1
|
\
\
|
*
|
drivers: max77693: Move state container to common header
Krzysztof Kozlowski
2015-07-16
1
-0
/
+1
|
|
/
*
|
bq2415x_charger: Allow to load and use driver even if notify device is not re...
Pali Rohár
2015-08-21
1
-64
/
+79
*
|
twl4030_charger: fix compile error when TWL4030_MADC not available.
NeilBrown
2015-08-07
1
-1
/
+16
*
|
power: bq24190_charger: Fix charge type sysfs property
Andreas Dannenberg
2015-08-05
1
-1
/
+1
*
|
power: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
2015-08-05
1
-6
/
+11
*
|
power: Export I2C module alias information in missing drivers
Javier Martinez Canillas
2015-08-05
2
-1
/
+2
*
|
twl4030_charger: Increase current carefully while watching voltage.
NeilBrown
2015-08-05
1
-6
/
+61
*
|
twl4030_charger: add ac/mode to match usb/mode
NeilBrown
2015-08-05
1
-8
/
+27
*
|
twl4030_charger: add software controlled linear charging mode.
NeilBrown
2015-08-05
1
-5
/
+50
*
|
twl4030_charger: enable manual enable/disable of usb charging.
NeilBrown
2015-08-05
1
-0
/
+59
*
|
twl4030_charger: allow max_current to be managed via sysfs.
NeilBrown
2015-08-05
1
-0
/
+72
*
|
twl4030_charger: distinguish between USB current and 'AC' current
NeilBrown
2015-08-05
1
-7
/
+29
*
|
twl4030_charger: allow fine control of charger current.
NeilBrown
2015-08-05
1
-8
/
+160
*
|
twl4030_charger: split uA calculation into a function.
NeilBrown
2015-08-05
1
-13
/
+35
*
|
twl4030_charger: trust phy to determine when USB power is available.
NeilBrown
2015-08-05
1
-27
/
+6
*
|
twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node
NeilBrown
2015-08-05
1
-1
/
+5
*
|
twl4030_charger: convert to module_platform_driver instead of ..._probe.
Pavel Machek
2015-08-05
1
-3
/
+3
*
|
twl4030_charger: use runtime_pm to keep usb phy active while charging.
NeilBrown
2015-08-05
1
-13
/
+5
*
|
rx51-battery: Set name to rx51-battery
Pali Rohár
2015-08-03
1
-1
/
+1
*
|
power: olpc_battery: clean up eeprom read function
Vladimir Zapolskiy
2015-07-27
1
-6
/
+1
*
|
power: ds2781_battery: clean up eeprom read/write functions
Vladimir Zapolskiy
2015-07-27
1
-8
/
+0
*
|
power: ds2780_battery: clean up eeprom read/write functions
Vladimir Zapolskiy
2015-07-27
1
-18
/
+2
*
|
power_supply: bq24735: Convert to using managed resources
Vaishali Thakkar
2015-07-27
1
-38
/
+13
*
|
power/reset: zx: Remove unnecessary include file
Jun Nie
2015-07-27
1
-2
/
+0
*
|
power: bq27x00_battery: Checkpatch fixes
Andrew F. Davis
2015-07-24
1
-13
/
+11
*
|
power: bq27x00_battery: Fix function parameter alignment
Andrew F. Davis
2015-07-24
1
-7
/
+7
*
|
power: bq27x00_battery: Fix lines over 80 characters long
Andrew F. Davis
2015-07-24
1
-37
/
+37
*
|
power: bq27x00_battery: Add manufacturer property
Andrew F. Davis
2015-07-24
1
-0
/
+9
*
|
power/reset: zx: Register restart handler
Jun Nie
2015-07-24
3
-0
/
+90
*
|
power/ltc2941-battery-gauge.c: Use the devicetree node name as supply name
Mike Looijmans
2015-07-24
1
-46
/
+8
*
|
twl4030_charger: use devres for power_supply_register and kzalloc.
NeilBrown
2015-07-24
1
-25
/
+11
*
|
twl4030_charger: use devm_request_threaded_irq
NeilBrown
2015-07-24
1
-12
/
+6
*
|
power: reset: at91: add sama5d3 reset function
Josh Wu
2015-07-20
1
-7
/
+19
*
|
power_supply: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-13
3
-3
/
+0
*
|
power_supply: rt9455_charger: Properly notify userspace about charging events
Anda-Maria Nicolae
2015-07-09
1
-2
/
+14
|
/
*
Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2015-07-02
1
-1
/
+1
|
\
|
*
drivers/power: Convert non-modular syscon-reboot to use builtin_platform_driver
Paul Gortmaker
2015-06-16
1
-1
/
+1
*
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-8
/
+8
|
\
\
|
*
|
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-8
/
+8
|
|
/
*
|
power: axp288_charger: fix for API change
Stephen Rothwell
2015-06-26
1
-3
/
+3
*
|
Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-06-26
1
-12
/
+9
|
\
\
|
*
\
Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2015-06-02
1
-12
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
power: twl4030_charger: find associated phy by more reliable means.
NeilBrown
2015-05-26
1
-12
/
+9
*
|
|
Merge tag 'for-4.2' of git://git.infradead.org/battery-2.6
Linus Torvalds
2015-06-23
21
-88
/
+4971
|
\
\
\
|
*
|
|
power_supply: Correct kerneldoc copy paste errors
Bjorn Andersson
2015-06-19
1
-3
/
+3
|
*
|
|
wm831x_power: Fix off-by-one at free_irq()
Takeshi Yoshimura
2015-06-15
1
-0
/
+1
[next]