From patchwork Fri Sep 21 00:16:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 185529 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 9F6CE2C0040 for ; Fri, 21 Sep 2012 10:19:09 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEqv9-00028h-0A; Fri, 21 Sep 2012 00:16:39 +0000 Received: from mail-lb0-f177.google.com ([209.85.217.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEqv6-00028T-59 for linux-arm-kernel@lists.infradead.org; Fri, 21 Sep 2012 00:16:36 +0000 Received: by lbbgf7 with SMTP id gf7so3125653lbb.36 for ; Thu, 20 Sep 2012 17:16:33 -0700 (PDT) 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=VHKNLPNVImH6shfCgR1FyisqsVnToK2yOY6J1FmsCso=; b=DsXZxwt444tr/PIOv43LnK9yuP2y5eHk5xjnF8fnlKx4vtqVX9SggJe536O8neR20y 4fQoeCCmdjhkNL0cx7pG/1NSNc0IxxiacOlzLT1IpqB2qoX08pFp+oXRmlb3K0vjTuGR /CJLs72vVqw+kB5QmetgB+iu0nKFmPYoNXFaBemsAIVBQZsBaa8jc/7NYhLtK+GL1vbT 5y1vqO+WaPYmErgIDSHU3U0l0/nBVTn11PoXUhufzPCmjg+/f7vgNYvwT/55UYB2Agjg elr7UWm763jRRlVFlg/jgiQ4SbcK7XHQ7cFaKcUjo/dG0EMYPehCkKLowjHv0kRSNQEx pfGw== MIME-Version: 1.0 Received: by 10.152.114.5 with SMTP id jc5mr2846158lab.36.1348186593675; Thu, 20 Sep 2012 17:16:33 -0700 (PDT) Received: by 10.114.7.200 with HTTP; Thu, 20 Sep 2012 17:16:33 -0700 (PDT) X-Originating-IP: [2620:0:1000:1b02:ae16:2dff:fe07:4e83] Date: Thu, 20 Sep 2012 17:16:33 -0700 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for 3.6-rc From: Olof Johansson To: Linus Torvalds X-Gm-Message-State: ALoCoQkOy/UkwQKKeiLHy7/JQpVVnPFuLv0MEpJbTDVaSKAiGHSnOj1+43frQqTkrNCLZQ0HKieI 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.217.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 5698bd757d55b1bb87edd1a9744ab09c142abfc2: Linux 3.6-rc6 (2012-09-16 14:58:51 -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 23f3f0613f6172ef1f0cbb0e971adf29f1c1fe5e: Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes (2012-09-18 10:16:44 -0700) ---------------------------------------------------------------- arm-soc: bug fixes for v3.6-rc A couple of samsung clock locking fixes, at91 device tree gpio configuration fix and a couple more for shmobile and i.MX. All small targeted fixes. ---------------------------------------------------------------- Fabio Estevam (1): ARM: imx: armadillo5x0: Fix illegal register access Jean-Christophe PLAGNIOL-VILLARD (1): ARM: at91: fix missing #interrupt-cells on gpio-controller Mandeep Singh Baines (1): ARM: SAMSUNG: use spin_lock_irqsave() in clk_set_parent Olof Johansson (4): Merge branch 'v3.6-samsung-fixes-3' of git://git.kernel.org/.../kgene/linux-samsung into fixes Merge branch 'fixes' of git://git.kernel.org/.../horms/renesas into fixes Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes Sascha Hauer (1): ARM i.MX25: Make timer irq work again Tetsuyuki Kobayashi (1): ARM: shmobile: kzm9g: bugfix: correct mmcif interrupt settings Tushar Behera (1): ARM: SAMSUNG: Use spin_lock_{irqsave,irqrestore} in clk_set_rate arch/arm/boot/dts/at91sam9260.dtsi | 3 +++ arch/arm/boot/dts/at91sam9263.dtsi | 5 +++++ arch/arm/boot/dts/at91sam9g45.dtsi | 5 +++++ arch/arm/boot/dts/at91sam9n12.dtsi | 4 ++++ arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++++ arch/arm/mach-imx/clk-imx25.c | 2 +- arch/arm/mach-imx/mach-armadillo5x0.c | 3 ++- arch/arm/mach-shmobile/board-kzm9g.c | 4 ++-- arch/arm/plat-mxc/include/mach/mx25.h | 1 + arch/arm/plat-samsung/clock.c | 10 ++++++---- 10 files changed, 33 insertions(+), 8 deletions(-)