Merge branch 'pm-cpufreq'
* pm-cpufreq: cpufreq: Make cpufreq_generic_init() return void cpufreq: imx-cpufreq-dt: Add i.MX8MN support cpufreq: Add QoS requests for userspace constraints cpufreq: intel_pstate: Reuse refresh_frequency_limits() cpufreq: Register notifiers with the PM QoS framework PM / QoS: Add support for MIN/MAX frequency constraints PM / QOS: Pass request type to dev_pm_qos_read_value() PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value() PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()
This commit is contained in:
@@ -90,7 +90,8 @@ static int davinci_cpu_init(struct cpufreq_policy *policy)
|
||||
* Setting the latency to 2000 us to accommodate addition of drivers
|
||||
* to pre/post change notification list.
|
||||
*/
|
||||
return cpufreq_generic_init(policy, freq_table, 2000 * 1000);
|
||||
cpufreq_generic_init(policy, freq_table, 2000 * 1000);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct cpufreq_driver davinci_driver = {
|
||||
|
Reference in New Issue
Block a user