From patchwork Fri Oct 14 16:46:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 119850 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DEE24B6FD1 for ; Sat, 15 Oct 2011 03:46:41 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755217Ab1JNQql (ORCPT ); Fri, 14 Oct 2011 12:46:41 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:43001 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755181Ab1JNQqk (ORCPT ); Fri, 14 Oct 2011 12:46:40 -0400 Received: by wwf22 with SMTP id 22so3736426wwf.1 for ; Fri, 14 Oct 2011 09:46:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.175.141 with SMTP id ba13mr1549157wbb.23.1318610799078; Fri, 14 Oct 2011 09:46:39 -0700 (PDT) Received: by 10.227.147.82 with HTTP; Fri, 14 Oct 2011 09:46:38 -0700 (PDT) X-Originating-IP: [2620:0:1000:1b02:1aa9:5ff:fe24:37a9] In-Reply-To: References: Date: Fri, 14 Oct 2011 09:46:38 -0700 Message-ID: Subject: Re: [GIT PULL] Please pull tegra feature branch for 3.2 From: Olof Johansson To: Arnd Bergmann Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren , Colin Cross Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Dropped the AUTO_ZRELADDR patch due to discussions related to dependency issues. New pull request: The following changes since commit ecb7b0e33e048e63d1169e6fee277430c70ddf0b: ARM: tegra: update defconfig (2011-10-13 15:07:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features olof@quad:~/work/tegra (for-3.2/features) $ git request-pull v3.1-rc9 git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84: Linux 3.1-rc9 (2011-10-04 18:11:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features Olof Johansson (1): ARM: tegra: update defconfig Peter De Schrijver (3): arm/tegra: prepare Seaboard pinmux code for derived boards arm/tegra: add support for ventana pinmuxing arm/tegra: device tree support for ventana board Stephen Warren (6): arm/tegra: Prep boards for gpio/pinmux conversion to pdevs arm/dt: Tegra: Add pinmux node to tegra20.dtsi arm/tegra: Convert pinmux driver to a platform device gpio/tegra: Convert to a platform device arm/tegra: pinmux: ioremap registers arm/tegra: Harmony: Configure PMC for low-level interrupts .../devicetree/bindings/pinmux/pinmux_nvidia.txt | 5 + arch/arm/boot/dts/tegra-ventana.dts | 32 ++++ arch/arm/boot/dts/tegra20.dtsi | 8 + arch/arm/configs/tegra_defconfig | 39 ++++- arch/arm/mach-tegra/Kconfig | 6 + arch/arm/mach-tegra/Makefile | 1 + arch/arm/mach-tegra/Makefile.boot | 1 + arch/arm/mach-tegra/board-dt.c | 26 +++- arch/arm/mach-tegra/board-harmony-pinmux.c | 8 + arch/arm/mach-tegra/board-harmony-power.c | 13 ++- arch/arm/mach-tegra/board-paz00-pinmux.c | 8 + arch/arm/mach-tegra/board-seaboard-pinmux.c | 69 ++++++++- arch/arm/mach-tegra/board-trimslice-pinmux.c | 7 + arch/arm/mach-tegra/devices.c | 84 ++++++++++ arch/arm/mach-tegra/devices.h | 2 + arch/arm/mach-tegra/include/mach/pinmux.h | 4 + arch/arm/mach-tegra/pinmux-t2-tables.c | 76 ++-------- arch/arm/mach-tegra/pinmux.c | 163 ++++++++++++++++---- drivers/gpio/gpio-tegra.c | 143 ++++++++++++------ 19 files changed, 535 insertions(+), 160 deletions(-) create mode 100644 Documentation/devicetree/bindings/pinmux/pinmux_nvidia.txt create mode 100644 arch/arm/boot/dts/tegra-ventana.dts --- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html