From patchwork Tue May 8 18:26:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 157776 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 49A89B6FA4 for ; Wed, 9 May 2012 04:28:27 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SRp7Q-0002Vn-7B; Tue, 08 May 2012 18:26:40 +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 1SRp7M-0002VL-UE for linux-arm-kernel@lists.infradead.org; Tue, 08 May 2012 18:26:37 +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 753766412; Tue, 8 May 2012 12:28:13 -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 50CEDE461C; Tue, 8 May 2012 12:26:35 -0600 (MDT) Message-ID: <4FA9655A.9020105@wwwdotorg.org> Date: Tue, 08 May 2012 12:26:34 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: arm@kernel.org Subject: [GIT PULL] ARM: tegra: usb-ulpi branch X-Enigmail-Version: 1.5pre 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: "linux-tegra@vger.kernel.org" , ARM kernel mailing list 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 This branch is based on my previous gpio-pinmux pull request. The following changes since commit aef7704c6cc36db9618603b22194def441d30432: Stephen Warren (1): pinctrl: tegra: error reporting cleanup are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.5/usb-ulpi Allen Martin (1): ARM: tegra: Add pllc clock init table Stephen Warren (6): ARM: tegra: reparent sclk to pll_c_out1 ARM: tegra: fix pclk rate ARM: tegra: change pll_p_out4's rate to 24MHz ARM: tegra: don't hard-code USB ULPI PHY reset_gpio ARM: tegra: add USB ULPI PHY reset GPIO to device tree ARM: dt: tegra: pinmux changes for USB ULPI .../devicetree/bindings/usb/tegra-usb.txt | 3 ++ arch/arm/boot/dts/tegra-harmony.dts | 24 +++++++++++-------- arch/arm/boot/dts/tegra-paz00.dts | 18 +++++++------- arch/arm/boot/dts/tegra-seaboard.dts | 4 +++ arch/arm/boot/dts/tegra-trimslice.dts | 22 ++++++++++------- arch/arm/boot/dts/tegra-ventana.dts | 4 +++ arch/arm/mach-tegra/board-paz00.c | 3 +- arch/arm/mach-tegra/board-trimslice.c | 2 + arch/arm/mach-tegra/common.c | 10 +++++--- arch/arm/mach-tegra/devices.c | 5 +-- arch/arm/mach-tegra/devices.h | 4 +++ arch/arm/mach-tegra/include/mach/usb_phy.h | 4 +- arch/arm/mach-tegra/tegra2_clocks.c | 4 +++ arch/arm/mach-tegra/usb_phy.c | 15 ++++++++++- drivers/usb/host/ehci-tegra.c | 5 ++- 15 files changed, 85 insertions(+), 42 deletions(-)