Hi ARM SoC maintainers, The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-cpuidle for you to fetch changes up to bdb1ffdad3b73e4d0538098fc02e2ea87a6b27cd: cpuidle: tegra: Check whether PMC is ready (2021-10-05 19:11:40 +0200) Thanks, Thierry ---------------------------------------------------------------- cpuidle: tegra: Changes for v5.16-rc1 This pulls in the for-5.16/clk and for-5.16/soc branches and uses the stubs added in them to enable compile testing of the cpuidle driver. While at it, this also fixes a potential driver probe order race condition between the PMC and the cpuidle driver. ---------------------------------------------------------------- Dmitry Osipenko (5): soc/tegra: fuse: Add stubs needed for compile testing soc/tegra: irq: Add stubs needed for compile testing soc/tegra: pm: Make stubs usable for compile testing cpuidle: tegra: Enable compile testing cpuidle: tegra: Check whether PMC is ready Thierry Reding (3): clk: tegra: Add stubs needed for compile testing Merge branch 'for-5.16/clk' into for-5.16/cpuidle Merge branch 'for-5.16/soc' into for-5.16/cpuidle drivers/cpuidle/Kconfig.arm | 2 +- drivers/cpuidle/cpuidle-tegra.c | 3 +++ include/linux/clk/tegra.h | 24 +++++++++++++++++++++++- include/soc/tegra/fuse.h | 31 ++++++++++++++++++++++++++----- include/soc/tegra/irq.h | 9 ++++++++- include/soc/tegra/pm.h | 2 +- 6 files changed, 62 insertions(+), 9 deletions(-)