Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
@ 2014-01-22  8:48 Sachin Kamat
  0 siblings, 0 replies; 3+ messages in thread
From: Sachin Kamat @ 2014-01-22  8:48 UTC (permalink / raw)
  To: linux-pm; +Cc: myungjoo.ham, sachin.kamat, patches, kyungmin.park

Exynos4 devfreq driver uses mach/map.h which is not available on
multiplatform. Hence disable build on multiplatform for now.
Without this patch we get the following build errors:
drivers/devfreq/exynos/exynos4_bus.h:15:22: fatal error: mach/map.h: No such file or directory

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/devfreq/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
index 31f3adba4cf3..7d2f43550700 100644
--- a/drivers/devfreq/Kconfig
+++ b/drivers/devfreq/Kconfig
@@ -67,7 +67,7 @@ comment "DEVFREQ Drivers"
 
 config ARM_EXYNOS4_BUS_DEVFREQ
 	bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver"
-	depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412
+	depends on (CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM
 	select ARCH_HAS_OPP
 	select DEVFREQ_GOV_SIMPLE_ONDEMAND
 	help
-- 
1.7.9.5


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

* Re: [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
@ 2014-01-23 11:12 MyungJoo Ham
  2014-01-23 11:45 ` Sachin Kamat
  0 siblings, 1 reply; 3+ messages in thread
From: MyungJoo Ham @ 2014-01-23 11:12 UTC (permalink / raw)
  To: Sachin Kamat, linux-pm@vger.kernel.org
  Cc: patches@linaro.org, 박경민

> Exynos4 devfreq driver uses mach/map.h which is not available on
> multiplatform. Hence disable build on multiplatform for now.
> Without this patch we get the following build errors:
> drivers/devfreq/exynos/exynos4_bus.h:15:22: fatal error: mach/map.h: No such file or directory
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Isn't this also required to be sent to linux-stable?

Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>

> ---
>  drivers/devfreq/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig
> index 31f3adba4cf3..7d2f43550700 100644
> --- a/drivers/devfreq/Kconfig
> +++ b/drivers/devfreq/Kconfig
> @@ -67,7 +67,7 @@ comment "DEVFREQ Drivers"
>  
>  config ARM_EXYNOS4_BUS_DEVFREQ
>  	bool "ARM Exynos4210/4212/4412 Memory Bus DEVFREQ Driver"
> -	depends on CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412
> +	depends on (CPU_EXYNOS4210 || SOC_EXYNOS4212 || SOC_EXYNOS4412) && !ARCH_MULTIPLATFORM
>  	select ARCH_HAS_OPP
>  	select DEVFREQ_GOV_SIMPLE_ONDEMAND
>  	help
> -- 
> 1.7.9.5
> 
> 
> 

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

* Re: [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
  2014-01-23 11:12 [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform MyungJoo Ham
@ 2014-01-23 11:45 ` Sachin Kamat
  0 siblings, 0 replies; 3+ messages in thread
From: Sachin Kamat @ 2014-01-23 11:45 UTC (permalink / raw)
  To: MyungJoo Ham
  Cc: linux-pm@vger.kernel.org, patches@linaro.org,
	박경민

On 23 January 2014 16:42, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
>> Exynos4 devfreq driver uses mach/map.h which is not available on
>> multiplatform. Hence disable build on multiplatform for now.
>> Without this patch we get the following build errors:
>> drivers/devfreq/exynos/exynos4_bus.h:15:22: fatal error: mach/map.h: No such file or directory
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>
> Isn't this also required to be sent to linux-stable?

No. This will be needed in the upcoming cycle onwards.

>
> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>

Wouldn't you be queueing this in your tree?

-- 
With warm regards,
Sachin

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

end of thread, other threads:[~2014-01-23 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 11:12 [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform MyungJoo Ham
2014-01-23 11:45 ` Sachin Kamat
  -- strict thread matches above, loose matches on Subject: below --
2014-01-22  8:48 Sachin Kamat

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