From patchwork Fri Apr 5 17:03:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 234213 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5A2922C00DD for ; Sat, 6 Apr 2013 04:05:12 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3m-0002hZ-7f; Fri, 05 Apr 2013 17:04:18 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3i-0005A0-1v; Fri, 05 Apr 2013 17:04:14 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3R-00056U-36 for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2013 17:03:58 +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 ABBF06437; Fri, 5 Apr 2013 11:04:41 -0600 (MDT) 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 21A5DE461B; Fri, 5 Apr 2013 11:03:52 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 2/8] ARM: tegra: minor fixes Date: Fri, 5 Apr 2013 11:03:40 -0600 Message-Id: <1365181426-11547-2-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1365181426-11547-1-git-send-email-swarren@wwwdotorg.org> References: <1365181426-11547-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-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130405_130357_386898_50EDF7B9 X-CRM114-Status: GOOD ( 10.16 ) X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -2.4 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] Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org This branch contains a variety of small build and run-time fixes that weren't important enough for 3.9. * Enable CPU errata WARs in secondary reset handler as a preparation for multi-platform support, and a related fix. * Don't touch DBLGAR in reset/resume handlers, so enable the code to run on A15 cores. * Minor build fixes. * A fix to the Tegra clock driver. * Some error-handling fixes. This branch is based on the previous fixes-for-mmc pull request. ---------------------------------------------------------------- The following changes since commit 908ab9368866e6edf0edebdd546adefd5f3128f9: ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc host are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.10-fixes for you to fetch changes up to eebd1fda2342014a50ed3fd132e5dc6e8b5251e8: ARM: tegra: powergate: Don't error out if new state == old state ---------------------------------------------------------------- Hiroshi Doyu (2): ARM: tegra: Fix unchecked return value memory: tegra30: Fix build error w/o PM Joseph Lo (2): ARM: tegra: don't unlock MMIO access to DBGLAR ARM: tegra: fix the logical detection of power on sequence of warm boot CPUs Peter De Schrijver (1): clk: tegra: No 7.1 super clk dividers on Tegra20 Stephen Warren (3): ARM: tegra: add CPU errata WARs to Tegra reset handler ARM: tegra: remove save/restore of CPU diag register ARM: tegra: fix ignored return value of regulator_enable Thierry Reding (2): ARM: tegra: Export tegra_powergate_sequence_power_up() ARM: tegra: powergate: Don't error out if new state == old state arch/arm/mach-tegra/board-harmony-pcie.c | 7 +++- arch/arm/mach-tegra/cpuidle-tegra30.c | 4 --- arch/arm/mach-tegra/headsmp.S | 3 -- arch/arm/mach-tegra/platsmp.c | 5 ++- arch/arm/mach-tegra/pm.c | 19 ---------- arch/arm/mach-tegra/powergate.c | 4 ++- arch/arm/mach-tegra/reset-handler.S | 48 ++++++++++++++++++++----- drivers/clk/tegra/clk-tegra20.c | 36 ++----------------- drivers/memory/tegra30-mc.c | 2 ++ 9 files changed, 56 insertions(+), 72 deletions(-)