From patchwork Mon Mar 30 14:40:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 6122211 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4ADC59F2EC for ; Mon, 30 Mar 2015 14:55:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6A31A20263 for ; Mon, 30 Mar 2015 14:55:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 96A2420251 for ; Mon, 30 Mar 2015 14:55:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ycb4b-00032T-52; Mon, 30 Mar 2015 14:53:53 +0000 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YcauC-0001vZ-Mm for linux-arm-kernel@lists.infradead.org; Mon, 30 Mar 2015 14:43:09 +0000 Received: by wixm2 with SMTP id m2so88779979wix.0 for ; Mon, 30 Mar 2015 07:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=BdC/VrAq/fEu1G5CZQiut5u/RT16eGRPYKpq6ZVBJL8=; b=zvWw359IplVwY50N+/By1pq8e4ZZMKNNb+F3H0qKdCG0AoDS/6DekcecVboJlNGI0x bszzcJDoYY+XaO9Gmvt1WFJK2nhJT7SiIQKnOD0AyBD6Hg+BW71YvDzI+nRhLMLZs7mn BFkkrKeotUTZFnu8kAd9JiKjBXoOSRBrNGFCblVf1qKcycV4lTED5zoreYEn9e8hFS/o T4VIOflVCsXD5vDyzLYpjlkhjZb/DmFLLBW7rgU5KjoXaubaX94quoBninpC+pffJLG/ XycQjqeDiNG5WCMNw2oST++4p5C3GbwH0Jiqrw80pLjbsQWhvZ89JtQVkU+koCvvcZXc G4/g== X-Received: by 10.194.81.104 with SMTP id z8mr63345372wjx.45.1427726565857; Mon, 30 Mar 2015 07:42:45 -0700 (PDT) Received: from cizrna.lan ([109.72.12.90]) by mx.google.com with ESMTPSA id u10sm16658662wib.1.2015.03.30.07.42.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 07:42:44 -0700 (PDT) From: Tomeu Vizoso To: arm@kernel.org Subject: [PATCH 1/4] ARM: multi_v7_defconfig: Enable Tegra ACTMON support Date: Mon, 30 Mar 2015 16:40:13 +0200 Message-Id: <1427726418-3806-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 2.1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150330_074308_917078_9E92FA60 X-CRM114-Status: UNSURE ( 8.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.4 (/) Cc: linux-arm-kernel@lists.infradead.org, Russell King , Tomeu Vizoso , Arnd Bergmann , Ray Jui , Tyler Baker , linux-kernel@vger.kernel.org, Peter Griffin , Marcel Ziswiler , Viresh Kumar , Olof Johansson , Stephen Warren , Geert Uytterhoeven , Lee Jones , Maxime Ripard , Soren Brinkmann , Maxime Coquelin X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 This brings the DevFreq framework in and builds the ACTMON driver that on Tegra124 will scale the external memory clock based on current load. Signed-off-by: Tomeu Vizoso Acked-by: Marcel Ziswiler --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ac96ce1..8e174ea 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -533,6 +533,8 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y +CONFIG_PM_DEVFREQ=y +CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_MEMORY=y CONFIG_TI_AEMIF=y CONFIG_IIO=y