mbox series

[GIT,PULL] Fixes for omaps

Message ID pull-1702037799-781982@atomide.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Fixes for omaps | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.7/fixes-signed

Message

Tony Lindgren Dec. 8, 2023, 12:17 p.m. UTC
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(-)