Message ID | pull-1702037799-781982@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2096d3ec469f9b7ed1a369da6c4f27cc3ea1aff8 |
Headers | show |
Series | [GIT,PULL] Fixes for omaps | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Fri, 8 Dec 2023 14:17:15 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Fixes for omaps https://git.kernel.org/soc/soc/c/2096d3ec469f You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Fri, 8 Dec 2023 14:17:15 +0200 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Fixes for omaps https://git.kernel.org/soc/soc/c/2096d3ec469f You are awesome, thank you!
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.7/fixes-signed for you to fetch changes up to c72b9c33ef9695ad7ce7a6eb39a9df8a01b70796: ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init (2023-11-30 13:57:00 +0200) ---------------------------------------------------------------- Fixes for omaps A few fixes for omaps: - A regression fix for ti-sysc interconnect target module driver to not access registers after reset if srst_udelay quirk is needed - DRA7 L3 NoC node register size fix ---------------------------------------------------------------- Andrew Davis (1): ARM: dts: dra7: Fix DRA7 L3 NoC node register size Kunwu Chan (1): ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init Tony Lindgren (1): bus: ti-sysc: Flush posted write only after srst_udelay arch/arm/boot/dts/ti/omap/dra7.dtsi | 2 +- arch/arm/mach-omap2/id.c | 5 +++++ drivers/bus/ti-sysc.c | 18 ++++++++++++++---- 3 files changed, 20 insertions(+), 5 deletions(-)