From patchwork Fri Apr 5 17:03:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 234214 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5D62C2C00DD for ; Sat, 6 Apr 2013 04:05:51 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3u-0002mi-IU; Fri, 05 Apr 2013 17:04:26 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3r-0005AS-7p; Fri, 05 Apr 2013 17:04:23 +0000 Received: from avon.wwwdotorg.org ([2001:470:1f0f:bd7::2]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UOA3R-00056V-ER for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2013 17:03:59 +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 D7A1A643A; Fri, 5 Apr 2013 11:04:42 -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 0E5BCE4636; Fri, 5 Apr 2013 11:03:52 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL 3/8] ARM: tegra: cleanup Date: Fri, 5 Apr 2013 11:03:41 -0600 Message-Id: <1365181426-11547-3-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1365181426-11547-1-git-send-email-swarren@wwwdotorg.org> References: <1365181426-11547-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-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130405_130357_820162_AB73C097 X-CRM114-Status: GOOD ( 13.33 ) X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -2.4 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" 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 includes various cleanup of the core Tegra support. * Unification of the separate board-dt-tegra*.c files into a single tegra.c, now that everything is DT-driven and basically identical. * Use of_clk_get() in the Tegra clocksource driver so that clocks are described in DT rather than hard-coding clock names. * Some cleanup of the PMC-related code, with the aim that the PMC "driver" contains more of the code that touches PMC registers, rather than spreading PMC register accesses through other files. * Conversion of the "PMC" driver to acquire resources describe in device tree rather than hard-coding them. * Use of common code for the CPU sleep TLB invalidation. This branch is based on the previous fixes pull request. ---------------------------------------------------------------- The following changes since commit 84b808da2dea7020211f1d73d015ff6c3ac207c4: ARM: tegra: fix ignored return value of regulator_enable are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.10-cleanup for you to fetch changes up to 6affb4826405dc1f53bae0e5c302a18f734a44ca: ARM: tegra: use setup_mm_for_reboot rather than explicit pgd switch ---------------------------------------------------------------- Hiroshi Doyu (4): ARM: tegra: Unify tegra{20,30,114}_init_early() ARM: tegra: Rename board-dt-tegra20.c to tegra.c ARM: tegra: Unify Device tree board files ARM: tegra: refactor tegra{20,30}_boot_secondary Joseph Lo (5): ARM: tegra: pmc: add specific compatible DT string for Tegra30 and Tegra114 ARM: tegra: fix the PMC compatible string in DT ARM: tegra: pmc: convert PMC driver to support DT only ARM: tegra: pmc: add power on function for secondary CPUs ARM: tegra: replace the CPU power on function with PMC call Peter De Schrijver (1): clocksource: tegra: move to of_clk_get Will Deacon (1): ARM: tegra: use setup_mm_for_reboot rather than explicit pgd switch arch/arm/boot/dts/tegra114.dtsi | 2 +- arch/arm/boot/dts/tegra20.dtsi | 2 + arch/arm/boot/dts/tegra30.dtsi | 4 +- arch/arm/mach-tegra/Makefile | 4 +- arch/arm/mach-tegra/board-dt-tegra114.c | 46 ------ arch/arm/mach-tegra/board-dt-tegra30.c | 60 ------- arch/arm/mach-tegra/board.h | 4 +- arch/arm/mach-tegra/common.c | 26 +-- arch/arm/mach-tegra/hotplug.c | 23 ++- arch/arm/mach-tegra/platsmp.c | 110 +++++-------- arch/arm/mach-tegra/pm.c | 7 +- arch/arm/mach-tegra/pmc.c | 152 ++++++++++++++---- arch/arm/mach-tegra/pmc.h | 4 + arch/arm/mach-tegra/sleep.h | 10 +- .../mach-tegra/{board-dt-tegra20.c => tegra.c} | 16 +- drivers/clocksource/tegra20_timer.c | 4 +- 16 files changed, 207 insertions(+), 267 deletions(-) delete mode 100644 arch/arm/mach-tegra/board-dt-tegra114.c delete mode 100644 arch/arm/mach-tegra/board-dt-tegra30.c rename arch/arm/mach-tegra/{board-dt-tegra20.c => tegra.c} (89%)