| Submitter | Olof Johansson |
|---|---|
| Date | Dec. 21, 2011, 7:15 p.m. |
| Message ID | <CAOesGMgFCiMqGMA4mVFxKT7tQ_OK+XbAgwXrnvWKp=N2LAouKQ@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/132718/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 A14CBB7027 for <incoming-imx@patchwork.ozlabs.org>; Thu, 22 Dec 2011 06:18:23 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RdRdz-0003Zm-Jm; Wed, 21 Dec 2011 19:16:03 +0000 Received: from mail-ww0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RdRd6-0003CA-5r for linux-arm-kernel@lists.infradead.org; Wed, 21 Dec 2011 19:15:09 +0000 Received: by mail-ww0-f49.google.com with SMTP id dt11so10450636wgb.18 for <linux-arm-kernel@lists.infradead.org>; Wed, 21 Dec 2011 11:15:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.200.71 with SMTP id ev7mr7516464wbb.24.1324494907805; Wed, 21 Dec 2011 11:15:07 -0800 (PST) Received: by 10.227.6.228 with HTTP; Wed, 21 Dec 2011 11:15:07 -0800 (PST) X-Originating-IP: [2620:0:1000:1b02:1aa9:5ff:fe24:37a9] Date: Wed, 21 Dec 2011 11:15:07 -0800 Message-ID: <CAOesGMgFCiMqGMA4mVFxKT7tQ_OK+XbAgwXrnvWKp=N2LAouKQ@mail.gmail.com> Subject: [GIT PULL 5/5] Tegra driver updates for 3.3 From: Olof Johansson <olof@lixom.net> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> 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 [74.125.82.49 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, Ben Dooks <ben-linux@fluff.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: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 |
Arnd, Please pull the below driver updates for tegra for 3.3. They are two device-tree-enablement related patches for i2c, I haven't seen acks from Ben on them but they are trivial and tegra-specific patches so I picked them up anyway. Thanks, -Olof The following changes since commit 6cc04a4420391c3f034afe8ea6e28d75912a70a3: arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (2011-12-19 18:07:22 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/boards Leon Romanovsky (1): ARM: tegra: paz00: Fix board pinmux table. Marc Dietrich (1): ARM: tegra: paz00: add support for wakeup gpio key Olof Johansson (1): arm/tegra: remove __initdata annotation from pinmux tables Stephen Warren (9): arm/tegra: Split Seaboard GPIO table to allow for Ventana arm/tegra: Add AUXDATA for tegra-pinmux and tegra-gpio arm/tegra: Harmony PCIe: Don't touch pinmux arm/tegra: PCIe: Remove include of mach/pinmux.h arm/tegra: Remove useless entries from ventana_pinmux[] arm/tegra: Rework Seaboard-vs-Ventana pinmux table arm/tegra: Fix mistake in Trimslice's pinmux arm/tegra: Refactor board-*-pinmux.c to share code arm/tegra: Use bus notifiers to trigger pinmux setup arch/arm/mach-tegra/Makefile | 1 + arch/arm/mach-tegra/board-dt.c | 16 ++-- arch/arm/mach-tegra/board-harmony-pcie.c | 9 -- arch/arm/mach-tegra/board-harmony-pinmux.c | 22 ++--- arch/arm/mach-tegra/board-paz00-pinmux.c | 24 ++--- arch/arm/mach-tegra/board-paz00.c | 27 ++++++ arch/arm/mach-tegra/board-paz00.h | 3 + arch/arm/mach-tegra/board-pinmux.c | 104 ++++++++++++++++++++++ arch/arm/mach-tegra/board-pinmux.h | 38 ++++++++ arch/arm/mach-tegra/board-seaboard-pinmux.c | 120 ++++++++++++-------------- arch/arm/mach-tegra/board-trimslice-pinmux.c | 26 +++--- arch/arm/mach-tegra/pcie.c | 1 - 12 files changed, 269 insertions(+), 122 deletions(-) create mode 100644 arch/arm/mach-tegra/board-pinmux.c create mode 100644 arch/arm/mach-tegra/board-pinmux.h olof@quad:~/work/tegra (for-3.3/cleanup) $ git request-pull v3.2-rc5 git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/driversThe following changes since commit dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50: Linux 3.2-rc5 (2011-12-09 15:09:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/drivers Stephen Warren (2): i2c: tegra: Add __devinit/exit to probe/remove i2c: tegra: Support DVC controller in device tree drivers/i2c/busses/i2c-tegra.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-)