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

    Viresh Kumar
     

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

    Colin Ian King
     

01 Sep, 2015

1 commit


21 Dec, 2014

1 commit