From patchwork Fri Jun 21 16:25:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 253267 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 C98932C0390 for ; Sat, 22 Jun 2013 02:26:21 +1000 (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 1Uq4A9-0001VL-Re; Fri, 21 Jun 2013 16:26:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uq4A7-000873-CC; Fri, 21 Jun 2013 16:26:11 +0000 Received: from moutng.kundenserver.de ([212.227.126.186]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uq4A4-000865-EI for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2013 16:26:09 +0000 Received: from klappe2.localnet (HSI-KBW-095-208-002-043.hsi5.kabel-badenwuerttemberg.de [95.208.2.43]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MHtgv-1UrQfS3lML-003Ilq; Fri, 21 Jun 2013 18:25:44 +0200 From: Arnd Bergmann To: Linus Torvalds Subject: ARM: SoC fixes for 3.10-rc Date: Fri, 21 Jun 2013 18:25:37 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201306211825.37495.arnd@arndb.de> X-Provags-ID: V02:K0:1UBE8svXTGlJnQ9cUvS7uD1i02BlvkBiWHW/EASDsOk b0+lK7fudf7J/x+CQg/1WehJPcvVeqLxLTKt500XdpaOyL+Ylq A+Z4Cb4FxVUrRnjgjOOIbZWgOnXUH0MB0uLtaAb6XPopk3jbze mGMBYsKVVZp/UWsS7QNe1SQ6qQmp+bfzfPYI0/dfT8rly6pIyj 4bB7t6Hhi/4az6dhIaAu8DdMrTjrSTOmwu/FaUPfmmbj1YSI3J b4lKSn+92oASeKYl1JSMvZD6dCfVPEQCQYr78R6hAuc2nXyzzT ZX8xtCYC0YuM53QkHtPaPIV7XiphshzUq5viS8htinTgH0qNjN MK+Rd/yUqgWa8ot/QDac= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130621_122608_715915_39467455 X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.186 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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: , 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 The following changes since commit 323226bbb3d865af12644d66df2b7f161adf51c7: Merge tag 'fixes-3.10-4' of git://git.infradead.org/users/jcooper/linux into fixes (2013-06-11 17:05:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus for you to fetch changes up to 8b6fd652641e5ab1892d092e73e83d49291ed638: irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case (2013-06-20 14:52:23 +0200) ---------------------------------------------------------------- ARM: SoC fixes for 3.10-rc These are two fixes that came in this week, one for a regression we introduced in 3.10 in the GIC interrupt code, and the other one fixes a typo in newly introduced code. ---------------------------------------------------------------- Padmavathi Venna (1): ARM: dts: Correct the base address of pinctrl_3 on Exynos5250 Shawn Guo (1): irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 2 +- arch/arm/boot/dts/exynos5250.dtsi | 4 ++-- drivers/irqchip/irq-gic.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)