linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] CPUFreq: Initialize CPU's OPP tables from core
@ 2014-05-19  6:17 Viresh Kumar
  2014-05-19  6:17 ` [PATCH 1/5] driver/core: cpu: initialize opp table Viresh Kumar
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Viresh Kumar @ 2014-05-19  6:17 UTC (permalink / raw)
  To: rjw
  Cc: linaro-kernel, linux-pm, linux-kernel, arvind.chauhan, inderpal.s,
	pavel, nm, chander.kashyap, Viresh Kumar, Greg Kroah-Hartman,
	Amit Daniel Kachhap, Kukjin Kim, Shawn Guo, Sudeep Holla

All drivers expecting CPU's OPPs from device tree initialize OPP table using
of_init_opp_table() and there is nothing driver specific in that. They all do it
in the same way adding to code redundancy.

It would be better if we can get rid of code redundancy by initializing CPU OPPs
from core code for all CPUs that have a "operating-points" property defined in
their node.

First patch initializes OPPs as soon as CPU device is registered in
register_cpu(). Following patches get rid of these calls from individual drivers
which are currently initializing OPPs.

The idea was initially discussed here: https://lkml.org/lkml/2014/5/17/123

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Amit Daniel Kachhap <amit.daniel@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>

Viresh Kumar (5):
  driver/core: cpu: initialize opp table
  cpufreq: arm_big_little: don't initialize opp table
  cpufreq: imx6q: don't initialize opp table
  cpufreq: cpufreq-cpu0: don't initialize opp table
  cpufreq: exynos5440: don't initialize opp table

 arch/arm/mach-imx/mach-imx6q.c       | 36 ++++++++----------------------------
 drivers/base/cpu.c                   | 14 ++++++++++++--
 drivers/cpufreq/arm_big_little.c     | 12 +++++++-----
 drivers/cpufreq/arm_big_little_dt.c  | 18 ------------------
 drivers/cpufreq/cpufreq-cpu0.c       |  6 ------
 drivers/cpufreq/exynos5440-cpufreq.c |  6 ------
 drivers/cpufreq/imx6q-cpufreq.c      | 20 +-------------------
 7 files changed, 28 insertions(+), 84 deletions(-)

-- 
2.0.0.rc2


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

end of thread, other threads:[~2014-05-22  4:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19  6:17 [PATCH 0/5] CPUFreq: Initialize CPU's OPP tables from core Viresh Kumar
2014-05-19  6:17 ` [PATCH 1/5] driver/core: cpu: initialize opp table Viresh Kumar
2014-05-19  6:29   ` [PATCH Resend] " Viresh Kumar
2014-05-19 21:13     ` Rafael J. Wysocki
2014-05-19 21:16       ` Rafael J. Wysocki
2014-05-20  2:38         ` Viresh Kumar
2014-05-20  2:38       ` Viresh Kumar
2014-05-21 23:57         ` Rafael J. Wysocki
2014-05-22  4:12           ` Viresh Kumar
2014-05-21  9:35     ` Sudeep Holla
2014-05-21  9:41       ` Viresh Kumar
2014-05-21  9:48         ` Sudeep Holla
2014-05-21  9:54           ` Viresh Kumar
2014-05-19  6:17 ` [PATCH 2/5] cpufreq: arm_big_little: don't " Viresh Kumar
2014-05-19  6:17 ` [PATCH 3/5] cpufreq: imx6q: " Viresh Kumar
2014-05-19  6:17 ` [PATCH 4/5] cpufreq: cpufreq-cpu0: " Viresh Kumar
2014-05-19  6:17 ` [PATCH 5/5] cpufreq: exynos5440: " Viresh Kumar
2014-05-21  8:59 ` [PATCH 0/5] CPUFreq: Initialize CPU's OPP tables from core Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).