Re: [PATCH] cpufreq: Improve code around unlisted freq check

2020-10-16 Thread Rafael J. Wysocki
On Tue, Oct 13, 2020 at 7:12 AM Viresh Kumar wrote: > > The cpufreq core checks if the frequency programmed by the bootloaders > is not listed in the freq table and programs one from the table in such > a case. This is done only if the driver has set the > CPUFREQ_NEED_INITIAL_FREQ_CHECK flag. > >

Re: [PATCH] cpufreq: Improve code around unlisted freq check

2020-10-16 Thread Sumit Gupta
On 13/10/20 10:42 AM, Viresh Kumar wrote: External email: Use caution opening links or attachments The cpufreq core checks if the frequency programmed by the bootloaders is not listed in the freq table and programs one from the table in such a case. This is done only if the driver has set th

[PATCH] cpufreq: Improve code around unlisted freq check

2020-10-12 Thread Viresh Kumar
The cpufreq core checks if the frequency programmed by the bootloaders is not listed in the freq table and programs one from the table in such a case. This is done only if the driver has set the CPUFREQ_NEED_INITIAL_FREQ_CHECK flag. Currently we print two separate messages, with almost the same co