Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390278 > unrolled thread
| Started by | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| First post | 2016-04-28 16:50 +0200 |
| Last post | 2016-04-29 14:10 +0200 |
| Articles | 5 — 5 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-04-28 16:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Markus Reichl <m.reichl@fivetechno.de> - 2016-04-28 17:00 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-28 18:10 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Anand Moon <linux.amoon@gmail.com> - 2016-04-28 19:50 +0200
Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-29 14:10 +0200
| From | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| Date | 2016-04-28 16:50 +0200 |
| Subject | [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher |
| Message-ID | <rsVqq-4Us-23@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Markus Reichl <m.reichl@fivetechno.de> |
|---|---|
| Date | 2016-04-28 17:00 +0200 |
| Message-ID | <rsVA6-50h-5@gated-at.bofh.it> |
| In reply to | #1390278 |
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
[toc] | [prev] | [next] | [standalone]
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-04-28 18:10 +0200 |
| Message-ID | <rsWFQ-6n2-13@gated-at.bofh.it> |
| In reply to | #1390278 |
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
[toc] | [prev] | [next] | [standalone]
| From | Anand Moon <linux.amoon@gmail.com> |
|---|---|
| Date | 2016-04-28 19:50 +0200 |
| Message-ID | <rsYeD-7Pw-17@gated-at.bofh.it> |
| In reply to | #1390278 |
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
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-04-29 14:10 +0200 |
| Message-ID | <rtfp7-5Kx-15@gated-at.bofh.it> |
| In reply to | #1390278 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web