From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/5] ARM: tegra: core SoC support enhancements
Date: Fri, 14 Jun 2013 10:37:17 -0600 [thread overview]
Message-ID: <1371227838-18764-5-git-send-email-swarren@wwwdotorg.org> (raw)
In-Reply-To: <1371227838-18764-1-git-send-email-swarren@wwwdotorg.org>
This branch contains fixes and enhancement for core Tegra Soc support:
* CPU hotplug support for Tegra114.
* Some preliminary work on Tegra114 CPU sleep modes.
* Minor fix for EMC table DT parsing.
This branch is based on v3.10-rc1.
----------------------------------------------------------------
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-soc
for you to fetch changes up to 8f6a0b6528820f9efec36e5843181cc178fa9de8:
ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2
----------------------------------------------------------------
Dmitry Osipenko (1):
ARM: tegra: emc: correction of ram-code parsing from dt
Joseph Lo (12):
ARM: tegra: add an assembly marco to check Tegra SoC ID
ARM: tegra: skip SCU and PL310 code when CPU is not Cortex-A9
ARM: tegra: make tegra_resume can work for Tegra114
ARM: tegra114: add power up sequence for warm boot CPU
clk: tegra114: implement wait_for_reset and disable_clock for tegra_cpu_car_ops
ARM: tegra114: add CPU hotplug support
ARM: tegra: add cpu_disable for hotplug
ARM: tegra: remove ifdef in the tegra_resume
ARM: tegra: cpuidle: move the init function behind the suspend init function
ARM: tegra: hook tegra_tear_down_cpu function in the PM suspend init function
ARM: tegra: cpuidle: using IS_ENABLED for multi SoCs management in init func
ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2
arch/arm/mach-tegra/Makefile | 1 +
arch/arm/mach-tegra/common.c | 2 ++
arch/arm/mach-tegra/common.h | 1 +
arch/arm/mach-tegra/cpuidle-tegra20.c | 10 ++----
arch/arm/mach-tegra/cpuidle-tegra30.c | 10 ++----
arch/arm/mach-tegra/cpuidle.c | 19 ++++-------
arch/arm/mach-tegra/cpuidle.h | 15 ++-------
arch/arm/mach-tegra/flowctrl.h | 1 +
arch/arm/mach-tegra/fuse.h | 22 +++++++------
arch/arm/mach-tegra/hotplug.c | 13 ++++++++
arch/arm/mach-tegra/platsmp.c | 26 ++++++++++++++-
arch/arm/mach-tegra/pm.c | 25 ++++++++++++---
arch/arm/mach-tegra/pm.h | 4 +--
arch/arm/mach-tegra/reset-handler.S | 51 ++++++++++++++++--------------
arch/arm/mach-tegra/sleep-tegra30.S | 30 +++++++++++++++---
arch/arm/mach-tegra/sleep.S | 8 +++--
arch/arm/mach-tegra/sleep.h | 35 ++++++++++++++++----
arch/arm/mach-tegra/tegra2_emc.c | 2 +-
drivers/clk/tegra/clk-tegra114.c | 23 +++++++++++++-
19 files changed, 204 insertions(+), 94 deletions(-)
next prev parent reply other threads:[~2013-06-14 16:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-14 16:37 [GIT PULL 0/5] ARM: tegra: changes for 3.11 Stephen Warren
2013-06-14 16:37 ` [GIT PULL 1/5] ARM: tegra: DT-related fixes needed by the USB tree Stephen Warren
2013-06-14 16:37 ` [GIT PULL 2/5] ARM: tegra: create headers for clock bindings Stephen Warren
2013-06-14 16:37 ` [GIT PULL 3/5] ARM: tegra: device tree updates Stephen Warren
2013-06-15 1:11 ` Olof Johansson
2013-06-14 16:37 ` Stephen Warren [this message]
2013-06-15 1:12 ` [GIT PULL 4/5] ARM: tegra: core SoC support enhancements Olof Johansson
2013-06-14 16:37 ` [GIT PULL 5/5] ARM: tegra: defconfig updates Stephen Warren
2013-06-15 1:14 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371227838-18764-5-git-send-email-swarren@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).