aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/at32ap-cpufreq.c
Commit message (Collapse)AuthorAge
* cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar2013-08-09
| | | | | | | | | | 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>
* cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-10
This patch moves cpufreq driver of AVR32 based at32ap platform to drivers/cpufreq. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>