From patchwork Fri Jun 14 16:37:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 251467 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 390D82C009A for ; Sat, 15 Jun 2013 02:45:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752687Ab3FNQpT (ORCPT ); Fri, 14 Jun 2013 12:45:19 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:44778 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752655Ab3FNQpO (ORCPT ); Fri, 14 Jun 2013 12:45:14 -0400 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 4B518635A; Fri, 14 Jun 2013 10:53:55 -0600 (MDT) Received: from swarren-lx1.nvidia.com (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id B9BB9E4624; Fri, 14 Jun 2013 10:37:25 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, Stephen Warren Subject: [GIT PULL 1/5] ARM: tegra: DT-related fixes needed by the USB tree Date: Fri, 14 Jun 2013 10:37:14 -0600 Message-Id: <1371227838-18764-2-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1371227838-18764-1-git-send-email-swarren@wwwdotorg.org> References: <1371227838-18764-1-git-send-email-swarren@wwwdotorg.org> X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.97.7 at avon.wwwdotorg.org X-Virus-Status: Clean Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org The Tegra USB bindings were in bad shape. The patches in this branch fix the binding definitions, and make all the necessary additions to the DT files. Stale nodes/properties will be removed early in 3.12 once the USB driver has been updated for the new binding. These changes are needed in both the USB tree, to allow the driver to be updated to handle them, and the Tegra tree, so that various tree- wide DT changes (e.g. conversion of IRQ/GPIO/clock constants to defines) can be applied on top of them. This branch is included in later pull request tegra-for-3.11-dt. ---------------------------------------------------------------- The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.11-deps-for-usb for you to fetch changes up to 4c94c8b5b3cc38b0d0b1ec79642f5710e19a3e01: ARM: tegra: update device trees for USB binding rework ---------------------------------------------------------------- Venu Byravarasu (3): ARM: tegra: finalize USB EHCI and PHY bindings ARM: tegra: modify ULPI reset GPIO properties ARM: tegra: update device trees for USB binding rework .../bindings/usb/nvidia,tegra20-ehci.txt | 27 ++--------- .../bindings/usb/nvidia,tegra20-usb-phy.txt | 41 ++++++++++++++-- arch/arm/boot/dts/tegra20-colibri-512.dtsi | 6 ++- arch/arm/boot/dts/tegra20-harmony.dts | 15 ++++-- arch/arm/boot/dts/tegra20-iris-512.dts | 9 +++- arch/arm/boot/dts/tegra20-paz00.dts | 15 ++++-- arch/arm/boot/dts/tegra20-seaboard.dts | 26 +++++++++-- arch/arm/boot/dts/tegra20-tamonten.dtsi | 4 ++ arch/arm/boot/dts/tegra20-trimslice.dts | 25 ++++++++-- arch/arm/boot/dts/tegra20-ventana.dts | 15 ++++-- arch/arm/boot/dts/tegra20-whistler.dts | 28 +++++++++++ arch/arm/boot/dts/tegra20.dtsi | 49 +++++++++++++++----- 12 files changed, 206 insertions(+), 54 deletions(-) --- 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