mbox series

[GIT,PULL,1/3] More SoC changes for omaps for v5.10

Message ID pull-1601445968-476435@atomide.com
State New
Headers show
Series [GIT,PULL,1/3] More SoC changes for omaps for v5.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/soc-part2-v2-signed

Message

Tony Lindgren Sept. 30, 2020, 6:08 a.m. UTC
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(-)