Message ID | pull-1709194504-639032@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b98ad40faa1c1a01f45561d5d9655bbaeb668c80 |
Headers | show |
Series | [GIT,PULL] Few more SoC changes for omaps | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 29 Feb 2024 10:15:19 +0200 you wrote: > 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: > > [...] Here is the summary with links: - [GIT,PULL] Few more SoC changes for omaps https://git.kernel.org/soc/soc/c/b98ad40faa1c You are awesome, thank you!
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(-)