Sign in
android-kvm
/
linux
/
8c749ce93ee69e789e46b3be98de9e0cbfcf8ed8
/
drivers
/
power
/
power_supply_core.c
17e8351
thermal: consistently use int for temperatures
by Sascha Hauer
· 10 years ago
43df610
power_supply: Correct kerneldoc copy paste errors
by Bjorn Andersson
· 10 years ago
fe27e1d
power: Add devm_power_supply_get_by_phandle() helper function
by Hans de Goede
· 10 years ago
7f1a57f
power_supply: Fix possible NULL pointer dereference on early uevent
by Krzysztof Kozlowski
· 10 years ago
8e59c7f
power_supply: Fix NULL pointer dereference during bq27x00_battery probe
by Krzysztof Kozlowski
· 10 years ago
03e81ac
power_supply: Increment power supply use counter when obtaining references
by Krzysztof Kozlowski
· 10 years ago
1a35246
power_supply: Add power_supply_put for decrementing device reference counter
by Krzysztof Kozlowski
· 10 years ago
297d716
power_supply: Change ownership from driver to core
by Krzysztof Kozlowski
· 10 years ago
bc15405
power_supply: Add API for safe access of power supply function attrs
by Krzysztof Kozlowski
· 10 years ago
2dc9215
power_supply: Move run-time configuration to separate structure
by Krzysztof Kozlowski
· 10 years ago
e44ea36
power_supply: Add driver private data
by Krzysztof Kozlowski
· 10 years ago
5d8a421
power_supply core: support use of devres to register/unregister a power supply.
by NeilBrown
· 10 years ago
a69d82b
power_supply: Add no_thermal property to prevent recursive get_temp calls
by Krzysztof Kozlowski
· 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
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
c128d39
power_supply: Fix sparse non static symbol warning
by Wei Yongjun
· 11 years ago
9113e26
power_supply: allow power supply devices registered w/o wakeup source
by Zhang Rui
· 11 years ago
abce977
power_supply: Add power_supply_get_by_phandle
by Sebastian Reichel
· 11 years ago
d36240d
power_supply: Add power_supply notifier
by Pali Rohár
· 11 years ago
80c6463
power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activate
by Shuah Khan
· 11 years ago
948dcf9
power_supply: Prevent suspend until power supply events are processed
by Zoran Markovic
· 12 years ago
2054d6e
power_supply: Add of_node_put to fix refcount
by Rhyland Klein
· 12 years ago
f6e0b08
power_supply: Populate supplied_from hierarchy from the device tree
by Rhyland Klein
· 12 years ago
5e0848c
power_supply: Add core support for supplied_from
by Rhyland Klein
· 12 years ago
9f3b795
driver-core: constify data for class_find_device()
by Michał Mirosław
· 12 years ago
7313264
Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 12 years ago
952aeeb3
power_supply: Register power supply for thermal cooling device
by Ramakrishna Pallala
· 12 years ago
50125a9
Thermal: Pass zone parameters as argument to tzd_register
by Durgadoss R
· 12 years ago
1b7ddb8
Thermal: Remove tc1/tc2 in generic thermal layer.
by Zhang Rui
· 13 years ago
e6db06a5
Merge with upstream to accommodate with thermal changes
by Anton Vorontsov
· 13 years ago
3be330b
power_supply: Register battery as a thermal zone
by Jenny TC
· 13 years ago
93278d1
power_supply: Drop usage of nowarn variant of sysfs_create_link()
by Anton Vorontsov
· 13 years ago
2530daa
power_supply: Assume mains power by default
by Jean Delvare
· 13 years ago
8351665
power_supply: allow a power supply to explicitly point to powered device
by Jeremy Fitzhardinge
· 13 years ago
9777467
power_supply: Initialize changed_work before calling device_add
by Lars-Peter Clausen
· 14 years ago
bc51e7f
power_supply: Don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
3a2dbd6
power_supply: Fix use after free and memory leak
by Vasiliy Kulikov
· 14 years ago
5f487cd3
power_supply: Use attribute groups
by Anton Vorontsov
· 15 years ago
e5f5ccb
power_supply: get_by_name and set_charged functionality
by Daniel Mack
· 16 years ago
ff3417e
power_supply: EXPORT_SYMBOL cleanups
by Daniel Mack
· 16 years ago
ed8c317
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Anton Vorontsov
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 17 years ago
942ed16
power_supply: Add function to return system-wide power state
by Matthew Garrett
· 16 years ago
93562b5
Driver Core: add ability for class_for_each_device to start in middle of list
by Greg Kroah-Hartman
· 17 years ago
54d29ad
Power Supply: fix race in device_create
by Greg Kroah-Hartman
· 17 years ago
0cddc0a
power: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
443cad9
power supply : use class iteration api
by Dave Young
· 17 years ago
7b3d54a
Power supply class and drivers: remove non obligatory return statements
by Anton Vorontsov
· 18 years ago
4a11b59
[BATTERY] Universal power supply class (was: battery class)
by Anton Vorontsov
· 18 years ago