mbox series

[GIT,PULL,5/9] ARM: tegra: Core changes for v5.2-rc1

Message ID 20190418150721.8828-5-thierry.reding@gmail.com (mailing list archive)
State Mainlined, archived
Commit 36841ba2796324507452f9854bf08b2c65836cce
Headers show
Series [GIT,PULL,1/9] bus/tegra: Changes for v5.2-rc1 | expand

Pull-request

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

Message

Thierry Reding April 18, 2019, 3:07 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 36841ba2796324507452f9854bf08b2c65836cce:

  ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30 (2019-04-18 11:32:57 +0200)

Thanks,
Thierry

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

One of these patches enables PM by default on 32-bit ARM, following the
same default that we already have on 64-bit ARM. The other patch fixes a
cosmetic issue in the cpuidle driver for Tegra20 and Tegra30.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30

Sameer Pujar (1):
      ARM: tegra: enforce PM requirement

 arch/arm/mach-tegra/Kconfig           |  1 +
 arch/arm/mach-tegra/cpuidle-tegra20.c | 11 ++---------
 arch/arm/mach-tegra/cpuidle-tegra30.c |  9 +--------
 3 files changed, 4 insertions(+), 17 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:35 a.m. UTC | #1
On Thu, Apr 18, 2019 at 05:07:16PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-soc
> 
> for you to fetch changes up to 36841ba2796324507452f9854bf08b2c65836cce:
> 
>   ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30 (2019-04-18 11:32:57 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Core changes for v5.2-rc1
> 
> One of these patches enables PM by default on 32-bit ARM, following the
> same default that we already have on 64-bit ARM. The other patch fixes a
> cosmetic issue in the cpuidle driver for Tegra20 and Tegra30.

Merged, thanks.


-Olof