From: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Since the cpufreq table is dependant on the prmcu fw, it make sense to keep the table there. Moreover since the cpufreq is already a mfd child device added by the prcmu this make even more logic. The next step after these patches will be to implement an "arm_clk" to be used from cpufreq to update the opp instead of using the prcmu opp API directly. This will then remove the last hard dependency to the prcmu API from cpufreq. Ulf Hansson (4): ARM: ux500: Remove cpufreq platform device mfd: db8500: Provide cpufreq table as platform data cpufreq: db8500: Register as a platform driver cpufreq: db8500: Fetch cpufreq table from platform data arch/arm/mach-ux500/cpu-db8500.c | 6 --- drivers/cpufreq/db8500-cpufreq.c | 87 +++++++++++++++++++------------------- drivers/mfd/db8500-prcmu.c | 22 ++++++++++ 3 files changed, 66 insertions(+), 49 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html