From patchwork Fri Apr 4 13:43:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 3938381 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E7866BFF02 for ; Fri, 4 Apr 2014 13:43:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3A8A520397 for ; Fri, 4 Apr 2014 13:43:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 65E2020396 for ; Fri, 4 Apr 2014 13:43:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752881AbaDDNnW (ORCPT ); Fri, 4 Apr 2014 09:43:22 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:62385 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbaDDNnV (ORCPT ); Fri, 4 Apr 2014 09:43:21 -0400 Received: by mail-wg0-f43.google.com with SMTP id x13so3423418wgg.26 for ; Fri, 04 Apr 2014 06:43:20 -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=ucgaHzBf7D+8B1YdS8TxRu1IP4DDEgfV6kZzyu7bdBw=; b=WbsKFFvm7zK8TUAYAoM9+0oJ6KNRkfPgtKYyqs5pbTMAMpP+q6VobmJNHt3NIbkNEQ ZWYqju9zldFLAHJozo6ksAMOjefTbFvyuRoAuYiP3IH7hvI+PbKmciMuCJiYuikqqyn6 /HSqPHLXJQdCdnLg+tEmHGwZ/f8hXa1QXmjZJH73ffH8uQ3qdj5UH7AnjwzxhUoi6oVc XL3X43uxuIUfR4PMQj/APvTdYVCSPdhhZlAI4zs5ybsHdRv/HPSfYvxs1RBOsL0L3gap hxt+ObhUFoIU8lMZMjz0yD8gt7QkLbIv1yqJVc+dWjySp9mUY6HXIbg2rSZ02hI2Y6Xr p9+Q== X-Gm-Message-State: ALoCoQl9xOWw8tJY6nqW6XTVbwQPEGJZu2l9xC60mGDN81Gk1j8/t5TktbpsU0jHGiy3t+ZqjV6L X-Received: by 10.180.39.173 with SMTP id q13mr4766332wik.26.1396619000227; Fri, 04 Apr 2014 06:43:20 -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 cu6sm2845053wjb.8.2014.04.04.06.43.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 06:43:19 -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 V2 17/17] ARM: exynos: config: Enable cpuidle Date: Fri, 4 Apr 2014 15:43:09 +0200 Message-Id: <1396618989-2897-18-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396618989-2897-1-git-send-email-daniel.lezcano@linaro.org> References: <1396618989-2897-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 4ce7b70..6ed4b34 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