mbox

[GIT,PULL,6/8] ARM: tegra: Core SoC changes for v4.2-rc1

Message ID 1431524980-13599-7-git-send-email-thierry.reding@gmail.com
State Accepted, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.2-soc

Message

Thierry Reding May 13, 2015, 1:49 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.2-soc

for you to fetch changes up to 7892158a96629c46c46dfae52eaf951f51222cf5:

  soc/tegra: pmc: move to using a restart handler (2015-05-04 14:21:45 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core SoC changes for v4.2-rc1

A couple of changes to the core SoC support code. Perhaps the most
important part is a fix for a regression in LP1 suspend/resume code that
was introduced a while back.

----------------------------------------------------------------
David Riley (1):
      soc/tegra: pmc: move to using a restart handler

Dmitry Osipenko (1):
      ARM: tegra20: Store CPU "resettable" status in IRAM

Nicholas Mc Guire (1):
      soc/tegra: Watch wait_for_completion_timeout() return type

 arch/arm/mach-tegra/cpuidle-tegra20.c |  5 ++---
 arch/arm/mach-tegra/reset-handler.S   | 10 +++++++---
 arch/arm/mach-tegra/reset.h           |  4 ++++
 arch/arm/mach-tegra/sleep-tegra20.S   | 37 ++++++++++++++++++++---------------
 arch/arm/mach-tegra/sleep.h           |  4 ++++
 arch/arm/mach-tegra/tegra.c           |  1 -
 drivers/soc/tegra/fuse/fuse-tegra20.c |  6 ++++--
 drivers/soc/tegra/pmc.c               | 23 ++++++++++++++++------
 include/soc/tegra/pmc.h               |  2 --
 9 files changed, 59 insertions(+), 33 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Arnd Bergmann May 13, 2015, 4:02 p.m. UTC | #1
On Wednesday 13 May 2015 15:49:38 Thierry Reding wrote:
> ARM: tegra: Core SoC changes for v4.2-rc1
> 
> A couple of changes to the core SoC support code. Perhaps the most
> important part is a fix for a regression in LP1 suspend/resume code that
> was introduced a while back.
> 

Pulled into next/soc, thanks!

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html