mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] SoC fixes for 7.2
@ 2026-07-17 15:36 Arnd Bergmann
  2026-07-17 15:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2026-07-17 15:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-arm-kernel, soc

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

  Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-7.2-1

for you to fetch changes up to 3d9855d114f0955d590420f5670152c1099c1638:

  Merge tag 'renesas-fixes-for-v7.2-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes (2026-07-16 15:59:57 +0200)

----------------------------------------------------------------
SoC fixes for 7.2

There are only three devicetree fixes this time: one critical memory
corruption fix for Renesas and three minor corrections for Tegra.

The MAINTAINERS file is updated for a new maintainer of the CIX platform
and two address changes.

The rest is all driver fixes, mostly firmware:

 - multiple runtime issues in ARM SCMI and FF-A firmware code, dealing
   with error handling for corner cases in firmware.

 - multiple fixes for reset drivers, dealing with individual platform
   specific mistakes and more error handling

 - minor build and runtime fixes for the Tegra SoC drivers

----------------------------------------------------------------
Akhil R (1):
      arm64: tegra: Remove fallback compatible for GPCDMA

Arnd Bergmann (8):
      soc/tegra: pmc: fix #ifdef block in header
      Merge tag 'reset-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pza/linux into arm/fixes
      Merge tag 'tegra-for-7.2-pmc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
      Merge tag 'tegra-for-7.2-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
      Merge tag 'tegra-for-7.2-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
      Merge tag 'tee-update-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
      Merge tag 'scmi-ffa-fixes-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'renesas-fixes-for-v7.2-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes

Breno Leitao (1):
      soc/tegra: fuse: Fix spurious straps warning on SMCCC platforms

Christophe JAILLET (1):
      drm/tegra: Fix a strange error handling path

Gary Yang (1):
      MAINTAINERS: Update maintainer and git tree for CIX SoC

Geert Uytterhoeven (1):
      firmware: arm_scmi: Grammar s/may needed/may be needed/

Jens Wiklander (1):
      MAINTAINERS: .mailmap: update Jens Wiklander's email address

Marek Vasut (1):
      arm64: dts: renesas: ironhide: Describe inline ECC carveouts

Pushpendra Singh (1):
      firmware: arm_scmi: Rate-limit queue-full warnings in IRQ context

Robby Cai (1):
      reset: imx7: Correct polarity of MIPI CSI resets on i.MX8MQ

Seth Forshee (1):
      firmware: arm_ffa: Respect firmware advertised RX/TX buffer size limits

Steve Dunnagan (1):
      firmware: arm_scmi: Use 64-bit division for clock rate rounding

Sudeep Holla (1):
      Merge branches 'for-next/scmi/fixes' and 'for-next/ffa/fixes'

Sumit Gupta (2):
      arm64: tegra: Fix CPU compatible string to cortex-a78ae on Tegra234
      arm64: tegra: Fix CPU1 node unit-address on Tegra264

Tanmay Kathpalia (1):
      dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5

Unnathi Chalicheemala (1):
      firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()

Uwe Kleine-König (The Capable Hub) (1):
      ARM: Don't let ARMv5 platforms select USE_OF

Yixun Lan (2):
      reset: spacemit: k3: fix USB2 ahb reset
      MAINTAINERS: Update SpacemiT SoC git tree repository

Zhao Dongdong (1):
      reset: sunxi: fix memory region leak on ioremap failure

 .mailmap                                          |  1 +
 MAINTAINERS                                       | 12 +++----
 arch/arm/mach-ixp4xx/Kconfig                      |  1 -
 arch/arm/mach-pxa/Kconfig                         |  3 --
 arch/arm64/boot/dts/nvidia/tegra234.dtsi          | 24 ++++++-------
 arch/arm64/boot/dts/nvidia/tegra264.dtsi          |  4 +--
 arch/arm64/boot/dts/renesas/r8a78000-ironhide.dts | 41 +++++++++++++++++++++++
 drivers/firmware/arm_ffa/driver.c                 | 29 +++++++++++-----
 drivers/firmware/arm_scmi/Kconfig                 |  4 +--
 drivers/firmware/arm_scmi/clock.c                 | 11 +++---
 drivers/firmware/arm_scmi/notify.c                |  6 ++--
 drivers/gpu/drm/tegra/sor.c                       |  6 ++--
 drivers/reset/reset-imx7.c                        |  6 ++++
 drivers/reset/reset-sunxi.c                       |  4 ++-
 drivers/reset/spacemit/reset-spacemit-k3.c        |  2 +-
 drivers/soc/tegra/fuse/tegra-apbmisc.c            |  2 +-
 include/dt-bindings/reset/altr,rst-mgr-s10.h      |  2 +-
 include/soc/tegra/pmc.h                           |  5 ++-
 18 files changed, 113 insertions(+), 50 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] SoC fixes for 7.2
  2026-07-17 15:36 [GIT PULL] SoC fixes for 7.2 Arnd Bergmann
@ 2026-07-17 15:58 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-07-17 15:58 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, soc

The pull request you sent on Fri, 17 Jul 2026 17:36:41 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-7.2-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/111e7b23e5b05e2298f2e1a4d2a632bee4dde8b0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-17 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 15:36 [GIT PULL] SoC fixes for 7.2 Arnd Bergmann
2026-07-17 15:58 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox