From patchwork Thu Nov 10 02:05:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 124770 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 81F76B6F8B for ; Thu, 10 Nov 2011 13:08:16 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ROK14-0001AV-Pa; Thu, 10 Nov 2011 02:05:22 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1ROK10-0001AP-Sl for linux-arm-kernel@lists.infradead.org; Thu, 10 Nov 2011 02:05:19 +0000 Received: by ywp31 with SMTP id 31so425926ywp.36 for ; Wed, 09 Nov 2011 18:05:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.95.19 with SMTP id x19mr2373569anl.70.1320890715934; Wed, 09 Nov 2011 18:05:15 -0800 (PST) Received: by 10.150.226.12 with HTTP; Wed, 9 Nov 2011 18:05:15 -0800 (PST) X-Originating-IP: [2620:0:1000:1b02:1aa9:5ff:fe24:37a9] Date: Wed, 9 Nov 2011 18:05:15 -0800 Message-ID: Subject: [GIT PULL] arm-soc fixes for 3.2-rc From: Olof Johansson To: Linus Torvalds X-Spam-Note: CRM114 invocation failed 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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org, Nicolas Pitre , Russell King , Arnd Bergmann , linux-kernel@vger.kernel.org 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 Hi Linus, Arnd is offline at the moment so I'm pitching in on collecting patches for arm-soc. See below for a set of fixes, mostly addressing fallout from the merge window. Please pull. Thanks! -Olof The following changes since commit 19e0bafc36abd84a5b4d7c7745b78a6f4626e944: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux (2011-11-08 18:34:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git fixes Dirk Behme (1): ARM: mxc: Remove test_for_ltirq Jason Liu (2): ARM:i.MX: fix build error in tzic/avic.c ARM:i.MX: fix build error in clock-mx51-mx53.c Jean-Christophe PLAGNIOL-VILLARD (4): ARM: at91: usart: drop static map regs for dbgu at91: vmalloc fix missing AT91_VIRT_BASE define at91/yl-9200: Fix section mismatch atmel/spi: fix missing probe Jochen Friedrich (1): ARM: at91: Fix USBA gadget registration Marc Zyngier (2): ARM: mxc: fix local timer interrupt handling ARM: msm: fix compilation flags for MSM_SCM Olof Johansson (5): Merge branch 'mxs/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes Merge branch 'imx/compile-fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes Merge branch 'for-3.2/fixes' of git://git.kernel.org/.../olof/tegra into fixes Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into fixes Shawn Guo (1): arm/mxs: fix mmc device adding for mach-mx28evk Stephen Boyd (1): msm: boards: Fix fallout from removal of machine_desc in fixup Stephen Warren (2): arm/tegra: Don't create duplicate gpio and pinmux devices arm/dt: Fix ventana SDHCI power-gpios Yufeng Shen (1): arm/tegra: enable headphone detection gpio on seaboard arch/arm/boot/dts/tegra-ventana.dts | 3 +-- arch/arm/mach-at91/at91cap9_devices.c | 7 +++---- arch/arm/mach-at91/at91rm9200_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9260_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9261_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9263_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9g45_devices.c | 7 +++---- arch/arm/mach-at91/at91sam9rl_devices.c | 7 +++---- arch/arm/mach-at91/board-yl-9200.c | 2 +- arch/arm/mach-at91/include/mach/vmalloc.h | 2 ++ arch/arm/mach-msm/Makefile | 2 ++ arch/arm/mach-msm/board-msm7x30.c | 4 ++-- arch/arm/mach-msm/board-msm8960.c | 4 ++-- arch/arm/mach-msm/board-msm8x60.c | 4 ++-- arch/arm/mach-msm/scm.c | 3 +++ arch/arm/mach-mx5/clock-mx51-mx53.c | 2 ++ arch/arm/mach-mxs/mach-mx28evk.c | 4 ++-- arch/arm/mach-tegra/board-dt.c | 13 +++++++------ arch/arm/mach-tegra/board-harmony-pinmux.c | 6 +++++- arch/arm/mach-tegra/board-paz00-pinmux.c | 6 +++++- arch/arm/mach-tegra/board-seaboard-pinmux.c | 6 +++++- arch/arm/mach-tegra/board-trimslice-pinmux.c | 5 ++++- arch/arm/plat-mxc/avic.c | 1 + arch/arm/plat-mxc/gic.c | 11 ++--------- arch/arm/plat-mxc/include/mach/entry-macro.S | 3 --- arch/arm/plat-mxc/tzic.c | 1 + drivers/spi/spi-atmel.c | 5 +++-- 27 files changed, 69 insertions(+), 59 deletions(-)