From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: [GIT PULL 02/11] cpuidle: Changes for v5.8-rc1 Date: Fri, 15 May 2020 16:53:02 +0200 Message-ID: <20200515145311.1580134-3-thierry.reding@gmail.com> References: <20200515145311.1580134-1-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200515145311.1580134-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: Thierry Reding , Jon Hunter , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.8-cpuidle for you to fetch changes up to fafd62e7688096dcfe4107d7a2f6c7c6eb6045de: cpuidle: tegra: Support CPU cluster power-down state on Tegra30 (2020-05-06 18:42:55 +0200) Thanks, Thierry ---------------------------------------------------------------- cpuidle: Changes for v5.8-rc1 These changes add support for cluster power-down on Tegra30. ---------------------------------------------------------------- Dmitry Osipenko (4): firmware: tf: Different way of L2 cache enabling after LP2 suspend ARM: tegra: Initialize r0 register for firmware wake-up ARM: tegra: Do not fully reinitialize L2 on resume cpuidle: tegra: Support CPU cluster power-down state on Tegra30 Thierry Reding (3): firmware: tegra: Make BPMP a regular driver Merge branch 'for-5.8/firmware' into for-5.8/arm/core Merge branch 'for-5.8/arm/core' into for-5.8/cpuidle arch/arm/mach-tegra/pm.c | 4 ++++ arch/arm/mach-tegra/reset-handler.S | 7 ++++++- drivers/cpuidle/cpuidle-tegra.c | 1 - drivers/firmware/tegra/bpmp.c | 9 +++------ drivers/firmware/trusted_foundations.c | 21 +++++++++++++++++++-- include/linux/firmware/trusted_foundations.h | 1 + 6 files changed, 33 insertions(+), 10 deletions(-)