Hi ARM SoC maintainers, The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.15-soc for you to fetch changes up to 59c6fceb2ecc382c3d20508a235b539bf23af1f0: soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 (2021-08-11 11:55:56 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.15-rc1 Implements runtime PM support for the FUSE block and prepares the driver to work better in conjunction with the CPUIDLE driver. ---------------------------------------------------------------- Cai Huoqing (1): soc/tegra: bpmp: Remove unused including <linux/version.h> Dmitry Osipenko (4): soc/tegra: pmc: Prevent racing with cpuilde driver soc/tegra: fuse: Clear fuse->clk on driver probe failure soc/tegra: fuse: Add runtime PM support soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 arch/arm/mach-tegra/pm.c | 2 +- arch/arm/mach-tegra/pm.h | 6 ---- arch/arm/mach-tegra/tegra.c | 2 -- drivers/soc/tegra/fuse/fuse-tegra.c | 60 +++++++++++++++++++++++++++++++++++ drivers/soc/tegra/fuse/fuse-tegra20.c | 11 ++++--- drivers/soc/tegra/fuse/fuse-tegra30.c | 16 +++++++--- drivers/soc/tegra/fuse/fuse.h | 2 ++ drivers/soc/tegra/pmc.c | 14 +++++++- drivers/soc/tegra/powergate-bpmp.c | 1 - include/soc/tegra/pm.h | 6 ++++ 10 files changed, 100 insertions(+), 20 deletions(-)