From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752468AbcD1OzR (ORCPT ); Thu, 28 Apr 2016 10:55:17 -0400 Received: from wp126.webpack.hosteurope.de ([80.237.132.133]:42730 "EHLO wp126.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbcD1OzQ (ORCPT ); Thu, 28 Apr 2016 10:55:16 -0400 Subject: Re: [PATCH] ARM: exynos_defconfig: Disable big.LITTLE switcher To: Bartlomiej Zolnierkiewicz , Krzysztof Kozlowski , Kukjin Kim References: <1493315.8NlXQFsEtt@amdc1976> Cc: Marek Szyprowski , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Markus Reichl Organization: five technologies GmbH Message-ID: <5722244A.5070608@fivetechno.de> Date: Thu, 28 Apr 2016 16:55:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <1493315.8NlXQFsEtt@amdc1976> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;m.reichl@fivetechno.de;1461855315;6c5ab06f; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bartlomiej, Tested on Odroid XU3 and XU4. Tested-by: Markus Reichl 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 > --- > 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