Select Git revision
AndroidKernelMSM
-
-
- Open in your IDE
- Download source code
Viresh Kumar
authored and
Junjie Wu
committed
The "index" field of struct cpufreq_frequency_table was never an index and isn't used at all by the cpufreq core. It only is useful for cpufreq drivers for their internal purposes. Many people nowadays blindly set it in ascending order with the assumption that the core will use it, which is a mistake. Rename it to "driver_data" as that's what its purpose is. All of its users are updated accordingly. [rjw: Changelog] Signed-off-by:Viresh Kumar <viresh.kumar@linaro.org> Acked-by:
Simon Horman <horms+renesas@verge.net.au> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com> Git-commit: 50701588 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git [junjiew@codeaurora.org: update non-upstream files] Signed-off-by:
Junjie Wu <junjiew@codeaurora.org>