Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72e26b0d487fc494f40aa61e10a0757791e62e36
/
drivers
/
power
c0f486f
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
7051d8e
Merge tag 'for-v3.19' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 10 years ago
f2ea5e1
power / PM: Eliminate CONFIG_PM_RUNTIME
by Rafael J. Wysocki
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
6cd94d5
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
0563fdc0
Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
b81180b
power: reset: adjust priority of simple syscon reboot driver
by Stefan Agner
· 10 years ago
3db47dc
power: reset: imx-snvs-poweroff: add power off driver for i.mx6
by Robin Gong
· 10 years ago
99a7956
power: ds2782_battery: Simplify the PM hooks
by Fabio Estevam
· 10 years ago
6136c41
power/reset: brcmstb: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
6724534
power/reset: hisi: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
f59a42d
power/reset: keystone: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
fcf01c5
power/reset: axxia: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
8f57f23
power/reset: xgene: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
745e197
power/reset: xgene: Use mdelay instead of jiffies based timeout
by Guenter Roeck
· 10 years ago
4316071
power/reset: xgene: Use local variable dev instead of pdev->dev
by Guenter Roeck
· 10 years ago
22ecd65
power/reset: xgene: Drop devm_kfree
by Guenter Roeck
· 10 years ago
ef288f9
power/reset: xgene: Return -ENOMEM if out of memory
by Guenter Roeck
· 10 years ago
46c99ac
power/reset: vexpress: Register with kernel restart handler
by Guenter Roeck
· 10 years ago
b8e64ee
power: reset: imx-snvs-poweroff: add power off driver for i.mx6
by Robin Gong
· 10 years ago
c8dd9cc
power: gpio-charger: add device tree support
by Heiko Stuebner
· 10 years ago
ec7de65
Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 10 years ago
f0a0a58
ARM: at91: move sdramc/ddrsdr header to include/soc/at91
by Alexandre Belloni
· 10 years ago
a8a93c6
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
cdaf3e1
power: charger-manager: Fix accessing invalidated power supply after charger unbind
by Krzysztof Kozlowski
· 10 years ago
bdbe814
power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbind
by Krzysztof Kozlowski
· 10 years ago
ba9c918
power: charger-manager: Avoid recursive thermal get_temp call
by Krzysztof Kozlowski
· 10 years ago
a69d82b
power_supply: Add no_thermal property to prevent recursive get_temp calls
by Krzysztof Kozlowski
· 10 years ago
21e863b
power: bq2415x_charger: Fix memory leak on DTS parsing error
by Krzysztof Kozlowski
· 10 years ago
0eaf437
power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandle
by Krzysztof Kozlowski
· 10 years ago
7cb4e71
power: reset: at91-reset: fix power down register
by Alexandre Belloni
· 10 years ago
5938ee2
power: reset: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
816c44c
power: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
8000ebf
power: ab8500_fg.c: use 64-bit time types
by Ebru Akagunduz
· 10 years ago
50fa861
Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 10 years ago
93834c6
Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 10 years ago
b528392
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
7881c64
power: ab8500_fg: Fix build warning
by Guenter Roeck
· 10 years ago
afaebbd
power: reset: corrections for simple syscon reboot driver
by Feng Kan
· 10 years ago
09fb07b
power: reset: Add generic SYSCON register mapped reset
by Feng Kan
· 10 years ago
a3c0c3e
bq27x00_battery: Fix flag reading for bq27742
by Puthikorn Voravootivat
· 10 years ago
18a702e
power: reset: use restart_notifier mechanism for msm-poweroff
by Pramod Gurav
· 10 years ago
371bb20
power: Add simple gpio-restart driver
by David Riley
· 10 years ago
1670d85
Merge tag 'tags/restart-handler-for-v3.18' into next
by Sebastian Reichel
· 10 years ago
f0745f3
power: reset: Add restart functionality for STiH41x platforms
by Lee Jones
· 10 years ago
661a888
power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gauge
by Krzysztof Kozlowski
· 10 years ago
0713e14
power/restart: call machine_restart instead of arm_pm_restart
by Guenter Roeck
· 10 years ago
0e545f5
power: reset: driver for the Versatile syscon reboot
by Linus Walleij
· 10 years ago
662a958
PM / AVS: rockchip-io: add driver handling Rockchip io domains
by Heiko Stübner
· 10 years ago
6a91e85
power: max14577: Fix circular config SYSFS dependency
by Krzysztof Kozlowski
· 10 years ago
fd642bb
Merge tag 'tags/mfd-power-charger-regulator-v3.18' into next
by Sebastian Reichel
· 10 years ago
4d96fb1
power: gpio-charger: do not use gpio value directly
by Heiko Stuebner
· 10 years ago
ddd26df
power: max8925: Use of_get_child_by_name
by Krzysztof Kozlowski
· 10 years ago
920ac5b
power: max8925: Fix NULL ptr dereference on memory allocation failure
by Krzysztof Kozlowski
· 10 years ago
628ef02
bq27x00_battery: Add support to bq27742
by Puthikorn Voravootivat
· 10 years ago
2c33e92
power: max17040: Add ID for MAX77836 Fuel Gauge block
by Krzysztof Kozlowski
· 10 years ago
e30110e
charger: max14577: Configure battery-dependent settings from DTS and sysfs
by Krzysztof Kozlowski
· 10 years ago
3682a8e
charger: max14577: Add support for MAX77836 charger
by Krzysztof Kozlowski
· 10 years ago
6647156
power: reset: add LTC2952 poweroff driver
by René Moll
· 10 years ago
7195c50
power_supply: Don't iterate over devices to return -EPROBE_DEFER
by Viresh Kumar
· 10 years ago
464069c
power-supply: Avoid unnecessary 'goto' statements
by Viresh Kumar
· 10 years ago
73b4a08
power-supply: Check for failures only when we can fail
by Viresh Kumar
· 10 years ago
9d2410c
power-supply: Use PTR_ERR_OR_ZERO() routine
by Viresh Kumar
· 10 years ago
061f380
power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'
by Viresh Kumar
· 10 years ago
1c42a38
power-supply: Drop useless 'if (ret.intval)' statements
by Viresh Kumar
· 10 years ago
585b008
power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()
by Viresh Kumar
· 10 years ago
f5b89af
power-supply: Propagate error returned by power_supply_find_supply_from_node()
by Viresh Kumar
· 10 years ago
8468b02
power-supply: Rearrange code to remove duplicate lines
by Viresh Kumar
· 10 years ago
a0f93b4
power-supply: Use 'break' instead of 'continue' to end loop
by Viresh Kumar
· 10 years ago
e80cf42
power-supply: Drop unnecessary typecasts
by Viresh Kumar
· 10 years ago
f9c8548
power-supply: Return early if "power-supplies" property isn't valid
by Viresh Kumar
· 10 years ago
8f5a37c
power-supply: Don't over-allocate memory for "supplied-from" array
by Viresh Kumar
· 10 years ago
86515b7
power: charger-manager: Remove casting the return value which is a void pointer
by Jingoo Han
· 10 years ago
a8adcc90
power_supply: Add boot and calibration attributes
by Ramakrishna Pallala
· 10 years ago
b1022e2
power: charger-manager: Check charging state right after completed initialization
by Chanwoo Choi
· 10 years ago
c6738d0
power: charger-manager: Fix checking of wrong return type
by Chanwoo Choi
· 10 years ago
d3ed534
power/reset: xgene-reset: Fix prototype of xgene_restart()
by Mark Brown
· 10 years ago
4495b0a
sbs-battery: add min design voltage to sbs-battery
by Simon Que
· 10 years ago
9ea8940
sbs-battery: export manufacturer and model name to sysfs
by Cheng-Yi Chiang
· 10 years ago
405a72c
power: reset: at91-poweroff: fix wakeup status register index
by Nicolas Ferre
· 10 years ago
94d450e
ARM: at91/power/reset: fix Kconfig "depends on" directive
by Nicolas Ferre
· 10 years ago
e657ce6
Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux
by Nicolas Ferre
· 10 years ago
b3345d7
Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
4a9b373
power: reset: move hisilicon reboot code
by Haojian Zhuang
· 10 years ago
5e37195
ipaq_micro_battery: fix sparse non static symbol warning
by Wei Yongjun
· 10 years ago
00a588f
power: add driver for battery reading on iPaq h3xxx
by Dmitry Artamonow
· 10 years ago
61a7784
power: twl4030_charger: detect battery presence prior to enabling charger
by Nishanth Menon
· 10 years ago
030494e
power: reset: Add reboot driver for brcmstb
by Marc Carino
· 10 years ago
c128d39
power_supply: Fix sparse non static symbol warning
by Wei Yongjun
· 10 years ago
6bb1d27
power_supply: Add inlmt,iterm, min/max temp props
by Jenny TC
· 10 years ago
193dcce
charger: tps65090: Allow charger module to be used when no irq
by Doug Anderson
· 10 years ago
661468b
power/reset: Fix GPL v2 license string typo
by Bjorn Helgaas
· 10 years ago
86336ba
power: poweroff: gpio: convert to use descriptors
by Linus Walleij
· 10 years ago
3dd843e
bq27000: report missing device better.
by Marek Belisko
· 10 years ago
1cb82fd
bq27x00_battery: Introduce the use of the managed version of kzalloc
by Himangi Saraogi
· 10 years ago
57da5e8
rx51_battery: convert to iio consumer
by Sebastian Reichel
· 11 years ago
3c01850
bq2415x_charger: Fix Atomic Sleep Bug
by Sebastian Reichel
· 11 years ago
ae499f0
power: reset: Add AT91 poweroff driver
by Maxime Ripard
· 10 years ago
ecfe64d
power: reset: Add AT91 reset driver
by Maxime Ripard
· 10 years ago
6ca4f460
power: reset: Add if statement instead of multiple depends on
by Maxime Ripard
· 10 years ago
Next »