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 for you to fetch changes up to e4cc4f54be01b91b3e1b55430709d2a113f4e08f: soc: tegra: Fix tegra_pmc_get_suspend_mode definition (2020-05-07 22:03:10 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.8-rc1 Enables 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 (4): 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 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 | 2 ++ include/soc/tegra/pmc.h | 15 +++++---- 8 files changed, 102 insertions(+), 20 deletions(-)