From patchwork Mon Mar 26 16:19:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 148778 Return-Path: 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 90991B6EEA for ; Tue, 27 Mar 2012 03:39:12 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SCCfX-0001jj-Bi; Mon, 26 Mar 2012 16:21:19 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SCCfQ-0001jY-PW for linux-arm-kernel@merlin.infradead.org; Mon, 26 Mar 2012 16:21:13 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by bombadil.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SCCef-0000LM-4x for linux-arm-kernel@lists.infradead.org; Mon, 26 Mar 2012 16:20:26 +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 B829D6446; Mon, 26 Mar 2012 10:21:17 -0600 (MDT) Received: from [10.20.204.51] (searspoint.nvidia.com [216.228.112.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 17118E460E; Mon, 26 Mar 2012 10:19:48 -0600 (MDT) Message-ID: <4F709723.4080206@wwwdotorg.org> Date: Mon, 26 Mar 2012 10:19:47 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: arm@kernel.org Subject: [GIT PULL] ARM: tegra: Include assembler.h in sleep.S to fix build break X-Enigmail-Version: 1.1.2 X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120326_122025_381668_A8D2EAAA X-CRM114-Status: GOOD ( 11.23 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "linux-tegra@vger.kernel.org" , ARM kernel mailing list X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Arnd, Olof, This pull request depends on the merge of: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git devel/io-cleanup (specifically 6f6f6a7 ARM: create a common IOMEM definition) and: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.4/soc (specifically c76fcc8 ARM: tegra: assembler code for LP3) and is based on a local branch that merges the two branches above. The following changes since commit 1ad105fc77e61f9dd7a272659a248e2979fdb893: Stephen Warren (1): Merge remote branch 'remotes/korg_olof_tegra/for-3.4/soc' into for-3.4/fixes-for-io-cleanup are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.4/fixes-for-io-cleanup Stephen Warren (1): ARM: tegra: Include assembler.h in sleep.S to fix build break arch/arm/mach-tegra/sleep.S | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)