All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
@ 2013-08-09 11:56 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2013-08-09 11:56 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, linux-arm-kernel

Currently PM domains support will be enabled for EXYNOS4x12 SoCs
only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.

Fix it by explicitly selecting PM domains support (if PM support
is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/mach-exynos/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

Index: b/arch/arm/mach-exynos/Kconfig
===================================================================
--- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
+++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
@@ -52,6 +52,7 @@ config SOC_EXYNOS4212
 	depends on ARCH_EXYNOS4
 	select ARCH_HAS_BANDGAP
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select S5P_PM if PM
 	select S5P_SLEEP if PM
 	select SAMSUNG_DMADEV
@@ -64,6 +65,7 @@ config SOC_EXYNOS4412
 	depends on ARCH_EXYNOS4
 	select ARCH_HAS_BANDGAP
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select SAMSUNG_DMADEV
 	help
 	  Enable EXYNOS4412 SoC support

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

* [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
@ 2013-08-09 11:56 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2013-08-09 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Currently PM domains support will be enabled for EXYNOS4x12 SoCs
only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.

Fix it by explicitly selecting PM domains support (if PM support
is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/mach-exynos/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

Index: b/arch/arm/mach-exynos/Kconfig
===================================================================
--- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
+++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
@@ -52,6 +52,7 @@ config SOC_EXYNOS4212
 	depends on ARCH_EXYNOS4
 	select ARCH_HAS_BANDGAP
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select S5P_PM if PM
 	select S5P_SLEEP if PM
 	select SAMSUNG_DMADEV
@@ -64,6 +65,7 @@ config SOC_EXYNOS4412
 	depends on ARCH_EXYNOS4
 	select ARCH_HAS_BANDGAP
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select SAMSUNG_DMADEV
 	help
 	  Enable EXYNOS4412 SoC support

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

* Re: [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
  2013-08-09 11:56 ` Bartlomiej Zolnierkiewicz
@ 2013-08-09 14:53   ` Tomasz Figa
  -1 siblings, 0 replies; 6+ messages in thread
From: Tomasz Figa @ 2013-08-09 14:53 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Kukjin Kim, linux-samsung-soc, linux-arm-kernel

Hi Bart,

On Friday 09 of August 2013 13:56:05 Bartlomiej Zolnierkiewicz wrote:
> Currently PM domains support will be enabled for EXYNOS4x12 SoCs
> only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.
> 
> Fix it by explicitly selecting PM domains support (if PM support
> is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-exynos/Kconfig |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: b/arch/arm/mach-exynos/Kconfig
> ===================================================================
> --- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
> +++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
> @@ -52,6 +52,7 @@ config SOC_EXYNOS4212
>  	depends on ARCH_EXYNOS4
>  	select ARCH_HAS_BANDGAP
>  	select PINCTRL_EXYNOS
> +	select PM_GENERIC_DOMAINS if PM
>  	select S5P_PM if PM
>  	select S5P_SLEEP if PM
>  	select SAMSUNG_DMADEV
> @@ -64,6 +65,7 @@ config SOC_EXYNOS4412
>  	depends on ARCH_EXYNOS4
>  	select ARCH_HAS_BANDGAP
>  	select PINCTRL_EXYNOS
> +	select PM_GENERIC_DOMAINS if PM
>  	select SAMSUNG_DMADEV
>  	help
>  	  Enable EXYNOS4412 SoC support

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

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

* [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
@ 2013-08-09 14:53   ` Tomasz Figa
  0 siblings, 0 replies; 6+ messages in thread
From: Tomasz Figa @ 2013-08-09 14:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Bart,

On Friday 09 of August 2013 13:56:05 Bartlomiej Zolnierkiewicz wrote:
> Currently PM domains support will be enabled for EXYNOS4x12 SoCs
> only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.
> 
> Fix it by explicitly selecting PM domains support (if PM support
> is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-exynos/Kconfig |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: b/arch/arm/mach-exynos/Kconfig
> ===================================================================
> --- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
> +++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
> @@ -52,6 +52,7 @@ config SOC_EXYNOS4212
>  	depends on ARCH_EXYNOS4
>  	select ARCH_HAS_BANDGAP
>  	select PINCTRL_EXYNOS
> +	select PM_GENERIC_DOMAINS if PM
>  	select S5P_PM if PM
>  	select S5P_SLEEP if PM
>  	select SAMSUNG_DMADEV
> @@ -64,6 +65,7 @@ config SOC_EXYNOS4412
>  	depends on ARCH_EXYNOS4
>  	select ARCH_HAS_BANDGAP
>  	select PINCTRL_EXYNOS
> +	select PM_GENERIC_DOMAINS if PM
>  	select SAMSUNG_DMADEV
>  	help
>  	  Enable EXYNOS4412 SoC support

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

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

* Re: [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
  2013-08-09 14:53   ` Tomasz Figa
@ 2013-08-18 20:03     ` Kukjin Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-08-18 20:03 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: Bartlomiej Zolnierkiewicz, Kukjin Kim, linux-samsung-soc,
	linux-arm-kernel

On 08/09/13 23:53, Tomasz Figa wrote:
> Hi Bart,
>
> On Friday 09 of August 2013 13:56:05 Bartlomiej Zolnierkiewicz wrote:
>> Currently PM domains support will be enabled for EXYNOS4x12 SoCs
>> only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.
>>
>> Fix it by explicitly selecting PM domains support (if PM support
>> is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>>   arch/arm/mach-exynos/Kconfig |    2 ++
>>   1 file changed, 2 insertions(+)
>>
>> Index: b/arch/arm/mach-exynos/Kconfig
>> ===================================================================
>> --- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
>> +++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
>> @@ -52,6 +52,7 @@ config SOC_EXYNOS4212
>>   	depends on ARCH_EXYNOS4
>>   	select ARCH_HAS_BANDGAP
>>   	select PINCTRL_EXYNOS
>> +	select PM_GENERIC_DOMAINS if PM
>>   	select S5P_PM if PM
>>   	select S5P_SLEEP if PM
>>   	select SAMSUNG_DMADEV
>> @@ -64,6 +65,7 @@ config SOC_EXYNOS4412
>>   	depends on ARCH_EXYNOS4
>>   	select ARCH_HAS_BANDGAP
>>   	select PINCTRL_EXYNOS
>> +	select PM_GENERIC_DOMAINS if PM
>>   	select SAMSUNG_DMADEV
>>   	help
>>   	  Enable EXYNOS4412 SoC support
>
> Acked-by: Tomasz Figa<t.figa@samsung.com>
>
Applied, thanks.

- Kukjin

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

* [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12
@ 2013-08-18 20:03     ` Kukjin Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-08-18 20:03 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/09/13 23:53, Tomasz Figa wrote:
> Hi Bart,
>
> On Friday 09 of August 2013 13:56:05 Bartlomiej Zolnierkiewicz wrote:
>> Currently PM domains support will be enabled for EXYNOS4x12 SoCs
>> only if EXYNOS4210 SoC or EXYNOS5250 SoC support is also enabled.
>>
>> Fix it by explicitly selecting PM domains support (if PM support
>> is enabled) by SOC_EXYNOS4212 and SOC_EXYNOS4412 config options.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz<b.zolnierkie@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>>   arch/arm/mach-exynos/Kconfig |    2 ++
>>   1 file changed, 2 insertions(+)
>>
>> Index: b/arch/arm/mach-exynos/Kconfig
>> ===================================================================
>> --- a/arch/arm/mach-exynos/Kconfig	2013-08-08 14:36:02.000000000 +0200
>> +++ b/arch/arm/mach-exynos/Kconfig	2013-08-08 14:38:48.967486318 +0200
>> @@ -52,6 +52,7 @@ config SOC_EXYNOS4212
>>   	depends on ARCH_EXYNOS4
>>   	select ARCH_HAS_BANDGAP
>>   	select PINCTRL_EXYNOS
>> +	select PM_GENERIC_DOMAINS if PM
>>   	select S5P_PM if PM
>>   	select S5P_SLEEP if PM
>>   	select SAMSUNG_DMADEV
>> @@ -64,6 +65,7 @@ config SOC_EXYNOS4412
>>   	depends on ARCH_EXYNOS4
>>   	select ARCH_HAS_BANDGAP
>>   	select PINCTRL_EXYNOS
>> +	select PM_GENERIC_DOMAINS if PM
>>   	select SAMSUNG_DMADEV
>>   	help
>>   	  Enable EXYNOS4412 SoC support
>
> Acked-by: Tomasz Figa<t.figa@samsung.com>
>
Applied, thanks.

- Kukjin

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

end of thread, other threads:[~2013-08-18 20:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09 11:56 [PATCH] ARM: EXYNOS: always enable PM domains support for EXYNOS4x12 Bartlomiej Zolnierkiewicz
2013-08-09 11:56 ` Bartlomiej Zolnierkiewicz
2013-08-09 14:53 ` Tomasz Figa
2013-08-09 14:53   ` Tomasz Figa
2013-08-18 20:03   ` Kukjin Kim
2013-08-18 20:03     ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.