Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753442AbcD1RoC (ORCPT ); Thu, 28 Apr 2016 13:44:02 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:33288 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbcD1RoA (ORCPT ); Thu, 28 Apr 2016 13:44:00 -0400 MIME-Version: 1.0 In-Reply-To: <1493315.8NlXQFsEtt@amdc1976> References: <1493315.8NlXQFsEtt@amdc1976> From: Anand Moon Date: Thu, 28 Apr 2016 23:13:40 +0530 Message-ID: Subject: Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher To: Bartlomiej Zolnierkiewicz Cc: Krzysztof Kozlowski , Kukjin Kim , Marek Szyprowski , "linux-samsung-soc@vger.kernel.org" , linux-arm-kernel , Linux Kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1411 Lines: 47 Hi Bartlomiej, On 28 April 2016 at 20:14, 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 > --- > 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 Tested-by: Anand Moon 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