| Submitter | Stephen Warren |
|---|---|
| Date | Jan. 30, 2013, 9:42 p.m. |
| Message ID | <1359582159-28816-4-git-send-email-swarren@wwwdotorg.org> |
| Download | mbox |
| Permalink | /patch/217176/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3876B2C008E for <incoming-imx@patchwork.ozlabs.org>; Thu, 31 Jan 2013 23:30:02 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0tEI-0003N8-Sp; Thu, 31 Jan 2013 12:26:58 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U0fQh-0007l9-E7 for linux-arm-kernel@lists.infradead.org; Wed, 30 Jan 2013 21:42:52 +0000 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id D31D365BA; Wed, 30 Jan 2013 14:45:11 -0700 (MST) Received: from swarren-lx1.nvidia.com (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id A1B50E479B; Wed, 30 Jan 2013 14:42:49 -0700 (MST) From: Stephen Warren <swarren@wwwdotorg.org> To: arm@kernel.org Subject: [GIT PULL 4/8] ARM: tegra: cpuidle enhancements Date: Wed, 30 Jan 2013 14:42:35 -0700 Message-Id: <1359582159-28816-4-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359582159-28816-1-git-send-email-swarren@wwwdotorg.org> References: <1359582159-28816-1-git-send-email-swarren@wwwdotorg.org> X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130130_164251_531870_F97C9611 X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. 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 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Thu, 31 Jan 2013 07:10:07 -0500 Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren <swarren@wwwdotorg.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
This pull request implements a new "LP2" cpuidle state for Tegra20, which makes use of the couple cpuidle feature. It is based on (most of) the previous pull request, with tag tegra-for-3.9-soc-usb. ---------------------------------------------------------------- The following changes since commit 9304512151b0933c454f0842cdb19bec23422bc5: usb: host: tegra: don't touch EMC clock are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.9-soc-cpuidle for you to fetch changes up to 1d328606c66b9bb1c0552f585943d596f37ae3b9: ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down mode ---------------------------------------------------------------- Joseph Lo (5): ARM: tegra: add pending SGI checking API ARM: tegra20: cpuidle: add powered-down state for secondary CPU clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_ops ARM: tegra20: flowctrl: add support for cpu_suspend_enter/exit ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down mode arch/arm/mach-tegra/Kconfig | 1 + arch/arm/mach-tegra/cpuidle-tegra20.c | 197 ++++++++++++++++++++++++++- arch/arm/mach-tegra/flowctrl.c | 38 +++++- arch/arm/mach-tegra/flowctrl.h | 4 + arch/arm/mach-tegra/irq.c | 15 +++ arch/arm/mach-tegra/irq.h | 22 +++ arch/arm/mach-tegra/pm.c | 3 + arch/arm/mach-tegra/sleep-tegra20.S | 200 ++++++++++++++++++++++++++++ arch/arm/mach-tegra/sleep.S | 19 +++ arch/arm/mach-tegra/sleep.h | 26 ++++ drivers/clk/tegra/clk-tegra20.c | 93 +++++++++++++ 11 files changed, 609 insertions(+), 9 deletions(-) create mode 100644 arch/arm/mach-tegra/irq.h