From patchwork Thu Mar 7 04:13:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kachhap X-Patchwork-Id: 2230151 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 7AF7CDF5B1 for ; Thu, 7 Mar 2013 04:18:24 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UDSEF-0000aA-4v; Thu, 07 Mar 2013 04:14:51 +0000 Received: from mail-pa0-f43.google.com ([209.85.220.43]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UDSDg-0000Wk-2o for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2013 04:14:17 +0000 Received: by mail-pa0-f43.google.com with SMTP id bh2so125889pad.16 for ; Wed, 06 Mar 2013 20:14:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=gNtDwCJSoaxz9hLTCQBP+npVdnloK9A3XMVF7Es3as4=; b=JreGOuZxsN0CLkBqNa30/H81GTtNcAQ65nJ1Tdbo0xM7Fu5OPQz2DZ5G3maFwl0WyP swskEX1i5AOMXOYLB/mJONcRlBAk3Dc0mT5l/6Rrw86rnQ0mov0LnXHzCzN4fkilqYUs Uwpl0LF8rdchuCOiAL6wGxwM+hfoF5ulvfXZOMnc7b2KJDZqvuWLo5oXuBMw6FqTkJFE 94K4aIqs9JkU2K0pb9zk70V/UvAkNOIjvgjRIHudBUifFxr1SwGhHJWs3hl/05GZJwxU P03NiEU+x9q4HRSUA6xZ/BhzUNUPVGHPejt1W83DHmcEOPb7zi/FbPk3oUmBv0BnOC8Q Y2qQ== X-Received: by 10.66.25.73 with SMTP id a9mr834298pag.186.1362629654320; Wed, 06 Mar 2013 20:14:14 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id vd4sm113478pbc.35.2013.03.06.20.14.09 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Mar 2013 20:14:13 -0800 (PST) From: Amit Daniel Kachhap To: linux-pm@vger.kernel.org Subject: [PATCH V3 3/4] arm: exynos: Enable OPP library support for exynos5440 Date: Thu, 7 Mar 2013 09:43:46 +0530 Message-Id: <1362629627-10012-3-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1362629627-10012-1-git-send-email-amit.daniel@samsung.com> References: <1362629627-10012-1-git-send-email-amit.daniel@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130306_231416_422531_154EE5BA X-CRM114-Status: GOOD ( 11.25 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (amitdanielk[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.43 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Kukjin Kim , Viresh Kumar , linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, "Rafael J. Wysocki" , linux-samsung-soc@vger.kernel.org, Thomas Abraham , Inderpal Singh , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The OPP library support is needed for exynos5440 cpu frequency dynamic scaling driver. Signed-off-by: Amit Daniel Kachhap --- arch/arm/mach-exynos/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 70f94c8..d5dde07 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -72,10 +72,12 @@ config SOC_EXYNOS5440 bool "SAMSUNG EXYNOS5440" default y depends on ARCH_EXYNOS5 + select ARCH_HAS_OPP select ARM_ARCH_TIMER select AUTO_ZRELADDR select PINCTRL select PINCTRL_EXYNOS5440 + select PM_OPP help Enable EXYNOS5440 SoC support