index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
/
power_supply_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: consistently use int for temperatures
Sascha Hauer
2015-08-03
1
-1
/
+1
*
power_supply: Correct kerneldoc copy paste errors
Bjorn Andersson
2015-06-19
1
-3
/
+3
*
power: Add devm_power_supply_get_by_phandle() helper function
Hans de Goede
2015-06-10
1
-0
/
+39
*
power_supply: Fix possible NULL pointer dereference on early uevent
Krzysztof Kozlowski
2015-05-21
1
-5
/
+45
*
power_supply: Fix NULL pointer dereference during bq27x00_battery probe
Krzysztof Kozlowski
2015-05-21
1
-1
/
+10
*
power_supply: Increment power supply use counter when obtaining references
Krzysztof Kozlowski
2015-03-13
1
-2
/
+15
*
power_supply: Add power_supply_put for decrementing device reference counter
Krzysztof Kozlowski
2015-03-13
1
-0
/
+38
*
power_supply: Change ownership from driver to core
Krzysztof Kozlowski
2015-03-13
1
-83
/
+159
*
power_supply: Add API for safe access of power supply function attrs
Krzysztof Kozlowski
2015-03-13
1
-1
/
+46
*
power_supply: Move run-time configuration to separate structure
Krzysztof Kozlowski
2015-03-13
1
-9
/
+21
*
power_supply: Add driver private data
Krzysztof Kozlowski
2015-03-13
1
-0
/
+6
*
power_supply core: support use of devres to register/unregister a power supply.
NeilBrown
2015-02-26
1
-0
/
+45
*
power_supply: Add no_thermal property to prevent recursive get_temp calls
Krzysztof Kozlowski
2014-10-28
1
-0
/
+3
*
power_supply: Don't iterate over devices to return -EPROBE_DEFER
Viresh Kumar
2014-09-16
1
-13
/
+0
*
power-supply: Avoid unnecessary 'goto' statements
Viresh Kumar
2014-09-16
1
-2
/
+1
*
power-supply: Use PTR_ERR_OR_ZERO() routine
Viresh Kumar
2014-09-16
1
-6
/
+2
*
power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'
Viresh Kumar
2014-09-16
1
-5
/
+13
*
power-supply: Drop useless 'if (ret.intval)' statements
Viresh Kumar
2014-09-16
1
-9
/
+5
*
power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()
Viresh Kumar
2014-09-16
1
-7
/
+11
*
power-supply: Propagate error returned by power_supply_find_supply_from_node()
Viresh Kumar
2014-09-16
1
-2
/
+2
*
power-supply: Rearrange code to remove duplicate lines
Viresh Kumar
2014-09-16
1
-2
/
+2
*
power-supply: Use 'break' instead of 'continue' to end loop
Viresh Kumar
2014-09-16
1
-2
/
+2
*
power-supply: Drop unnecessary typecasts
Viresh Kumar
2014-09-16
1
-4
/
+4
*
power-supply: Return early if "power-supplies" property isn't valid
Viresh Kumar
2014-09-16
1
-0
/
+4
*
power-supply: Don't over-allocate memory for "supplied-from" array
Viresh Kumar
2014-09-16
1
-1
/
+1
*
power_supply: Fix sparse non static symbol warning
Wei Yongjun
2014-07-20
1
-1
/
+2
*
power_supply: allow power supply devices registered w/o wakeup source
Zhang Rui
2014-05-30
1
-2
/
+13
*
power_supply: Add power_supply_get_by_phandle
Sebastian Reichel
2013-12-23
1
-0
/
+26
*
power_supply: Add power_supply notifier
Pali Rohár
2013-12-01
1
-0
/
+18
*
power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activate
Shuah Khan
2013-12-01
1
-6
/
+6
*
power_supply: Prevent suspend until power supply events are processed
Zoran Markovic
2013-08-27
1
-6
/
+32
*
power_supply: Add of_node_put to fix refcount
Rhyland Klein
2013-06-28
1
-0
/
+4
*
power_supply: Populate supplied_from hierarchy from the device tree
Rhyland Klein
2013-04-16
1
-0
/
+140
*
power_supply: Add core support for supplied_from
Rhyland Klein
2013-04-16
1
-13
/
+34
*
driver-core: constify data for class_find_device()
Michał Mirosław
2013-02-06
1
-2
/
+2
*
Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6
Linus Torvalds
2012-12-13
1
-0
/
+96
|
\
|
*
power_supply: Register power supply for thermal cooling device
Ramakrishna Pallala
2012-11-17
1
-0
/
+96
*
|
Thermal: Pass zone parameters as argument to tzd_register
Durgadoss R
2012-11-05
1
-1
/
+1
|
/
*
Thermal: Remove tc1/tc2 in generic thermal layer.
Zhang Rui
2012-09-24
1
-1
/
+1
*
Merge with upstream to accommodate with thermal changes
Anton Vorontsov
2012-07-31
1
-1
/
+1
|
\
*
|
power_supply: Register battery as a thermal zone
Jenny TC
2012-06-17
1
-0
/
+65
|
/
*
power_supply: Drop usage of nowarn variant of sysfs_create_link()
Anton Vorontsov
2012-01-07
1
-1
/
+1
*
power_supply: Assume mains power by default
Jean Delvare
2012-01-06
1
-1
/
+11
*
power_supply: allow a power supply to explicitly point to powered device
Jeremy Fitzhardinge
2011-12-09
1
-0
/
+7
*
power_supply: Initialize changed_work before calling device_add
Lars-Peter Clausen
2011-02-22
1
-2
/
+2
*
power_supply: Don't use flush_scheduled_work()
Tejun Heo
2010-12-22
1
-1
/
+1
*
power_supply: Fix use after free and memory leak
Vasiliy Kulikov
2010-12-22
1
-2
/
+2
*
power_supply: Use attribute groups
Anton Vorontsov
2010-05-19
1
-14
/
+34
*
power_supply: get_by_name and set_charged functionality
Daniel Mack
2009-07-30
1
-0
/
+28
*
power_supply: EXPORT_SYMBOL cleanups
Daniel Mack
2009-07-30
1
-9
/
+7
[next]