From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 78b4b165280d3d70e7a217599f0c06a4c0bb11f9: ARM: dts: dra7: Fix duplicate USB4 target module node (2021-06-11 08:30:42 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/fixes-not-urgent-signed for you to fetch changes up to 093a474ce10d8ea3db3ef2922aca5a38f34bab1b: ARM: OMAP2+: Block suspend for am3 and am4 if PM is not configured (2021-06-11 10:43:08 +0300) ---------------------------------------------------------------- Non-urgent fixes for omaps for v5.14 merge window Warn and block suspend for am335x unless the PM related modules and firmware are loaded and warn otherwise. Otherwise we easily end up with a suspended system with nothing capable of waking it up. We also drop a duplicated prototype for am33xx_init_early(). ---------------------------------------------------------------- Alejandro Lucero (1): ARM: OMAP2+: remove duplicated prototype Tony Lindgren (1): ARM: OMAP2+: Block suspend for am3 and am4 if PM is not configured arch/arm/mach-omap2/common.h | 1 - arch/arm/mach-omap2/pm33xx-core.c | 40 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-)