diff mbox

[1/2] cpufreq: Make ARM big.LITTLE switcher depend on ARM

Message ID 1386799947-6041-1-git-send-email-broonie@kernel.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Mark Brown Dec. 11, 2013, 10:12 p.m. UTC
From: Mark Brown <broonie@linaro.org>

The patch currently under review to enable ARM cpufreq drivers for ARM64
which is useful due to the large amount of shared IP between ARM and ARM64
SoCs. However the big.LITTLE switcher relies on an architecture interface
to build which is not present on ARM64. Add a dependency until that is
resolved.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 drivers/cpufreq/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Viresh Kumar Dec. 16, 2013, 9:20 a.m. UTC | #1
On 12 December 2013 03:42, Mark Brown <broonie@kernel.org> wrote:
> From: Mark Brown <broonie@linaro.org>
>
> The patch currently under review to enable ARM cpufreq drivers for ARM64
> which is useful due to the large amount of shared IP between ARM and ARM64
> SoCs. However the big.LITTLE switcher relies on an architecture interface
> to build which is not present on ARM64. Add a dependency until that is
> resolved.
>
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki Dec. 22, 2013, 1:06 a.m. UTC | #2
On Wednesday, December 11, 2013 10:12:26 PM Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> The patch currently under review to enable ARM cpufreq drivers for ARM64
> which is useful due to the large amount of shared IP between ARM and ARM64
> SoCs. However the big.LITTLE switcher relies on an architecture interface
> to build which is not present on ARM64. Add a dependency until that is
> resolved.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>

Both [1-2/2] queued up for 3.14, thanks!

> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index ce52ed949249..0a141109fd29 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -4,7 +4,7 @@
>  
>  config ARM_BIG_LITTLE_CPUFREQ
>  	tristate "Generic ARM big LITTLE CPUfreq driver"
> -	depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
> +	depends on ARM && ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
>  	help
>  	  This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.
>  
>
diff mbox

Patch

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index ce52ed949249..0a141109fd29 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -4,7 +4,7 @@ 
 
 config ARM_BIG_LITTLE_CPUFREQ
 	tristate "Generic ARM big LITTLE CPUfreq driver"
-	depends on ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
+	depends on ARM && ARM_CPU_TOPOLOGY && PM_OPP && HAVE_CLK
 	help
 	  This enables the Generic CPUfreq driver for ARM big.LITTLE platforms.