All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cpufreq: db8500: Use platform data to provide cpufreq table
@ 2012-09-28 14:16 ` Ulf Hansson
  0 siblings, 0 replies; 18+ messages in thread
From: Ulf Hansson @ 2012-09-28 14:16 UTC (permalink / raw)
  To: Rafael J. Wysocki, cpufreq, linux-pm
  Cc: Lee Jones, Linus Walleij, linux-arm-kernel, Rickard Andersson,
	Jonas Aberg, Vincent Guittot, Philippe Begnic, Ulf Hansson

From: Ulf Hansson <ulf.hansson@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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-10-08  7:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 14:16 [PATCH 0/4] cpufreq: db8500: Use platform data to provide cpufreq table Ulf Hansson
2012-09-28 14:16 ` Ulf Hansson
2012-09-28 14:16 ` [PATCH 1/4] ARM: ux500: Remove cpufreq platform device Ulf Hansson
2012-09-28 14:16   ` Ulf Hansson
2012-09-28 14:16 ` [PATCH 2/4] mfd: db8500: Provide cpufreq table as platform data Ulf Hansson
2012-09-28 14:16   ` Ulf Hansson
2012-09-28 14:16 ` [PATCH 3/4] cpufreq: db8500: Register as a platform driver Ulf Hansson
2012-09-28 14:16   ` Ulf Hansson
2012-09-28 14:16 ` [PATCH 4/4] cpufreq: db8500: Fetch cpufreq table from platform data Ulf Hansson
2012-09-28 14:16   ` Ulf Hansson
2012-10-02 11:21 ` [PATCH 0/4] cpufreq: db8500: Use platform data to provide cpufreq table Jonas Aaberg
2012-10-02 11:21   ` Jonas Aaberg
2012-10-02 11:45 ` Linus Walleij
2012-10-02 11:45   ` Linus Walleij
2012-10-03 10:12   ` Ulf Hansson
2012-10-03 10:12     ` Ulf Hansson
2012-10-08  7:55     ` Rafael J. Wysocki
2012-10-08  7:55       ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.