nuttx/drivers/thermal
wangjianyu3 88cc4b1120 Thermal/procfs: Disabled immediately after enabling.
When exec "echo 1 > /proc/thermal/cpu-thermal", procfs get "\n" after "1", treat as disable:
```
 #1  0x000000000040f452 in thermal_procfs_write (filep=0x7ffff3d241e8, buffer=0x7ffff3d344fc "\n", buflen=1) at thermal/thermal_procfs.c:179
```

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-23 08:57:29 +08:00
..
Kconfig Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
Make.defs Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_core.c Thermal: Check trip type in thermal_zone_device_register(). 2024-09-23 08:57:29 +08:00
thermal_core.h Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_cpufreq_cooling.c Thermal: Support cpufreq cooling device 2024-09-23 08:57:29 +08:00
thermal_dummy.c Thermal/dummy: Get cpufreq_driver from cpufreq_policy. 2024-09-23 08:57:29 +08:00
thermal_procfs.c Thermal/procfs: Disabled immediately after enabling. 2024-09-23 08:57:29 +08:00
thermal_step_wise.c Thermal/step_wise: Increase cooling state in case of "stable" trend and "hot" trip. 2024-09-23 08:57:29 +08:00