From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] cpufreq: Enable big.LITTLE cpufreq driver on arm64
Date: Fri, 9 May 2014 17:40:31 +0100 [thread overview]
Message-ID: <1399653631-4938-3-git-send-email-broonie@kernel.org> (raw)
In-Reply-To: <1399653631-4938-1-git-send-email-broonie@kernel.org>
From: Mark Brown <broonie@linaro.org>
There are arm64 big.LITTLE systems so enable the big.LITTLE cpufreq driver.
While IKS is not available for these systems the driver is still useful
since it manages clusters with shared frequencies which is the common case
for these systems.
Long term combining the cpufreq-cpu0 and big.LITTLE drivers may be a
more sensible option but that is substantially more complex especially
in the case of IKS.
Signed-off-by: Mark Brown <broonie@linaro.org>
---
drivers/cpufreq/Kconfig.arm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 6e05a1e18e52..6a7dd3e958d5 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -5,7 +5,8 @@
# big LITTLE core layer and glue drivers
config ARM_BIG_LITTLE_CPUFREQ
tristate "Generic ARM big LITTLE CPUfreq driver"
- depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK
+ depends on (BIG_LITTLE && ARM_CPU_TOPOLOGY) || (ARM64 && SMP)
+ depends on HAVE_CLK
select PM_OPP
help
This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
--
2.0.0.rc2
next prev parent reply other threads:[~2014-05-09 16:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 16:40 [PATCH 1/3] arm64: Enable OPP Mark Brown
2014-05-09 16:40 ` [PATCH 2/3] arm64: Add big.LITTLE switcher stub Mark Brown
2014-05-09 17:05 ` Sudeep Holla
2014-05-09 17:50 ` Mark Brown
2014-05-09 18:57 ` Sudeep Holla
2014-05-09 19:29 ` Mark Brown
2014-05-12 8:34 ` Sudeep Holla
2014-05-12 12:17 ` Mark Brown
2014-05-12 14:09 ` Mark Hambleton
2014-05-09 17:47 ` Catalin Marinas
2014-05-09 18:01 ` Mark Brown
2014-05-11 3:29 ` Nicolas Pitre
2014-05-09 16:40 ` Mark Brown [this message]
2014-05-12 4:16 ` [PATCH 3/3] cpufreq: Enable big.LITTLE cpufreq driver on arm64 Viresh Kumar
2014-05-19 23:19 ` Rafael J. Wysocki
2014-05-19 23:07 ` Mark Brown
2014-05-19 23:36 ` Rafael J. Wysocki
2014-06-05 10:04 ` Catalin Marinas
2014-06-05 12:10 ` Rafael J. Wysocki
2014-05-09 17:02 ` [PATCH 1/3] arm64: Enable OPP menon.nishanth at gmail.com
2014-05-09 17:11 ` Mark Brown
2014-05-09 17:17 ` menon.nishanth at gmail.com
2014-05-09 18:18 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1399653631-4938-3-git-send-email-broonie@kernel.org \
--to=broonie@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).