From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: [GIT PULL v2 08/11] soc/tegra: Changes for v5.8-rc1 Date: Fri, 22 May 2020 16:28:45 +0200 Message-ID: <20200522142846.2376224-2-thierry.reding@gmail.com> References: <20200515145311.1580134-9-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200515145311.1580134-9-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: Thierry Reding , Jon Hunter , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org 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(-)