mbox series

[GIT,PULL,1/6] ARM: tegra: Core changes for v5.12-rc1

Message ID 20210129193254.3610492-1-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] ARM: tegra: Core changes for v5.12-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-core

Message

Thierry Reding Jan. 29, 2021, 7:32 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-core

for you to fetch changes up to 680ae44526ea9b656238ac768c8b6130961a0bdb:

  ARM: tegra: Don't enable unused PLLs on resume from suspend (2021-01-19 18:20:42 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v5.12-rc1

This contains a single fix that helps properly track the enable state
for various PLLs during suspend/resume.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Don't enable unused PLLs on resume from suspend

 arch/arm/mach-tegra/sleep-tegra20.S | 38 +++++++++++++--
 arch/arm/mach-tegra/sleep-tegra30.S | 94 +++++++++++++++++++++++++++++--------
 2 files changed, 108 insertions(+), 24 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2021, 11:28 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 20:32:49 +0100, Thierry Reding wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.12-arm-core
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 127523504fe89d0c060fa6e2b93b564d0216eb22

       Arnd