diff mbox

[1/1] cpufreq: exynos: Disable on multiplatform build

Message ID 1396436627-22744-1-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Sachin Kamat April 2, 2014, 11:03 a.m. UTC
The current exynos cpufreq drivers are not multiplatform compliant
and give build errors as they refer to header files from machine
directory. Work to migrate them to generic cpufreq framework is under
progress. Till such time disable the build on multiplatform so that
other multiplatform ready features get tested.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
---
 drivers/cpufreq/Kconfig.arm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Viresh Kumar April 2, 2014, 11:05 a.m. UTC | #1
On 2 April 2014 16:33, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> The current exynos cpufreq drivers are not multiplatform compliant
> and give build errors as they refer to header files from machine
> directory. Work to migrate them to generic cpufreq framework is under
> progress. Till such time disable the build on multiplatform so that
> other multiplatform ready features get tested.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/cpufreq/Kconfig.arm |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 1e2b9db563ec..0e9cce82844b 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -30,7 +30,7 @@ config ARM_EXYNOS_CPUFREQ
>
>  config ARM_EXYNOS4210_CPUFREQ
>         bool "SAMSUNG EXYNOS4210"
> -       depends on CPU_EXYNOS4210
> +       depends on CPU_EXYNOS4210 && !ARCH_MULTIPLATFORM
>         default y
>         select ARM_EXYNOS_CPUFREQ
>         help
> @@ -41,7 +41,7 @@ config ARM_EXYNOS4210_CPUFREQ
>
>  config ARM_EXYNOS4X12_CPUFREQ
>         bool "SAMSUNG EXYNOS4x12"
> -       depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412)
> +       depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM
>         default y
>         select ARM_EXYNOS_CPUFREQ
>         help
> @@ -52,7 +52,7 @@ config ARM_EXYNOS4X12_CPUFREQ
>
>  config ARM_EXYNOS5250_CPUFREQ
>         bool "SAMSUNG EXYNOS5250"
> -       depends on SOC_EXYNOS5250
> +       depends on SOC_EXYNOS5250 && !ARCH_MULTIPLATFORM
>         default y
>         select ARM_EXYNOS_CPUFREQ
>         help

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
Sachin Kamat April 3, 2014, 11:43 a.m. UTC | #2
On 2 April 2014 16:35, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 2 April 2014 16:33, Sachin Kamat <sachin.kamat@linaro.org> wrote:
>> The current exynos cpufreq drivers are not multiplatform compliant
>> and give build errors as they refer to header files from machine
>> directory. Work to migrate them to generic cpufreq framework is under
>> progress. Till such time disable the build on multiplatform so that
>> other multiplatform ready features get tested.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> Cc: Arnd Bergmann <arnd@arndb.de>

>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Rafael,
Please queue this patch for your upcoming pull request to Linus.
Rafael J. Wysocki April 8, 2014, 12:13 p.m. UTC | #3
On Thursday, April 03, 2014 05:13:58 PM Sachin Kamat wrote:
> On 2 April 2014 16:35, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> > On 2 April 2014 16:33, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> >> The current exynos cpufreq drivers are not multiplatform compliant
> >> and give build errors as they refer to header files from machine
> >> directory. Work to migrate them to generic cpufreq framework is under
> >> progress. Till such time disable the build on multiplatform so that
> >> other multiplatform ready features get tested.
> >>
> >> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >> Cc: Arnd Bergmann <arnd@arndb.de>
> 
> >
> > Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> Rafael,
> Please queue this patch for your upcoming pull request to Linus.

I will, thanks!
diff mbox

Patch

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 1e2b9db563ec..0e9cce82844b 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -30,7 +30,7 @@  config ARM_EXYNOS_CPUFREQ
 
 config ARM_EXYNOS4210_CPUFREQ
 	bool "SAMSUNG EXYNOS4210"
-	depends on CPU_EXYNOS4210
+	depends on CPU_EXYNOS4210 && !ARCH_MULTIPLATFORM
 	default y
 	select ARM_EXYNOS_CPUFREQ
 	help
@@ -41,7 +41,7 @@  config ARM_EXYNOS4210_CPUFREQ
 
 config ARM_EXYNOS4X12_CPUFREQ
 	bool "SAMSUNG EXYNOS4x12"
-	depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412)
+	depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM
 	default y
 	select ARM_EXYNOS_CPUFREQ
 	help
@@ -52,7 +52,7 @@  config ARM_EXYNOS4X12_CPUFREQ
 
 config ARM_EXYNOS5250_CPUFREQ
 	bool "SAMSUNG EXYNOS5250"
-	depends on SOC_EXYNOS5250
+	depends on SOC_EXYNOS5250 && !ARCH_MULTIPLATFORM
 	default y
 	select ARM_EXYNOS_CPUFREQ
 	help