From patchwork Wed Nov 9 21:34:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 124707 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 0FF3AB6F77 for ; Thu, 10 Nov 2011 08:37:38 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ROFnD-0002iy-6a; Wed, 09 Nov 2011 21:34:47 +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 1ROFn8-0002in-T7 for linux-arm-kernel@lists.infradead.org; Wed, 09 Nov 2011 21:34:44 +0000 Received: by yenl9 with SMTP id l9so1370544yen.36 for ; Wed, 09 Nov 2011 13:34:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.118.3 with SMTP id v3mr1996763anm.4.1320874480525; Wed, 09 Nov 2011 13:34:40 -0800 (PST) Received: by 10.150.226.12 with HTTP; Wed, 9 Nov 2011 13:34:40 -0800 (PST) X-Originating-IP: [2620:0:1000:1b02:1aa9:5ff:fe24:37a9] Date: Wed, 9 Nov 2011 13:34:40 -0800 Message-ID: Subject: [GIT PULL] arm/tegra fixes for 3.2-rc From: Olof Johansson To: Arnd Bergmann X-Spam-Note: CRM114 invocation failed X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-0.7 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] 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, A couple of fixes for 3.2-rc below. Nothing controversial. Thanks! -Olof The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/fixes 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-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 ++++- 6 files changed, 27 insertions(+), 12 deletions(-)