From patchwork Tue May 8 18:31:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 157782 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 77378B6FA4 for ; Wed, 9 May 2012 04:33:34 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SRpCE-00047I-NT; Tue, 08 May 2012 18:31:39 +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 1SRpCB-00046A-3t for linux-arm-kernel@lists.infradead.org; Tue, 08 May 2012 18:31:35 +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 7D0D16412; Tue, 8 May 2012 12:33:11 -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 68C57E461C; Tue, 8 May 2012 12:31:33 -0600 (MDT) Message-ID: <4FA96684.1040608@wwwdotorg.org> Date: Tue, 08 May 2012 12:31:32 -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: dt 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. This series instantiates many new devices from DT on Tegra boards. 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/dt Laxman Dewangan (1): ARM: dt: tegra: enable als and proximity sensor Olof Johansson (1): ARM: dt: tegra seaboard: add i2c devices Stephen Warren (5): ARM: dt: tegra seaboard: fix I2C2 SCL rate ARM: dt: tegra seaboard: configure I2C2 pinmux ARM: dt: tegra trimslice: add RTC I2C device ARM: dt: tegra trimslice: enable SDHCI1 controller ARM: dt: tegra trimslice: add support for audio arch/arm/boot/dts/tegra-cardhu.dts | 8 ++++++ arch/arm/boot/dts/tegra-seaboard.dts | 41 +++++++++++++++++++++++++++++--- arch/arm/boot/dts/tegra-trimslice.dts | 24 +++++++++++-------- arch/arm/boot/dts/tegra-ventana.dts | 8 ++++++ 4 files changed, 67 insertions(+), 14 deletions(-)