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-soc-v2 for you to fetch changes up to df701a76a6419e66b566457a5b3fcdd314e48fd9: soc/tegra: pmc: Enable PMIC wake event on Tegra210 (2020-05-22 14:55:54 +0200) On top of the previous pull request this contains a missing patch to enable resume from suspend by the PMIC, like we already do an Tegra186 and Tegra194. Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.8-rc1 Enables Tegra210, Tegra186 and Tegra194 to be woken from suspend by the PMIC and exports a bit more information about SoCs via sysfs. ---------------------------------------------------------------- Arnd Bergmann (1): soc: tegra: Fix tegra_pmc_get_suspend_mode definition Corentin Labbe (1): soc/tegra: pmc: Select GENERIC_PINCONF Jon Hunter (5): soc/tegra: fuse: Add custom SoC attributes soc/tegra: fuse: Trivial clean-up of tegra_init_revision() soc/tegra: fuse: Update the SoC revision attribute to display a name soc/tegra: pmc: Enable PMIC wake event on Tegra194 soc/tegra: pmc: Enable PMIC wake event on Tegra210 Thierry Reding (1): soc/tegra: pmc: Enable PMIC wake event on Tegra186 drivers/soc/tegra/Kconfig | 1 + drivers/soc/tegra/fuse/fuse-tegra.c | 57 +++++++++++++++++++++++++++++++++- drivers/soc/tegra/fuse/fuse-tegra20.c | 1 + drivers/soc/tegra/fuse/fuse-tegra30.c | 6 ++++ drivers/soc/tegra/fuse/fuse.h | 8 +++++ drivers/soc/tegra/fuse/tegra-apbmisc.c | 32 +++++++++++-------- drivers/soc/tegra/pmc.c | 3 ++ include/soc/tegra/pmc.h | 15 +++++---- 8 files changed, 103 insertions(+), 20 deletions(-)