Re: [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used

2013-07-07 Thread Jingoo Han
On Friday, July 05, 2013 9:25 AM, Arnd Bergmann wrote:

Hi Arnd,

This bug fix patch was already submitted on May 27th, as below:

https://patchwork.kernel.org/patch/2617191/


Best regards,
Jingoo Han

> This fixes building exynos kernels with CONFIG_PM disabled.
>
> Signed-off-by: Arnd Bergmann 
> Cc: Kukjin Kim 
> ---
>  arch/arm/mach-exynos/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index 2d503b3..ba70a84 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -38,7 +38,7 @@ config CPU_EXYNOS4210
>   depends on ARCH_EXYNOS4
>   select ARM_CPU_SUSPEND if PM
>   select PINCTRL_EXYNOS
> - select PM_GENERIC_DOMAINS
> + select PM_GENERIC_DOMAINS if PM
>   select S5P_PM if PM
>   select S5P_SLEEP if PM
>   select SAMSUNG_DMADEV
> --

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used

2013-07-07 Thread Jingoo Han
On Friday, July 05, 2013 9:25 AM, Arnd Bergmann wrote:

Hi Arnd,

This bug fix patch was already submitted on May 27th, as below:

https://patchwork.kernel.org/patch/2617191/


Best regards,
Jingoo Han

 This fixes building exynos kernels with CONFIG_PM disabled.

 Signed-off-by: Arnd Bergmann a...@arndb.de
 Cc: Kukjin Kim kgene@samsung.com
 ---
  arch/arm/mach-exynos/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
 index 2d503b3..ba70a84 100644
 --- a/arch/arm/mach-exynos/Kconfig
 +++ b/arch/arm/mach-exynos/Kconfig
 @@ -38,7 +38,7 @@ config CPU_EXYNOS4210
   depends on ARCH_EXYNOS4
   select ARM_CPU_SUSPEND if PM
   select PINCTRL_EXYNOS
 - select PM_GENERIC_DOMAINS
 + select PM_GENERIC_DOMAINS if PM
   select S5P_PM if PM
   select S5P_SLEEP if PM
   select SAMSUNG_DMADEV
 --

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used

2013-07-05 Thread Arnd Bergmann
This fixes building exynos kernels with CONFIG_PM disabled.

Signed-off-by: Arnd Bergmann 
Cc: Kukjin Kim 
---
 arch/arm/mach-exynos/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 2d503b3..ba70a84 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -38,7 +38,7 @@ config CPU_EXYNOS4210
depends on ARCH_EXYNOS4
select ARM_CPU_SUSPEND if PM
select PINCTRL_EXYNOS
-   select PM_GENERIC_DOMAINS
+   select PM_GENERIC_DOMAINS if PM
select S5P_PM if PM
select S5P_SLEEP if PM
select SAMSUNG_DMADEV
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 8/8] ARM: exynos: select PM_GENERIC_DOMAINS only when used

2013-07-05 Thread Arnd Bergmann
This fixes building exynos kernels with CONFIG_PM disabled.

Signed-off-by: Arnd Bergmann a...@arndb.de
Cc: Kukjin Kim kgene@samsung.com
---
 arch/arm/mach-exynos/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 2d503b3..ba70a84 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -38,7 +38,7 @@ config CPU_EXYNOS4210
depends on ARCH_EXYNOS4
select ARM_CPU_SUSPEND if PM
select PINCTRL_EXYNOS
-   select PM_GENERIC_DOMAINS
+   select PM_GENERIC_DOMAINS if PM
select S5P_PM if PM
select S5P_SLEEP if PM
select SAMSUNG_DMADEV
-- 
1.8.3.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/