From patchwork Wed Mar 21 18:16:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 148050 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 2E116B6F9F for ; Thu, 22 Mar 2012 05:19:02 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SAQ5A-0000TA-12; Wed, 21 Mar 2012 18:16:24 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SAQ56-0000Sw-Os for linux-arm-kernel@lists.infradead.org; Wed, 21 Mar 2012 18:16:21 +0000 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id 69F5C63FE; Wed, 21 Mar 2012 12:17:25 -0600 (MDT) Received: from [10.20.204.51] (searspoint.nvidia.com [216.228.112.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 930AAE40F2; Wed, 21 Mar 2012 12:16:11 -0600 (MDT) Message-ID: <4F6A1AEA.7070505@wwwdotorg.org> Date: Wed, 21 Mar 2012 12:16:10 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: arm@kernel.org, ARM kernel mailing list , "linux-tegra@vger.kernel.org" Subject: [GIT PULL] USB AUXDATA fix for tegra X-Enigmail-Version: 1.1.2 X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Olof Johansson 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 Arnd, This is my first pull request for Tegra; hopefully it all works out OK! Note: Nobody has ack'd this change. I'm a maintainer for the files that are touched, but I'm not sure if maintainers are supposed to have another maintainer ack the change before committing it and sending a pull request (in particular for their own changes), or if it's up to their discretion? The following changes since commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7: Linus Torvalds (1): Linux 3.3 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.4/fixes-for-rc1-and-v3.3 Stephen Warren (1): ARM: tegra: Fix device tree AUXDATA for USB/EHCI arch/arm/mach-tegra/board-dt-tegra20.c | 6 +++--- arch/arm/mach-tegra/devices.c | 7 +++---- arch/arm/mach-tegra/devices.h | 5 +++++ 3 files changed, 11 insertions(+), 7 deletions(-)