Return-Path: <linux-tegra-owner@vger.kernel.org>
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 C588BB6F82
for <incoming@patchwork.ozlabs.org>;
Fri, 14 Oct 2011 11:21:42 +1100 (EST)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1751663Ab1JNAVl (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);
Thu, 13 Oct 2011 20:21:41 -0400
Received: from mail-yw0-f46.google.com ([209.85.213.46]:39064 "EHLO
mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1751452Ab1JNAVl (ORCPT
<rfc822;linux-tegra@vger.kernel.org>);
Thu, 13 Oct 2011 20:21:41 -0400
Received: by yws29 with SMTP id 29so86761yws.19
for <linux-tegra@vger.kernel.org>;
Thu, 13 Oct 2011 17:21:40 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.236.173.131 with SMTP id v3mr8298752yhl.112.1318551700714;
Thu, 13 Oct 2011 17:21:40 -0700 (PDT)
Received: by 10.147.136.13 with HTTP; Thu, 13 Oct 2011 17:21:40 -0700 (PDT)
X-Originating-IP: [2620:0:1000:147d:224:d7ff:fe6c:ec74]
Date: Thu, 13 Oct 2011 17:21:40 -0700
Message-ID: <CAOesGMipZUkZG8oHSwK-8xw5Y0u6Ymfjmumq7=ijsztUwdGeDA@mail.gmail.com>
Subject: [GIT PULL] Please pull tegra feature branch for 3.2
From: Olof Johansson <olof@lixom.net>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Stephen Warren <swarren@nvidia.com>, Colin Cross <ccross@android.com>
Content-Type: text/plain; charset=ISO-8859-1
Sender: linux-tegra-owner@vger.kernel.org
Precedence: bulk
List-ID: <linux-tegra.vger.kernel.org>
X-Mailing-List: linux-tegra@vger.kernel.org
Hi Arnd, 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 (4): arm/tegra: prepare Seaboard pinmux code for derived boards arm/tegra: add support for ventana pinmuxing arm/tegra: device tree support for ventana board arm/tegra: select AUTO_ZRELADDR by default 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/Kconfig | 1 + 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 ++++++++++++------ 20 files changed, 536 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