[PATCH 13/34] cpufreq: exynos5440: set CPUFREQ_NO_NOTIFICATION flag
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2013-08-19 04:40:09
Also in:
linux-pm, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2013-08-19 04:40:09
Also in:
linux-pm, lkml
On 19 August 2013 09:12, amit daniel kachhap [off-list ref] wrote:
quoted
quoted
+ .flags = CPUFREQ_STICKY | CPUFREQ_NO_NOTIFICATION,How about naming the flag as CPUFREQ_ASYNC_NOTIFICATION? For platforms not defining this flag, the notifiers can be called synchronously from the core driver.
Nice.. +1 My repo will be updated with this change..