| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers/thermal: cpufreq adapt to devfreq Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers/thermal: Fix work not queued after getting temperature fails The work will be stopped after get_temp() fails. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers/thermal: cpufreq adapt to devfreq Signed-off-by: guanyi3 <guanyi3@xiaomi.com> | 2 个月前 | |
thermal_dummy: Change THERMAL_CRITICAL to THERMAL_HOT to avoid aggressive strategy The THERMAL_CRITICAL trip point can trigger aggressive thermal actions like system shutdown. Change the 90 trip point from THERMAL_CRITICAL to THERMAL_HOT to allow more graceful thermal management and avoid unexpected system behavior. Signed-off-by: ligd <liguiding1@xiaomi.com> | 2 个月前 | |
fs/procfs: delete all child nodes dup implementation Use the dup implementation on top of procfs like pseudo file, use open instead of dup implementation Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
drivers/thermal: Update state when temp is stable Fix cooling state not decreasing error when the temperature is kept at low trip(stable, not dropping). Test on "sim:thermal", log is from /proc/thermal/cpu-thermal and see thermal/thermal_dummy.c for trip point details. e.g. The temperature decreasing from 71 to 65 and then kept. z:cpu-thermal t:71 t:1 h:16 l:0 c:fan0 s:16|16 a. Without this patch, the cooling state of "fan0" will be kept at 15, even if the temperature is at a lower trip: z:cpu-thermal t:65 t:1 h:16 l:0 c:fan0 s:15|15 ... ... z:cpu-thermal t:65 t:1 h:16 l:0 c:fan0 s:15|15 b. With this patch, the cooling state of "fan0" was continually decreasing to zero according to current trip point: z:cpu-thermal t:65 t:1 h:16 l:0 c:fan0 s:15|15 ... ... z:cpu-thermal t:65 t:1 h:16 l:0 c:fan0 s:0|0 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |