From patchwork Wed Feb 8 00:09:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 140042 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 65636B6F98 for ; Wed, 8 Feb 2012 11:12:42 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Ruv6c-0001P3-Vz; Wed, 08 Feb 2012 00:09:51 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Ruv6Z-0001Op-B2 for linux-arm-kernel@lists.infradead.org; Wed, 08 Feb 2012 00:09:47 +0000 Received: by yenm4 with SMTP id m4so3502538yen.36 for ; Tue, 07 Feb 2012 16:09:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.192.230 with SMTP id i66mr34586937yhn.116.1328659784282; Tue, 07 Feb 2012 16:09:44 -0800 (PST) Received: by 10.146.12.19 with HTTP; Tue, 7 Feb 2012 16:09:44 -0800 (PST) X-Originating-IP: [108.60.121.129] Date: Tue, 7 Feb 2012 16:09:44 -0800 Message-ID: Subject: [GIT PULL] please pull tegra fixes for 3.3-rc From: Olof Johansson To: Arnd Bergmann , arm@kernel.org 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.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-tegra@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 Arnd, The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git fixes for you to fetch changes up to 0783a9bf4a5207e9d57b8c110022957f8dc88e2a: ARM: tegra: paz00: fix wrong UART port on mini-pcie plug (2012-02-06 18:32:51 -0800) ---------------------------------------------------------------- Marc Dietrich (2): ARM: tegra: paz00: fix wrong SD1 power gpio ARM: tegra: paz00: fix wrong UART port on mini-pcie plug Olof Johansson (1): ARM: tegra: dma: fix buildbreak for !CONFIG_TEGRA_SYSTEM_DMA Shubhrajyoti Datta (1): i2c: tegra: Add devexit_p() for remove arch/arm/boot/dts/tegra-paz00.dts | 6 +++--- arch/arm/mach-tegra/board-paz00.c | 8 ++++---- arch/arm/mach-tegra/board-paz00.h | 2 +- arch/arm/mach-tegra/include/mach/dma.h | 10 +++++----- drivers/i2c/busses/i2c-tegra.c | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-)