From patchwork Fri Apr 4 07:48:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3936901 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7AC739FA35 for ; Fri, 4 Apr 2014 07:48:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A0B49203E6 for ; Fri, 4 Apr 2014 07:48:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E009C203E1 for ; Fri, 4 Apr 2014 07:48:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752268AbaDDHsQ (ORCPT ); Fri, 4 Apr 2014 03:48:16 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:58611 "EHLO mail-we0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752246AbaDDHsL (ORCPT ); Fri, 4 Apr 2014 03:48:11 -0400 Received: by mail-we0-f173.google.com with SMTP id w61so2953363wes.4 for ; Fri, 04 Apr 2014 00:48:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=i15ay59HeJmDPRrPYUr0wWD2Y5fZ/T4u1N3lgFR9DD4=; b=IaxkQDmbrQn3eq/l5OMaKtAsyEDA8XCoiLhUNg7GsqdrYVPSlQY4W1NCNAZI1Rvzej yj43+3+JJ3fLor6scwImGiGJzJFHszz3N7oqYrOi+2IWpCs6+Yq8NBYlvLBItUoJ1prm 2TiEJTw6E+pixPAUyvbUOX2rgzDJ/QBJnHVxmEynZeQgqQ4bSAGUJw5s/CYhcclAA3N1 Q4QRJJ/ySolGgpVMh/CNy4F/5Qqu9lTZtGnPM7HTDZ6pOnhySFUrFbCPhhD9CbPL+QwT 4G2qV2OLfZQfPXSpe6YyApMGCekze0LBJcnjxDvAR8N/NdTYlcBjt98SfM4BIc8TdZSl 1TKg== X-Gm-Message-State: ALoCoQn26Fq38onutbJBI7Vr9o1PAHa3qjwiTQhQMdRDRbp38iFo7+4WarKDgf9U6dkEZhak/S8L X-Received: by 10.180.97.37 with SMTP id dx5mr2118223wib.53.1396597690099; Fri, 04 Apr 2014 00:48:10 -0700 (PDT) Received: from localhost.localdomain (AToulouse-654-1-451-172.w83-205.abo.wanadoo.fr. [83.205.74.172]) by mx.google.com with ESMTPSA id t1sm3028163wia.1.2014.04.04.00.48.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 00:48:09 -0700 (PDT) From: Daniel Lezcano To: kgene.kim@samsung.com Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, t.figa@samsung.com, linaro-kernel@lists.linaro.org, rjw@rjwysocki.net Subject: [PATCH 17/17] ARM: exynos: config: Enable cpuidle Date: Fri, 4 Apr 2014 09:48:03 +0200 Message-Id: <1396597683-6969-18-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396597683-6969-1-git-send-email-daniel.lezcano@linaro.org> References: <1396597683-6969-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The cpuidle driver is broken since v3.11 and now we are at v3.14. Default the cpuidle driver to favorize a better detection next time. Signed-off-by: Daniel Lezcano Reviewed-by: Viresh Kumar --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index dbe1f1c..7d8a689 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -132,3 +132,4 @@ CONFIG_DEBUG_INFO=y CONFIG_DEBUG_USER=y CONFIG_CRYPTO_SHA256=y CONFIG_CRC_CCITT=y +CONFIG_CPU_IDLE=y