Re: [PATCH v2 03/11] cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist

2024-08-15 Thread Viresh Kumar
On 08-08-24, 21:40, Danila Tikhonov wrote: > The Qualcomm SM7325 platform uses the qcom-cpufreq-hw driver, so add > it to the cpufreq-dt-platdev driver's blocklist. > > Signed-off-by: Danila Tikhonov > Reviewed-by: Dmitry Baryshkov > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file ch

Re: [PATCH] cpufreq: refactor deprecated strncpy

2023-09-27 Thread Viresh Kumar
ult_governor)) > - strncpy(default_governor, gov->name, CPUFREQ_NAME_LEN); > + strscpy(default_governor, gov->name, CPUFREQ_NAME_LEN); > > return 0; > } Acked-by: Viresh Kumar -- viresh