[GIT PULL] soc: fixes for 6.16

Arnd Bergmann arnd at arndb.de
Fri Jul 4 11:13:20 PDT 2025


The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:

  Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3f3fb97374308993dbe8884f44c2579a81b90bfa:

  Merge tag 'apple-soc-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixes (2025-07-03 16:27:31 +0200)

----------------------------------------------------------------
soc: fixes for 6.16

A couple of fixes for firmware drivers have come up, addressing kernel
side bugs in op-tee and ff-a code, as well as compatibility issues
with exynos-acpm and ff-a protocols.

The only devicetree fixes are for the Apple platform, addressing issues
with conformance to the bindings for the wlan, spi and mipi nodes

----------------------------------------------------------------
Arnd Bergmann (4):
      Merge tag 'ffa-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'samsung-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes
      Merge tag 'optee-fix-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
      Merge tag 'apple-soc-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixes

Casey Connolly (1):
      arm64: defconfig: update renamed PHY_SNPS_EUSB2

Janne Grunau (1):
      arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename

Jens Wiklander (1):
      optee: ffa: fix sleep in atomic context

Sudeep Holla (3):
      firmware: arm_ffa: Fix memory leak by freeing notifier callback node
      firmware: arm_ffa: Move memory allocation outside the mutex locking
      firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context

Sven Peter (2):
      arm64: dts: apple: Drop {address,size}-cells from SPI NOR
      arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts

Tudor Ambarus (1):
      firmware: exynos-acpm: fix timeouts on xfers handling

Viresh Kumar (1):
      firmware: arm_ffa: Fix the missing entry in struct ffa_indirect_msg_hdr

 arch/arm64/boot/dts/apple/spi1-nvram.dtsi |  2 -
 arch/arm64/boot/dts/apple/t8103-j293.dts  |  2 +
 arch/arm64/boot/dts/apple/t8103-jxxx.dtsi |  2 +-
 arch/arm64/boot/dts/apple/t8103.dtsi      |  2 -
 arch/arm64/boot/dts/apple/t8112-j493.dts  |  2 +
 arch/arm64/boot/dts/apple/t8112.dtsi      |  2 -
 arch/arm64/configs/defconfig              |  2 +-
 drivers/firmware/arm_ffa/driver.c         | 71 ++++++++++++++++---------------
 drivers/firmware/samsung/exynos-acpm.c    | 25 ++++-------
 drivers/tee/optee/ffa_abi.c               | 41 ++++++++++++++----
 drivers/tee/optee/optee_private.h         |  2 +
 include/linux/arm_ffa.h                   |  1 +
 12 files changed, 86 insertions(+), 68 deletions(-)



More information about the linux-arm-kernel mailing list