Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | cpufreq: Drop the owner field from struct cpufreq_driver | Viresh Kumar | |
We don't need to set .owner = THIS_MODULE any more in cpufreq drivers as this field isn't used any more by the cpufreq core. This patch removes it and updates all dependent drivers accordingly. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | |||
2013-06-07 | cpufreq: powerpc: move cpufreq driver to drivers/cpufreq | Viresh Kumar | |
Move cpufreq driver of powerpc platform to drivers/cpufreq. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |