[PATCH 0/4] cpufreq: db8500: Use platform data to provide cpufreq table

Ulf Hansson ulf.hansson at stericsson.com
Fri Sep 28 10:16:50 EDT 2012


From: Ulf Hansson <ulf.hansson at linaro.org>

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




More information about the linux-arm-kernel mailing list