This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 14cac825be7f75c13ac9042079cde426b160cad6 Author: Justin Hammond <[email protected]> AuthorDate: Sat Aug 15 19:03:24 2026 +0800 drivers/thermal: Rename the cpufreq cooling device to devfreq. This is the rename on its own, with no change to the contents, so that the port that follows is readable as a diff against the file it came from rather than as a deletion and a new file. The reason for the move is in the next commit. Assisted-by: Claude:claude-opus-5 Signed-off-by: Justin Hammond <[email protected]> --- drivers/thermal/{thermal_cpufreq_cooling.c => thermal_devfreq_cooling.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/drivers/thermal/thermal_cpufreq_cooling.c b/drivers/thermal/thermal_devfreq_cooling.c similarity index 100% rename from drivers/thermal/thermal_cpufreq_cooling.c rename to drivers/thermal/thermal_devfreq_cooling.c
