walnux/drivers/thermal
wangjianyu3 975eddaac5 Thermal/procfs: Do not print invalid target cooling state directly
Diff
  - z:cpu-thermal t:48 t:1 h:16 l:0 c:fan0 s:0|4294967295
  + z:cpu-thermal t:48 t:1 h:16 l:0 c:fan0 s:0|(invalid)

The invalid value 4294967295(THERMAL_NO_TARGET, defined as UINT_MAX(0xffffffff)) may bother users.

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-12-26 09:23:10 +08:00
..
CMakeLists.txt drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig Thermal: The thermal core depends on LPWORK 2024-12-26 09:23:10 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
thermal_core.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
thermal_core.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
thermal_cpufreq_cooling.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
thermal_dummy.c Thermal/dummy: Add temperature jump to test hysteresis 2024-12-26 09:23:10 +08:00
thermal_procfs.c Thermal/procfs: Do not print invalid target cooling state directly 2024-12-26 09:23:10 +08:00
thermal_step_wise.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00