From patchwork Fri Jul 6 18:48:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 170015 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 B35042C0200 for ; Tue, 10 Jul 2012 10:56:10 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SoOe5-0001kl-HP; Tue, 10 Jul 2012 00:49:47 +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 1SnDa4-0006wf-Nt for linux-arm-kernel@lists.infradead.org; Fri, 06 Jul 2012 18:48:55 +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 0C62B9E1C8; Fri, 6 Jul 2012 12:52:53 -0600 (MDT) Received: from localhost.localdomain (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 E3CC8E47A5; Fri, 6 Jul 2012 12:48:13 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL V2 5/7] ARM: tegra: for-3.6/boards branch Date: Fri, 6 Jul 2012 12:48:00 -0600 Message-Id: <1341600482-11020-6-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1341600482-11020-1-git-send-email-swarren@wwwdotorg.org> References: <1341600482-11020-1-git-send-email-swarren@wwwdotorg.org> X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.96.5 at avon.wwwdotorg.org X-Virus-Status: Clean X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. 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] X-Mailman-Approved-At: Mon, 09 Jul 2012 20:32:17 -0400 Cc: linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren 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: , MIME-Version: 1.0 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 contains changes to Tegra board files, and related Kconfig and Makefile changes. Highlights include: * Removal of Seaboard/Springbank board files; these boards can now only be used with device tree. * Use of small parts of some non-DT board files from the DT board files. This enables all features that the non-DT board files have, when booting from DT. This will allow almost complete removal of all non-DT board files in v3.7. * Other miscellaneous changes. This branch is based on Tegra's for-3.6/cleanup branch from a previous pull request. This branch is not included in a later pull request. Note that there will be a merge conflict between for-3.6/{dt,boards}. The expected resolution may be found in branch for-3.6/merged-dt-boards. ---------------------------------------------------------------- The following changes since commit 702b0e4f2f2782962aab7d9a0a40ad68770bb1f6: ARM: dt: tegra: rename board files to match SoC are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git for-3.6/boards for you to fetch changes up to 2553dcc6e603e3833990bd3a29bee98d1dbdf251: ARM: tegra: use of_default_bus_match_table ---------------------------------------------------------------- Laxman Dewangan (1): ARM: tegra: add device tree AUXDATA for APBDMA Stephen Warren (7): ARM: tegra: make .dts compilation depend on Tegra2 support ARM: tegra: remove CONFIG_MACH_TEGRA_DT ARM: tegra: remove Seaboard board files ARM: tegra: trimslice: enable PCIe when booting from device tree ARM: tegra: harmony: init regulators, PCIe when booting from DT ARM: tegra: paz00: enable WiFi rfkill when booting from device tree ARM: tegra: use of_default_bus_match_table arch/arm/Kconfig | 1 + arch/arm/mach-tegra/Kconfig | 36 --- arch/arm/mach-tegra/Makefile | 13 +- arch/arm/mach-tegra/Makefile.boot | 10 +- arch/arm/mach-tegra/board-dt-tegra20.c | 74 +++++- arch/arm/mach-tegra/board-dt-tegra30.c | 8 +- arch/arm/mach-tegra/board-harmony-pcie.c | 15 +- arch/arm/mach-tegra/board-harmony-power.c | 25 ++- arch/arm/mach-tegra/board-paz00.c | 7 +- arch/arm/mach-tegra/board-seaboard-pinmux.c | 197 -------------- arch/arm/mach-tegra/board-seaboard.c | 306 ---------------------- arch/arm/mach-tegra/board-seaboard.h | 47 ---- arch/arm/mach-tegra/board.h | 9 + 13 files changed, 127 insertions(+), 621 deletions(-) delete mode 100644 arch/arm/mach-tegra/board-seaboard-pinmux.c delete mode 100644 arch/arm/mach-tegra/board-seaboard.c delete mode 100644 arch/arm/mach-tegra/board-seaboard.h