20 Mar, 2018
1 commit
-
The cpufreq core is already validating the CPU frequency table after
calling the ->init() callback of the cpufreq drivers and the drivers
don't need to do the same anymore. Though they need to set the
policy->freq_table field directly from the ->init() callback now.Stop validating the frequency table from sfi driver.
Signed-off-by: Viresh Kumar
Signed-off-by: Rafael J. Wysocki
24 Jun, 2017
1 commit
-
pointer freq_table can be made static as it does not need to be in
global scope.Cleans up sparse warning:
"symbol 'freq_table' was not declared. Should it be static?"Signed-off-by: Colin Ian King
Acked-by: Viresh Kumar
Signed-off-by: Rafael J. Wysocki
01 Sep, 2015
1 commit
-
The patch was generated using fixed coccinelle semantic patch
scripts/coccinelle/api/memdup.cocci [1].[1]: http://permalink.gmane.org/gmane.linux.kernel/2014320
Signed-off-by: Andrzej Hajda
Acked-by: Viresh Kumar
Signed-off-by: Rafael J. Wysocki
21 Dec, 2014
1 commit
-
This adds the SFI based cpu freq driver for some of the Intel's
Silvermont based Atom architectures like Z34xx and Z35xx.Signed-off-by: Rudramuni, Vishwesh M
Signed-off-by: Srinidhi Kasagar
Acked-by: Viresh Kumar
Signed-off-by: Len Brown