index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
power_supply_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-28
power_supply: Add no_thermal property to prevent recursive get_temp calls
Krzysztof Kozlowski
1
-0
/
+3
2014-09-16
power_supply: Don't iterate over devices to return -EPROBE_DEFER
Viresh Kumar
1
-13
/
+0
2014-09-16
power-supply: Avoid unnecessary 'goto' statements
Viresh Kumar
1
-2
/
+1
2014-09-16
power-supply: Use PTR_ERR_OR_ZERO() routine
Viresh Kumar
1
-6
/
+2
2014-09-16
power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'
Viresh Kumar
1
-5
/
+13
2014-09-16
power-supply: Drop useless 'if (ret.intval)' statements
Viresh Kumar
1
-9
/
+5
2014-09-16
power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()
Viresh Kumar
1
-7
/
+11
2014-09-16
power-supply: Propagate error returned by power_supply_find_supply_from_node()
Viresh Kumar
1
-2
/
+2
2014-09-16
power-supply: Rearrange code to remove duplicate lines
Viresh Kumar
1
-2
/
+2
2014-09-16
power-supply: Use 'break' instead of 'continue' to end loop
Viresh Kumar
1
-2
/
+2
2014-09-16
power-supply: Drop unnecessary typecasts
Viresh Kumar
1
-4
/
+4
2014-09-16
power-supply: Return early if "power-supplies" property isn't valid
Viresh Kumar
1
-0
/
+4
2014-09-16
power-supply: Don't over-allocate memory for "supplied-from" array
Viresh Kumar
1
-1
/
+1
2014-07-20
power_supply: Fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+2
2014-05-30
power_supply: allow power supply devices registered w/o wakeup source
Zhang Rui
1
-2
/
+13
2013-12-24
power_supply: Add power_supply_get_by_phandle
Sebastian Reichel
1
-0
/
+26
2013-12-02
power_supply: Add power_supply notifier
Pali Rohár
1
-0
/
+18
2013-12-02
power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activate
Shuah Khan
1
-6
/
+6
2013-08-28
power_supply: Prevent suspend until power supply events are processed
Zoran Markovic
1
-6
/
+32
2013-06-29
power_supply: Add of_node_put to fix refcount
Rhyland Klein
1
-0
/
+4
2013-04-17
power_supply: Populate supplied_from hierarchy from the device tree
Rhyland Klein
1
-0
/
+140
2013-04-17
power_supply: Add core support for supplied_from
Rhyland Klein
1
-13
/
+34
2013-02-07
driver-core: constify data for class_find_device()
Michał Mirosław
1
-2
/
+2
2012-12-14
Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6
Linus Torvalds
1
-0
/
+96
2012-11-18
power_supply: Register power supply for thermal cooling device
Ramakrishna Pallala
1
-0
/
+96
2012-11-05
Thermal: Pass zone parameters as argument to tzd_register
Durgadoss R
1
-1
/
+1
2012-09-24
Thermal: Remove tc1/tc2 in generic thermal layer.
Zhang Rui
1
-1
/
+1
2012-07-31
Merge with upstream to accommodate with thermal changes
Anton Vorontsov
1
-1
/
+1
2012-06-18
power_supply: Register battery as a thermal zone
Jenny TC
1
-0
/
+65
2012-01-07
power_supply: Drop usage of nowarn variant of sysfs_create_link()
Anton Vorontsov
1
-1
/
+1
2012-01-06
power_supply: Assume mains power by default
Jean Delvare
1
-1
/
+11
2011-12-09
power_supply: allow a power supply to explicitly point to powered device
Jeremy Fitzhardinge
1
-0
/
+7
2011-02-22
power_supply: Initialize changed_work before calling device_add
Lars-Peter Clausen
1
-2
/
+2
2010-12-22
power_supply: Don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-12-22
power_supply: Fix use after free and memory leak
Vasiliy Kulikov
1
-2
/
+2
2010-05-19
power_supply: Use attribute groups
Anton Vorontsov
1
-14
/
+34
2009-07-30
power_supply: get_by_name and set_charged functionality
Daniel Mack
1
-0
/
+28
2009-07-30
power_supply: EXPORT_SYMBOL cleanups
Daniel Mack
1
-9
/
+7
2008-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Anton Vorontsov
1
-2
/
+2
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-2
/
+2
2008-09-01
power_supply: Add function to return system-wide power state
Matthew Garrett
1
-0
/
+25
2008-07-22
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
1
-2
/
+2
2008-05-21
Power Supply: fix race in device_create
Greg Kroah-Hartman
1
-4
/
+2
2008-04-29
power: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-3
/
+3
2008-01-25
power supply : use class iteration api
Dave Young
1
-35
/
+39
2007-07-15
Power supply class and drivers: remove non obligatory return statements
Anton Vorontsov
1
-6
/
+0
2007-07-10
[BATTERY] Universal power supply class (was: battery class)
Anton Vorontsov
1
-0
/
+168