index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-07
ab8500_fg.c: only request threaded IRQs when necessary
Valentin Rothberg
1
-13
/
+33
2015-03-07
X-Power AXP288 PMIC Fuel Gauge Driver
Todd Brandt
3
-0
/
+1161
2015-03-07
bq2415x_charger: Add support for bq24157s
Anda-Maria Nicolae
1
-0
/
+8
2015-03-07
bq2415x_charger: Remove unnecessary else after return
Anda-Maria Nicolae
1
-16
/
+8
2015-03-02
power/smb347-charger.c: set IRQF_ONESHOT flag to ensure IRQ request
Valentin Rothberg
1
-1
/
+2
2015-02-28
power: bq27x00_battery: add bq27510 support
Alexandre Belloni
1
-5
/
+45
2015-02-26
power_supply core: support use of devres to register/unregister a power supply.
NeilBrown
1
-0
/
+45
2015-02-26
bq2415x_charger, bq27x00_battery.c: comment cleanups
Pavel Machek
2
-10
/
+1
2015-02-26
ab8500_fg: use jiffies_to_msecs for jiffies conversion
Nicholas Mc Guire
1
-2
/
+2
2015-02-26
ab8500_fg: match return type of wait_for_completion_timeout
Nicholas Mc Guire
1
-2
/
+2
2015-02-26
power_supply: ab8500_fg: Simplify creation and removal of sysfs entries
Krzysztof Kozlowski
1
-18
/
+11
2015-02-26
Merge branch 'fixes' into next
Sebastian Reichel
3
-5
/
+28
2015-02-26
power_supply: lp8788-charger: Fix leaked power supply on probe fail
Krzysztof Kozlowski
1
-1
/
+3
2015-02-26
power_supply: ipaq_micro_battery: Check return values in probe
Krzysztof Kozlowski
1
-2
/
+19
2015-02-26
power_supply: ipaq_micro_battery: Fix leaking workqueue
Krzysztof Kozlowski
1
-0
/
+1
2015-02-26
power_supply: twl4030_madc: Check return value of power_supply_register
Krzysztof Kozlowski
1
-2
/
+5
2015-02-25
power_supply: max17042: Use regmap_update_bits instead read and write
Krzysztof Kozlowski
1
-6
/
+4
2015-02-25
power_supply: max17040: Use system efficient workqueues
Krzysztof Kozlowski
1
-3
/
+6
2015-02-25
power_supply: max14577: Properly handle error conditions
Krzysztof Kozlowski
1
-36
/
+73
2015-02-25
power_supply: max14577: Don't store charging and battery states for later
Krzysztof Kozlowski
1
-5
/
+0
2015-02-25
power_supply: max77693: Properly handle error conditions
Krzysztof Kozlowski
1
-44
/
+55
2015-02-25
power: Use subdir-ccflags-* to inherit debug flag
Geert Uytterhoeven
1
-1
/
+1
2015-02-25
bq27x00_battery: register as non-wakeup power supply.
NeilBrown
1
-1
/
+1
2015-02-25
power_supply: rt5033: Constify struct regmap_config
Krzysztof Kozlowski
1
-1
/
+1
2015-02-25
power: Add support for DA9150 Charger
Adam Thomson
3
-0
/
+701
2015-02-25
power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)
Mike Looijmans
1
-1
/
+1
2015-02-25
power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)
Mike Looijmans
1
-1
/
+1
2015-01-28
power_supply: 88pm860x: Fix leaked power supply on probe fail
Krzysztof Kozlowski
1
-0
/
+1
2015-01-26
power/reset: restart-poweroff: Remove arm dependencies
Guenter Roeck
2
-2
/
+0
2015-01-26
power/reset: st-poweroff: Fix misleading Kconfig description
Guenter Roeck
1
-2
/
+2
2015-01-26
power/reset: st-poweroff: Register with kernel restart handler
Guenter Roeck
1
-6
/
+11
2015-01-26
power/reset: Remove sun6i reboot driver
Guenter Roeck
3
-92
/
+0
2015-01-26
power/reset: at91: Register with kernel restart handler
Guenter Roeck
1
-10
/
+18
2015-01-26
power/reset: arm-versatile: Register with kernel restart handler
Guenter Roeck
1
-3
/
+14
2015-01-23
power: test_power: Use enum as index for array of supplies
Krzysztof Kozlowski
1
-11
/
+22
2015-01-22
Add LTC2941/LTC2943 Battery Gauge Driver
Mike Looijmans
3
-0
/
+556
2015-01-22
power/reset: brcmstb: Add support for old 65nm chips
Kevin Cernekee
1
-0
/
+6
2015-01-22
power/reset: brcmstb: Use the DT "compatible" string to indicate bit positions
Kevin Cernekee
1
-7
/
+28
2015-01-22
power/reset: brcmstb: Make the driver buildable on MIPS
Kevin Cernekee
1
-5
/
+4
2015-01-21
power: charger-manager: Use alarmtimer for battery monitoring in suspend.
Jonghwa Lee
2
-208
/
+83
2015-01-21
power/reset: at91-poweroff: Fix error handling and other compiler warnings
Guenter Roeck
1
-3
/
+4
2015-01-21
bq27x00_battery: Call power_supply_changed only when capacity changed
Puthikorn Voravootivat
1
-3
/
+4
2015-01-21
bq27x00_battery: fix register offset for bq27425
Eric BĂ©nard
1
-4
/
+8
2015-01-21
power: max14577: Remove SYSFS dependency from Kconfig
Karol Wrona
1
-1
/
+0
2015-01-21
power: bq24190_charger: suppress build warning
Lad, Prabhakar
1
-1
/
+1
2015-01-21
power: reset: Add reset driver for R-Mobile platforms
Geert Uytterhoeven
3
-0
/
+98
2015-01-21
power: ab8500_fg.c: Remove unused function
Rickard Strandqvist
1
-14
/
+0
2015-01-21
power: max77693: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-01-21
power: max77693: fix simple_return.cocci warnings
kbuild test robot
1
-5
/
+1
2015-01-21
power/reset: vexpress: Remove non-DT code
Pawel Moll
1
-14
/
+3
[next]