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_sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-06
thermal/core: Add a generic thermal_zone_set_trip() function
Daniel Lezcano
1
-41
/
+15
2023-01-06
thermal/sysfs: Always expose hysteresis attributes
Daniel Lezcano
1
-16
/
+9
2023-01-06
thermal/core: Add a generic thermal_zone_get_trip() function
Daniel Lezcano
1
-39
/
+25
2022-11-14
thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...
Guenter Roeck
1
-14
/
+65
2022-10-25
thermal: sysfs: Reuse cdev->max_state
Viresh Kumar
1
-16
/
+10
2022-10-25
thermal: Validate new state in cur_state_store()
Viresh Kumar
1
-6
/
+5
2022-10-04
thermal/core: Add a check before calling set_trip_temp()
Lad Prabhakar
1
-3
/
+5
2022-08-17
thermal/core: Move the mutex inside the thermal_zone_device_update() function
Daniel Lezcano
1
-1
/
+5
2022-08-17
thermal/core: Move set_trip_temp ops to the sysfs code
Daniel Lezcano
1
-1
/
+4
2022-08-03
thermal: sysfs: Fix cooling_device_stats_setup() error code path
Rafael J. Wysocki
1
-3
/
+7
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
1
-11
/
+11
2022-04-22
Revert "thermal/core: Deprecate changing cooling device state from userspace"
Daniel Lezcano
1
-3
/
+0
2021-10-21
thermal/core: Deprecate changing cooling device state from userspace
Daniel Lezcano
1
-0
/
+3
2021-03-17
thermal/core: Add NULL pointer check before using cooling device stats
Manaf Meethalavalappu Pallikunhi
1
-0
/
+3
2021-01-20
thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macro
Daniel Lezcano
1
-4
/
+1
2021-01-20
thermal/core: Remove the 'forced_passive' option
Daniel Lezcano
1
-80
/
+0
2020-11-30
thermal: core: Constify static attribute_group structs
Rikard Falkeborn
1
-3
/
+3
2020-10-12
thermal: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-07-07
thermal: core: Add notifications call in the framework
Daniel Lezcano
1
-1
/
+14
2020-06-29
thermal: Use mode helpers in drivers
Andrzej Pietrasiewicz
1
-7
/
+4
2020-06-29
thermal: remove get_mode() operation of drivers
Andrzej Pietrasiewicz
1
-28
/
+2
2018-11-30
thermal: Fix locking in cooling device sysfs update cur_state
Thara Gopinath
1
-4
/
+7
2018-05-30
drivers: thermal: Update license to SPDX format
Lina Iyer
1
-4
/
+1
2018-05-22
thermal: Use DEVICE_ATTR_{RO|RW|WO}() variants
Viresh Kumar
1
-7
/
+7
2018-05-22
thermal: Shorten name of sysfs callbacks
Viresh Kumar
1
-47
/
+27
2018-04-02
thermal: Add cooling device's statistics in sysfs
Viresh Kumar
1
-0
/
+225
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-3
/
+3
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
1
-5
/
+4
2017-08-11
thermal: core: Add some new helper functions to free resources
Christophe Jaillet
1
-0
/
+29
2016-11-23
thermal: sysfs: use kcalloc() instead of kzalloc()
Eduardo Valentin
1
-5
/
+8
2016-11-23
thermal: sysfs: remove symbols of emul_temp when config is disabled
Eduardo Valentin
1
-1
/
+3
2016-11-23
thermal: core: move cooling device sysfs to thermal_sysfs.c
Eduardo Valentin
1
-0
/
+133
2016-11-23
thermal: core: move thermal_zone sysfs to thermal_sysfs.c
Eduardo Valentin
1
-0
/
+633