From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 501e69b028a47e20cb0d842e267fc5aa5e5230aa:
Merge branch 'omap-for-v5.10/omap1' into omap-for-v5.10/soc (2020-09-03 11:50:37 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/soc-part2-v2-signed
for you to fetch changes up to fb2c599f056640d289b2147fbe6d9eaee689f1b2:
ARM: omap3: enable off mode automatically (2020-09-24 14:26:20 +0300)
----------------------------------------------------------------
One more SoC change for omaps for v5.10 merge window
Remove debugfs dependency for enabling off mode during idle
for omap3 by enabling it automatically based on the PMIC
configuration.
----------------------------------------------------------------
Andreas Kemnade (1):
ARM: omap3: enable off mode automatically
arch/arm/mach-omap2/pm-debug.c | 2 --
arch/arm/mach-omap2/pm.c | 2 ++
arch/arm/mach-omap2/pm.h | 4 ----
arch/arm/mach-omap2/pm34xx.c | 26 +++++++++++++++++++++++++-
4 files changed, 27 insertions(+), 7 deletions(-)
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 501e69b028a47e20cb0d842e267fc5aa5e5230aa: Merge branch 'omap-for-v5.10/omap1' into omap-for-v5.10/soc (2020-09-03 11:50:37 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/soc-part2-v2-signed for you to fetch changes up to fb2c599f056640d289b2147fbe6d9eaee689f1b2: ARM: omap3: enable off mode automatically (2020-09-24 14:26:20 +0300) ---------------------------------------------------------------- One more SoC change for omaps for v5.10 merge window Remove debugfs dependency for enabling off mode during idle for omap3 by enabling it automatically based on the PMIC configuration. ---------------------------------------------------------------- Andreas Kemnade (1): ARM: omap3: enable off mode automatically arch/arm/mach-omap2/pm-debug.c | 2 -- arch/arm/mach-omap2/pm.c | 2 ++ arch/arm/mach-omap2/pm.h | 4 ---- arch/arm/mach-omap2/pm34xx.c | 26 +++++++++++++++++++++++++- 4 files changed, 27 insertions(+), 7 deletions(-)