mbox series

[GIT,PULL] Few more SoC changes for omaps

Message ID pull-1709194504-639032@atomide.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Few more SoC changes for omaps | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.9/soc-part2-signed

Message

Tony Lindgren Feb. 29, 2024, 8:15 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit c6e33edb02292059a06ce8fdc4249a5db86a6114:

  ARM: OMAP2+: fix kernel-doc warnings (2024-01-26 10:28:07 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.9/soc-part2-signed

for you to fetch changes up to 6521f6a195c70e16cab375ca1c4d23b6fd3d76b4:

  ARM: AM33xx: PRM: Implement REBOOT_COLD (2024-02-28 09:33:03 +0200)

----------------------------------------------------------------
Few more SoC changes for omaps

Two changes to implement REBOOT_COLD for am335x.

----------------------------------------------------------------
Alexander Sverdlin (2):
      ARM: AM33xx: PRM: Remove redundand defines
      ARM: AM33xx: PRM: Implement REBOOT_COLD

 arch/arm/mach-omap2/am33xx-restart.c   |  3 ++-
 arch/arm/mach-omap2/board-generic.c    |  6 ++++++
 arch/arm/mach-omap2/prm-regbits-33xx.h |  1 +
 arch/arm/mach-omap2/prm.h              |  1 +
 arch/arm/mach-omap2/prm33xx.c          | 22 ++++++++++++++--------
 arch/arm/mach-omap2/prm_common.c       |  6 ++++++
 6 files changed, 30 insertions(+), 9 deletions(-)