linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
@ 2016-04-28 14:44 Bartlomiej Zolnierkiewicz
  2016-04-28 14:55 ` Markus Reichl
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-04-28 14:44 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Kukjin Kim
  Cc: Marek Szyprowski, linux-samsung-soc, linux-arm-kernel, linux-kernel

Disable big.LITTLE switcher in order to allow automatic usage of
cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.

This change should not cause any problems as arm_big_little[_dt]
driver (which is using big.LITTLE switcher support to do the "real"
big.LITTLE switching work) is not used on any Exynos SoC based
board currently.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/exynos_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index a8cf295..07d4168 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -13,8 +13,6 @@ CONFIG_ARCH_EXYNOS3=y
 CONFIG_EXYNOS5420_MCPM=y
 CONFIG_SMP=y
 CONFIG_BIG_LITTLE=y
-CONFIG_BL_SWITCHER=y
-CONFIG_BL_SWITCHER_DUMMY_IF=y
 CONFIG_NR_CPUS=8
 CONFIG_PREEMPT=y
 CONFIG_AEABI=y
-- 
1.9.1

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

* Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
  2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
@ 2016-04-28 14:55 ` Markus Reichl
  2016-04-28 16:04 ` Javier Martinez Canillas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Markus Reichl @ 2016-04-28 14:55 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Krzysztof Kozlowski, Kukjin Kim
  Cc: Marek Szyprowski, linux-samsung-soc, linux-arm-kernel, linux-kernel

Hi Bartlomiej,

Tested on Odroid XU3 and XU4.

Tested-by: Markus Reichl <m.reichl@fivetechno.de>

Am 28.04.2016 um 16:44 schrieb Bartlomiej Zolnierkiewicz:
> Disable big.LITTLE switcher in order to allow automatic usage of
> cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.
> 
> This change should not cause any problems as arm_big_little[_dt]
> driver (which is using big.LITTLE switcher support to do the "real"
> big.LITTLE switching work) is not used on any Exynos SoC based
> board currently.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index a8cf295..07d4168 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -13,8 +13,6 @@ CONFIG_ARCH_EXYNOS3=y
>  CONFIG_EXYNOS5420_MCPM=y
>  CONFIG_SMP=y
>  CONFIG_BIG_LITTLE=y
> -CONFIG_BL_SWITCHER=y
> -CONFIG_BL_SWITCHER_DUMMY_IF=y
>  CONFIG_NR_CPUS=8
>  CONFIG_PREEMPT=y
>  CONFIG_AEABI=y
> 

Thanks,
--
Markus Reichl

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

* Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
  2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
  2016-04-28 14:55 ` Markus Reichl
@ 2016-04-28 16:04 ` Javier Martinez Canillas
  2016-04-28 17:43 ` Anand Moon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Javier Martinez Canillas @ 2016-04-28 16:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Krzysztof Kozlowski, Kukjin Kim
  Cc: Marek Szyprowski, linux-samsung-soc, linux-arm-kernel, linux-kernel

Hello Bartlomiej,

On 04/28/2016 10:44 AM, Bartlomiej Zolnierkiewicz wrote:
> Disable big.LITTLE switcher in order to allow automatic usage of
> cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.
> 
> This change should not cause any problems as arm_big_little[_dt]
> driver (which is using big.LITTLE switcher support to do the "real"
> big.LITTLE switching work) is not used on any Exynos SoC based
> board currently.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

On an Exynos5422 Odroid XU4 and Exynos5800 Peach Pi Chromebook:

Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
  2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
  2016-04-28 14:55 ` Markus Reichl
  2016-04-28 16:04 ` Javier Martinez Canillas
@ 2016-04-28 17:43 ` Anand Moon
  2016-04-29 12:08 ` Krzysztof Kozlowski
  2016-05-30  6:35 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 6+ messages in thread
From: Anand Moon @ 2016-04-28 17:43 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Krzysztof Kozlowski, Kukjin Kim, Marek Szyprowski,
	linux-samsung-soc, linux-arm-kernel, Linux Kernel

Hi Bartlomiej,

On 28 April 2016 at 20:14, Bartlomiej Zolnierkiewicz
<b.zolnierkie@samsung.com> wrote:
> Disable big.LITTLE switcher in order to allow automatic usage of
> cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.
>
> This change should not cause any problems as arm_big_little[_dt]
> driver (which is using big.LITTLE switcher support to do the "real"
> big.LITTLE switching work) is not used on any Exynos SoC based
> board currently.
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index a8cf295..07d4168 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -13,8 +13,6 @@ CONFIG_ARCH_EXYNOS3=y
>  CONFIG_EXYNOS5420_MCPM=y
>  CONFIG_SMP=y
>  CONFIG_BIG_LITTLE=y
> -CONFIG_BL_SWITCHER=y
> -CONFIG_BL_SWITCHER_DUMMY_IF=y
>  CONFIG_NR_CPUS=8
>  CONFIG_PREEMPT=y
>  CONFIG_AEABI=y
> --
> 1.9.1
>

Tested On Odroid XU4.

Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Tested-by: Anand Moon <linux.amoon@gmail.com>

Best Regards
-Anand Moon

>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
  2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
                   ` (2 preceding siblings ...)
  2016-04-28 17:43 ` Anand Moon
@ 2016-04-29 12:08 ` Krzysztof Kozlowski
  2016-05-30  6:35 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-29 12:08 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Kukjin Kim
  Cc: Marek Szyprowski, linux-samsung-soc, linux-arm-kernel, linux-kernel

On 04/28/2016 04:44 PM, Bartlomiej Zolnierkiewicz wrote:
> Disable big.LITTLE switcher in order to allow automatic usage of
> cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.
> 
> This change should not cause any problems as arm_big_little[_dt]
> driver (which is using big.LITTLE switcher support to do the "real"
> big.LITTLE switching work) is not used on any Exynos SoC based
> board currently.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 --
>  1 file changed, 2 deletions(-)

I agree. I pushed out my queue and I do not plan to push 3rd round so
this will wait till v4.8.

Anyway:
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

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

* Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher
  2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
                   ` (3 preceding siblings ...)
  2016-04-29 12:08 ` Krzysztof Kozlowski
@ 2016-05-30  6:35 ` Krzysztof Kozlowski
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-05-30  6:35 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, Kukjin Kim
  Cc: Marek Szyprowski, linux-samsung-soc, linux-arm-kernel, linux-kernel

On 04/28/2016 04:44 PM, Bartlomiej Zolnierkiewicz wrote:
> Disable big.LITTLE switcher in order to allow automatic usage of
> cpufreq-dt driver on Exynos542x/Exynos5800 SoCs based boards.
> 
> This change should not cause any problems as arm_big_little[_dt]
> driver (which is using big.LITTLE switcher support to do the "real"
> big.LITTLE switching work) is not used on any Exynos SoC based
> board currently.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 --
>  1 file changed, 2 deletions(-)

Thanks, applied.

Krzysztof

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

end of thread, other threads:[~2016-05-30  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28 14:44 [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz
2016-04-28 14:55 ` Markus Reichl
2016-04-28 16:04 ` Javier Martinez Canillas
2016-04-28 17:43 ` Anand Moon
2016-04-29 12:08 ` Krzysztof Kozlowski
2016-05-30  6:35 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).