index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
thermal_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
Thermal: do not clear passive state during system sleep
Wei Wang
1
-4
/
+8
2018-11-30
thermal: remove unused function parameter
Lukasz Luba
1
-4
/
+2
2018-10-10
thermal: core: using power_efficient_wq for thermal worker
Jeson Gao
1
-2
/
+4
2018-10-10
thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
Dmitry Osipenko
1
-1
/
+2
2018-05-30
drivers: thermal: Update license to SPDX format
Lina Iyer
1
-4
/
+1
2018-05-22
thermal: Shorten name of sysfs callbacks
Viresh Kumar
1
-3
/
+3
2018-04-02
thermal: Add cooling device's statistics in sysfs
Viresh Kumar
1
-1
/
+2
2017-08-11
thermal: core: Fix resources release in error paths in thermal_zone_device_re...
Christophe Jaillet
1
-10
/
+13
2017-08-11
thermal: core: Use the new 'thermal_zone_destroy_device_groups()' helper func...
Christophe Jaillet
1
-5
/
+1
2017-08-08
thermal: core: fix some format issues on critical shutdown string
Icenowy Zheng
1
-1
/
+1
2017-05-24
thermal: core: make thermal_emergency_poweroff static
Colin Ian King
1
-1
/
+1
2017-05-05
thermal: core: Add a back up thermal shutdown mechanism
Keerthy
1
-0
/
+53
2017-05-05
thermal: core: Allow orderly_poweroff to be called only once
Keerthy
1
-1
/
+10
2017-02-22
Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...
Zhang Rui
1
-49
/
+26
2017-01-06
thermal: core: move tz->device.groups cleanup to thermal_release
Jacob von Chorus
1
-5
/
+5
2017-01-04
thermal core: convert ID allocation to IDA
Matthew Wilcox
1
-49
/
+26
2016-12-13
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-1138
/
+306
2016-11-23
thermal: core: move slop and offset helpers to thermal_helpers.c
Eduardo Valentin
1
-30
/
+0
2016-11-23
thermal: core: use kzalloc(sizeof(*ptr),...)
Eduardo Valentin
1
-4
/
+3
2016-11-23
thermal: core: improve kerneldoc entry of thermal_cooling_device_unregister
Eduardo Valentin
1
-3
/
+3
2016-11-23
thermal: core: remove style warnings and checks
Eduardo Valentin
1
-11
/
+11
2016-11-23
thermal: core: remove void function return statements
Eduardo Valentin
1
-2
/
+0
2016-11-23
thermal: core: standardize line breaking alignment
Eduardo Valentin
1
-13
/
+19
2016-11-23
thermal: core: small style fix when checking for __find_governor()
Eduardo Valentin
1
-2
/
+2
2016-11-23
thermal: core: remove FSF address in the GPL notice
Eduardo Valentin
1
-13
/
+0
2016-11-23
thermal: core: add a comment describing the device management section
Eduardo Valentin
1
-2
/
+9
2016-11-23
thermal: core: add a comment describing the power actor section
Eduardo Valentin
1
-0
/
+7
2016-11-23
thermal: core: add a comment describing the main update loop
Eduardo Valentin
1
-0
/
+11
2016-11-23
thermal: core: move notify to the zone update section
Eduardo Valentin
1
-18
/
+18
2016-11-23
thermal: core: add inline to print_bind_err_msg()
Eduardo Valentin
1
-2
/
+3
2016-11-23
thermal: core: move __bind() to where it is used
Eduardo Valentin
1
-33
/
+33
2016-11-23
thermal: core: fix couple of style issues on __bind() helper
Eduardo Valentin
1
-5
/
+5
2016-11-23
thermal: core: move bind_tz() to where it is used
Eduardo Valentin
1
-40
/
+40
2016-11-23
thermal: core: move bind_cdev() to where it is used
Eduardo Valentin
1
-38
/
+38
2016-11-23
thermal: core: move __unbind() helper to where it is used
Eduardo Valentin
1
-10
/
+10
2016-11-23
thermal: core: small style fix on __unbind() helper
Eduardo Valentin
1
-1
/
+1
2016-11-23
thermal: core: move idr handling to device management section
Eduardo Valentin
1
-24
/
+24
2016-11-23
thermal: core: group functions related to governor handling
Eduardo Valentin
1
-73
/
+80
2016-11-23
thermal: core: introduce thermal_helpers.c
Eduardo Valentin
1
-170
/
+0
2016-11-23
thermal: core: remove a couple of style issues on helpers
Eduardo Valentin
1
-4
/
+5
2016-11-23
thermal: core: move cooling device sysfs to thermal_sysfs.c
Eduardo Valentin
1
-127
/
+1
2016-11-23
thermal: core: move to_cooling_device macro to header file
Eduardo Valentin
1
-3
/
+0
2016-11-23
thermal: core: move thermal_zone sysfs to thermal_sysfs.c
Eduardo Valentin
1
-609
/
+0
2016-11-23
thermal: core: match parenthesis on code alignment
Eduardo Valentin
1
-7
/
+7
2016-11-23
thermal: core: treat correctly the return value of *scanf calls
Eduardo Valentin
1
-7
/
+7
2016-11-23
thermal: core: move to_thermal_zone() macro to header file
Eduardo Valentin
1
-3
/
+0
2016-11-23
thermal: core: split available_policies_show()
Eduardo Valentin
1
-15
/
+20
2016-11-23
thermal: core: split policy_store
Eduardo Valentin
1
-13
/
+24
2016-11-23
thermal: core: split passive_store
Eduardo Valentin
1
-21
/
+41
2016-11-23
thermal: core: remove unnecessary device_remove() calls
Eduardo Valentin
1
-5
/
+0
[next]