From patchwork Fri Nov 16 17:46:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 199707 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 51E2E2C007E for ; Sat, 17 Nov 2012 04:48:44 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TZQ0B-0005nJ-F0; Fri, 16 Nov 2012 17:46:51 +0000 Received: from mail-ie0-f177.google.com ([209.85.223.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TZQ07-0005mk-Fm for linux-arm-kernel@lists.infradead.org; Fri, 16 Nov 2012 17:46:48 +0000 Received: by mail-ie0-f177.google.com with SMTP id e14so3894159iej.36 for ; Fri, 16 Nov 2012 09:46:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=X+XtMiY/quqY/2dgH1WZrdfAN0QydiUfDgKHhs0kwlQ=; b=B8kU3vK31wsFBIZTYUHvtY0XPavRbFGBuTVeBO3nyA0+Li2589h1zn7OAijoDSzyd5 2XZkptA4fuxnLVzUnAO1aQ9fdb30Eq/p+eRfJoItBU3SJFMS7eKW8lrHJwQE6Gvr8CdT bjYnAmJURhQKvYI3lyTqUgJ4A0LB/+rOQaZHqegjANjMjfQdV3kJH3mAk7sseW4Fyy1K uP53uCTAPxU7W5ptzBC/kMmyxaKO0dP2id9f1/ZcTjr8iSPOaVQ8PO5N8j7zvNpz+KgA UsY0HpaqjO0qX4f/eEJPUzd2Dlq9wX6hb/U8IEzX2qvFMtJAI9O2V3I0Ssk95mse2sTb sGFA== MIME-Version: 1.0 Received: by 10.42.68.14 with SMTP id v14mr4487249ici.16.1353088006219; Fri, 16 Nov 2012 09:46:46 -0800 (PST) Received: by 10.50.42.227 with HTTP; Fri, 16 Nov 2012 09:46:46 -0800 (PST) X-Originating-IP: [2620:0:1000:1b02:ae16:2dff:fe07:4e83] Date: Fri, 16 Nov 2012 09:46:46 -0800 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for 3.7-rc From: Olof Johansson To: Linus Torvalds X-Gm-Message-State: ALoCoQnhr5a9t7D59XwW2RfPff0O+6vEmktuBgJdiPBMm6vtHYAJEW5WWZ7LmXW7IY9TUSKioctN X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121116_124647_609394_AE1551B4 X-CRM114-Status: GOOD ( 11.61 ) 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.223.177 listed in list.dnswl.org] -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.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 77b67063bb6bce6d475e910d3b886a606d0d91f7: Linux 3.7-rc5 (2012-11-11 13:44:33 +0100) 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 6658d6a5957662d0b9b2da8cc2466de2dad09a1a: Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes (2012-11-16 16:43:58 +0100) ---------------------------------------------------------------- ARM: SoC fixes for 3.7 We've been sitting on this longer than we meant to due to travel and other activities, but the number of patches is luckily not that high. Biggest changes are from a batch of OMAP bugfixes, but there are a few for the broader set of SoCs too (bcm2835, pxa, highbank, tegra, at91 and i.MX). The OMAP patches contain some fixes for MUSB/PHY on omap4 which ends up being a bit on the large side but needed for legacy (non-DT) platforms. Beyond that there are a handful of hwmod/pm changes. So, fairly noncontroversial stuff all in all, and as usual around this time the fixes are well targeted at specific problems. ---------------------------------------------------------------- Arnd Bergmann (4): Merge tag 'omap-for-v3.7-rc4/musb-regression-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'omap-for-v3.7-rc4/fixes-signed' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes Axel Lin (1): irqchip: irq-bcm2835: Add terminating entry for of_device_id table Christoph Fritz (1): ARM: imx: ehci: fix host power mask bit Fabio Estevam (1): ARM: boot: Fix usage of kecho Johan Hovold (1): ARM: at91/usbh: fix overcurrent gpio setup Kevin Hilman (2): ARM: OMAP2+: PM: add missing newline to VC warning message ARM: OMAP4: PM: fix regulator name for VDD_MPU Kishon Vijay Abraham I (3): drivers: bus: ocp2scp: add pdata support ARM: OMAP4: add _dev_attr_ to ocp2scp for representing usb_phy ARM: OMAP: ocp2scp: create omap device for ocp2scp Marko Katic (1): ARM: pxa/spitz_pm: Fix hang when resuming from STR Miguel Vadillo (1): ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP Nicolas Royer (1): ARM: at91/AT91SAM9G45: fix crypto peripherals irq issue due to sparse irq support Olof Johansson (2): Merge branch 'upload/fix' of git://github.com/hzhuang1/linux into fixes Merge branch 'for-3.7/fixes-for-rc4' of git://git.kernel.org/.../swarren/linux-tegra into fixes Paul Parsons (1): ARM: pxa: hx4700: Fix backlight PWM device number Paul Walmsley (2): ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init Pritesh Raithatha (1): ARM: dt: tegra: fix length of pad control and mux registers Rob Herring (1): ARM: highbank: retry wfi on reset request Tero Kristo (1): ARM: OMAP: hwmod: wait for sysreset complete after enabling hwmod Tony Lindgren (2): Merge tag 'for_3.7-rc5-fixes-pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.7-rc4/fixes Merge tag 'omap-fixes-b2-for-3.7-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.7-rc4/fixes Wei Yongjun (1): ARM i.MX: fix error-valued pointer dereference in clk_register_gate2() arch/arm/boot/Makefile | 10 ++-- arch/arm/boot/dts/tegra30.dtsi | 4 +- arch/arm/mach-at91/at91rm9200_devices.c | 2 +- arch/arm/mach-at91/at91sam9260_devices.c | 2 +- arch/arm/mach-at91/at91sam9261_devices.c | 2 +- arch/arm/mach-at91/at91sam9263_devices.c | 2 +- arch/arm/mach-at91/at91sam9g45_devices.c | 12 ++--- arch/arm/mach-highbank/system.c | 3 +- arch/arm/mach-imx/clk-gate2.c | 2 +- arch/arm/mach-imx/ehci-imx25.c | 2 +- arch/arm/mach-imx/ehci-imx35.c | 2 +- arch/arm/mach-omap2/clockdomains44xx_data.c | 2 +- arch/arm/mach-omap2/devices.c | 79 ++++++++++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod.c | 63 +++++++++++++++++----- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 36 +++++++++++++ arch/arm/mach-omap2/twl-common.c | 2 +- arch/arm/mach-omap2/vc.c | 2 +- arch/arm/mach-pxa/hx4700.c | 8 ++- arch/arm/mach-pxa/spitz_pm.c | 8 +-- arch/arm/plat-omap/include/plat/omap_hwmod.h | 6 +++ arch/arm/tools/Makefile | 2 +- drivers/bus/omap-ocp2scp.c | 68 ++++++++++++++++++++++-- drivers/irqchip/irq-bcm2835.c | 3 +- include/linux/platform_data/omap_ocp2scp.h | 31 +++++++++++ 24 files changed, 303 insertions(+), 50 deletions(-) create mode 100644 include/linux/platform_data/omap_ocp2scp.h