From patchwork Fri Oct 18 22:40:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 284774 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [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 964582C0094 for ; Sat, 19 Oct 2013 09:41:54 +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 1VXIjL-0008Dm-Ox; Fri, 18 Oct 2013 22:41:15 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VXIjJ-0000WA-Fk; Fri, 18 Oct 2013 22:41:13 +0000 Received: from [2001:470:1f0f:bd7::2] (helo=avon.wwwdotorg.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VXIjG-0000Un-K7 for linux-arm-kernel@lists.infradead.org; Fri, 18 Oct 2013 22:41:11 +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 7AD77625D; Fri, 18 Oct 2013 16:40:45 -0600 (MDT) Received: from dart.wwwdotorg.org (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 8D48BE40F6; Fri, 18 Oct 2013 16:40:41 -0600 (MDT) From: Stephen Warren To: arm@kernel.org Subject: [GIT PULL V2] ARM: tegra: core SoC support changes for 3.13 Date: Fri, 18 Oct 2013 16:40:27 -0600 Message-Id: <1382136027-4937-1-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 1.7.10.4 X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.97.8 at avon.wwwdotorg.org X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131018_184110_723554_17D450ED X-CRM114-Status: GOOD ( 10.58 ) X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 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: * SoC fuse values are used as device randomness at boot. * Initial support for the Tegra124 SoC is added. When coupled with an appropriate clock driver, which should also be merged for 3.13, we are able to boot to user-space using an initrd. * The powergate code gains support for Tegra114. This branch is based on previous pull request tegra-for-3.13-cleanup. ---------------------------------------------------------------- The following changes since commit b6bda4e0d23815cb711c16085e03cb23c6d49f21: ARM: tegra: fix ARCH_TEGRA_114_SOC select sort order are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.13-soc-v2 for you to fetch changes up to bd6a9ddcb9f2cb19dae0509341a4cbaf40dc66f0: ARM: tegra: Add Tegra114 powergate support ---------------------------------------------------------------- Joseph Lo (7): ARM: tegra: add Tegra124 SoC support ARM: tegra: add PMC compatible value for Tegra124 ARM: tegra: CPU hotplug support for Tegra124 ARM: tegra: make tegra_resume can work with current and later chips ARM: tegra: enable CPU idle for Tegra124 ARM: tegra: re-calculate the LP1 data for Tegra30/114 ARM: tegra: add LP1 support code for Tegra124 Stephen Warren (1): ARM: tegra: add fuses as device randomness Thierry Reding (3): ARM: tegra: Remove duplicate powergate defines ARM: tegra: Constify list of CPU domains ARM: tegra: Add Tegra114 powergate support arch/arm/mach-tegra/Kconfig | 8 +++++ arch/arm/mach-tegra/Makefile | 5 +++ arch/arm/mach-tegra/cpuidle.c | 4 ++- arch/arm/mach-tegra/flowctrl.c | 2 ++ arch/arm/mach-tegra/fuse.c | 54 ++++++++++++++++++++++++++++++ arch/arm/mach-tegra/fuse.h | 1 + arch/arm/mach-tegra/hotplug.c | 2 ++ arch/arm/mach-tegra/iomap.h | 3 ++ arch/arm/mach-tegra/platsmp.c | 2 ++ arch/arm/mach-tegra/pm.c | 12 +++++-- arch/arm/mach-tegra/pmc.c | 8 ++--- arch/arm/mach-tegra/powergate.c | 48 ++++++++++++++++++++++++-- arch/arm/mach-tegra/reset-handler.S | 13 +++---- arch/arm/mach-tegra/sleep-tegra30.S | 49 ++++++++++++++++++++------- arch/arm/mach-tegra/tegra.c | 1 + include/linux/tegra-powergate.h | 9 ++++- 16 files changed, 187 insertions(+), 34 deletions(-)