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-soc for you to fetch changes up to 76d89474310e05d9c592a8beed2aefe4d3396d2d: soc/tegra: pmc: Use devm_platform_ioremap_resource() (2021-10-08 21:42:41 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.16-rc1 This set consists of stub additions to enable compile testing for more drivers, exposes the PMC's USB regmap on all SoC generations, removes a state synchronization workaround that is no longer needed and adds an error reporting driver that can help troubleshoot crashes. To top it all off, an error handling path in the powergating code is fixed and the devm_platform_ioremap_resource() function is used to remove some boilerplate code. ---------------------------------------------------------------- Cai Huoqing (1): soc/tegra: pmc: Use devm_platform_ioremap_resource() Christophe JAILLET (1): soc/tegra: Fix an error handling path in tegra_powergate_power_up() 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 soc/tegra: pmc: Disable PMC state syncing soc/tegra: pmc: Expose USB regmap to all SoCs Mikko Perttunen (1): soc/tegra: Add Tegra186 ARI driver drivers/soc/tegra/Makefile | 1 + drivers/soc/tegra/ari-tegra186.c | 80 ++++++++++++++++++++++++++++++++++++++++ drivers/soc/tegra/pmc.c | 28 +++++++++++--- include/soc/tegra/fuse.h | 31 +++++++++++++--- include/soc/tegra/irq.h | 9 ++++- include/soc/tegra/pm.h | 2 +- 6 files changed, 138 insertions(+), 13 deletions(-) create mode 100644 drivers/soc/tegra/ari-tegra186.c