From patchwork Sat Oct 20 00:09:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 192882 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 BCC8C2C0090 for ; Sat, 20 Oct 2012 11:11:29 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TPMcp-0001ON-TD; Sat, 20 Oct 2012 00:09:12 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TPMcn-0001O9-9h for linux-arm-kernel@lists.infradead.org; Sat, 20 Oct 2012 00:09:10 +0000 Received: by mail-pb0-f49.google.com with SMTP id xa7so768116pbc.36 for ; Fri, 19 Oct 2012 17:09:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent:x-gm-message-state; bh=3DVa72K3WZZrPQIwR/+AS4VWO8KVcGsOitJKEbA0wBc=; b=I+nTY3kcoip7HecQ709w9vfjrhMBeLGf5z4wiHQfHp9G6+YXUKsHCys1W2PIu2OPxH 7n0xh+1pFiLsWdfelgskU6nNtjGfiuV1jZP4m43+UYnuG6iJoXQl8CLsDgiaRuwsdauE tMbNwu5CAv5bRcwtadpJurFPNdzgZ3Hea2bj30hU0v1clh0a+Bk0H3gmAjWEAGUzqyHt uRJ8/RUX666lqms2MI8e3IUBoViTKoCNBi+20euvQrQSEeJI+fgEebpiUmA424qXE+M5 sShwXO/bi6BbsXo/buWv+PJgu3ViJR2z/7eeZVspdfUG5520PbuW4qYEYWoRgPpn7OM8 lKNA== Received: by 10.68.135.168 with SMTP id pt8mr11074012pbb.24.1350691747431; Fri, 19 Oct 2012 17:09:07 -0700 (PDT) Received: from localhost ([2001:470:1f05:1640:9cb2:72c3:363c:8f64]) by mx.google.com with ESMTPS id iq3sm1948840pbc.5.2012.10.19.17.09.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 17:09:06 -0700 (PDT) Date: Fri, 19 Oct 2012 17:09:05 -0700 From: Olof Johansson To: torvalds@linux-foundation.org Subject: [GIT PULL] ARM: soc fixes for -rc2 Message-ID: <20121020000905.GA29057@quad.lixom.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQko+0VngRfTPWgreri3FX8yr8sQQloeA9X0nJ4Vzdk953BCs9zexNfVk5mtz5K1rppNdIDD 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.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: olof@lixom.net, 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.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, The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -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 70f3900ee5c78d498dbbf880ec409f4b8f4da21e: Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes (2012-10-19 16:17:51 -0700) ---------------------------------------------------------------- ARM: soc: Fixes for 3.7-rc2 A set of fixes and some minor cleanups for -rc2: - A series from Arnd that fixes warnings in drivers and other code included by ARM defconfigs. Most have been acked by corresponding maintainers (and seem quite hard to argue not picking up anyway in the few exception cases). - A few misc patches from the list for integrator/vt8500/i.MX - A batch of fixes to OMAP platforms, fixing: - boot problems on beaglebone, - regression fixes for local timers - clockdomain locking fixes - a few boot/sparse warnings - For Tegra: - Clock rate calculation overflow fix - Revert a change that removed timer clocks and a fix for symbol name clashes - For Renesas: - IO accessor / annotation cleanups to remove warnings - For Kirkwood/Dove/mvebu: - Fixes for device trees for Dove (some minor cleanups, some fixes) - Fixes for the mvebu gpio driver - Fix build problem for Feroceon due to missing ifdefs - Fix lsxl DTS files ---------------------------------------------------------------- Arnd Bergmann (7): SCSI: ARM: ncr5380/oak uses no interrupts SCSI: ARM: make fas216_dumpinfo function conditional mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops spi/s3c64xx: use correct dma_transfer_direction type ARM: s3c: mark s3c2440_clk_add as __init_refok Axel Lin (1): gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type Benoit Cousson (1): ARM: OMAP2+: clock data: Add dev-id for the omap-gpmc dummy fck Jason Gunthorpe (1): ARM: Kirkwood: fix disabling CACHE_FEROCEON_L2 Jon Hunter (1): ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory Kuninori Morimoto (2): ARM: shmobile: armadillo800eva: __io abuse cleanup ARM: shmobile: r8a7779: use __iomem pointers for MMIO Linus Walleij (1): ARM: dts: compile Integrator device trees Mark Zhang (1): ARM: tegra30: clk: Fix output_rate overflow Michael Walle (2): ARM: kirkwood: fix LEDs names for lsxl boards ARM: kirkwood: fix buttons on lsxl boards Olof Johansson (7): Merge branch 'fixes' of git://git.kernel.org/.../horms/renesas into fixes Merge tag 'tegra-for-3.7-fixes-for-rc2' of git://git.kernel.org/.../swarren/linux-tegra into fixes Merge tag 'omap-for-v3.7-rc1/fixes-take5-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'mvebu_dove_late_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes Merge tag 'mvebu_gpio_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes Merge branch 'testing/driver-warnings' of git://git.kernel.org/.../arm/arm-soc into fixes Merge tag 'kirkwood_fixes_for_v3.7' of git://git.infradead.org/users/jcooper/linux into fixes Paul Walmsley (1): ARM: OMAP: resolve sparse warning concerning debug_card_init() Sebastian Hesselbarth (6): ARM: dove: Add pcie clock support ARM: dove: Fix tauros2 device tree init ARM: dove: Fix clock names of sata and gbe ARM: dove: Restructure SoC device tree descriptor ARM: dove: Remove watchdog from DT ARM: dove: Add crypto engine to DT Sebastien Guiriec (1): ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message Shawn Guo (1): ARM: dts: imx6q-arm2: move NANDF_CS pins out of 'hog' Sivaram Nair (2): ARM: tegra: rename tegra system timer ARM: tegra: add tegra_timer clock Tero Kristo (1): ARM: OMAP: clockdomain: Fix locking on _clkdm_clk_hwmod_enable / disable Tony Lindgren (1): ARM: OMAP4: Fix twd_local_timer_register regression Tony Prisk (1): dtb: fix interrupt assignment for ehci/uhci on wm8505 arch/arm/boot/dts/Makefile | 2 ++ arch/arm/boot/dts/dove.dtsi | 49 +++++++++++++++++--------- arch/arm/boot/dts/imx6q-arm2.dts | 10 +++++- arch/arm/boot/dts/kirkwood-lsxl.dtsi | 18 +++++----- arch/arm/boot/dts/wm8505.dtsi | 4 +-- arch/arm/mach-dove/common.c | 8 ++--- arch/arm/mach-dove/pcie.c | 5 +++ arch/arm/mach-kirkwood/board-dt.c | 2 -- arch/arm/mach-kirkwood/common.c | 4 +-- arch/arm/mach-omap2/clock44xx_data.c | 2 +- arch/arm/mach-omap2/clockdomain.c | 15 +++++--- arch/arm/mach-omap2/devices.c | 2 +- arch/arm/mach-omap2/gpmc.c | 24 ++++++++++--- arch/arm/mach-omap2/timer.c | 2 +- arch/arm/mach-s3c24xx/clock-s3c2440.c | 2 +- arch/arm/mach-shmobile/board-armadillo800eva.c | 2 +- arch/arm/mach-shmobile/clock-r8a7779.c | 22 ++++++------ arch/arm/mach-tegra/board-dt-tegra20.c | 2 +- arch/arm/mach-tegra/board-dt-tegra30.c | 2 +- arch/arm/mach-tegra/board.h | 2 +- arch/arm/mach-tegra/tegra20_clocks_data.c | 1 + arch/arm/mach-tegra/tegra30_clocks.c | 2 +- arch/arm/mach-tegra/tegra30_clocks_data.c | 1 + arch/arm/mach-tegra/timer.c | 2 +- arch/arm/plat-omap/debug-devices.c | 1 + drivers/gpio/gpio-mvebu.c | 3 ++ drivers/pcmcia/pxa2xx_sharpsl.c | 2 +- drivers/scsi/arm/fas216.c | 2 +- drivers/scsi/arm/oak.c | 1 + drivers/spi/spi-s3c64xx.c | 6 ++-- drivers/usb/host/ehci-orion.c | 2 +- mm/slob.c | 6 ++-- 32 files changed, 133 insertions(+), 75 deletions(-)