public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: Enable big.LITTLE CPUidle support
@ 2015-08-28  8:16 Javier Martinez Canillas
  2015-08-28  8:51 ` Sjoerd Simons
  2015-08-29  9:01 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 11+ messages in thread
From: Javier Martinez Canillas @ 2015-08-28  8:16 UTC (permalink / raw)
  To: linux-kernel
  Cc: Javier Martinez Canillas, Kukjin Kim, Thierry Reding, Anand Moon,
	Russell King, linux-samsung-soc, Krzysztof Kozlowski,
	Sjoerd Simons, Lukasz Majewski, linux-arm-kernel

Some Exynos big.LITTLE boards (i.e: Exynos5420 and Exynos5800 based
Chromebooks) have proper firmware that allow the big.LITTLE CPUidle
driver to work correctly, so enable support for this.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---
Kukjin and Krzysztof,

As you know there are other boards like the Exynos5422 based Odroid XU{3,4}
whose firmware is broken due leaving CCI in secure mode which means that the
kernel MCPM support can't properly manage CCI.

So if you pick this patch, it should be tested in kernelci before appearing
in linux-next to prevent any boot issues.

But if that happens, I believe that is better to do a fix / workaround in
those broken platforms since nothing prevents users to enable this option
anyways. For example the CCI device node could be disabled in the DTS.

 arch/arm/configs/exynos_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 729e2fae3e58..228ee945b8ed 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -30,6 +30,7 @@ CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 CONFIG_CPUFREQ_DT=y
 CONFIG_CPU_IDLE=y
+CONFIG_ARM_BIG_LITTLE_CPUIDLE=y
 CONFIG_ARM_EXYNOS_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
-- 
2.4.3


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

end of thread, other threads:[~2015-08-29 10:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28  8:16 [PATCH] ARM: exynos_defconfig: Enable big.LITTLE CPUidle support Javier Martinez Canillas
2015-08-28  8:51 ` Sjoerd Simons
2015-08-28  9:30   ` Javier Martinez Canillas
2015-08-29  9:01 ` Krzysztof Kozlowski
2015-08-29  9:33   ` Javier Martinez Canillas
2015-08-29  9:55     ` Krzysztof Kozlowski
2015-08-29 10:07       ` Javier Martinez Canillas
2015-08-29 10:22         ` Krzysztof Kozlowski
2015-08-29 10:31           ` Javier Martinez Canillas
2015-08-29 10:39             ` Krzysztof Kozlowski
2015-08-29 10:47               ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox