[GIT PULL] soc: fixes for 6.13

From: Arnd Bergmann
Date: Mon Dec 16 2024 - 11:23:07 EST


The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f578281000c50cae991c40e1f68b2fc0b1b9e60e:

Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes (2024-12-13 14:26:32 +0100)

----------------------------------------------------------------
soc: fixes for 6.13

There are three small fixes for the soc tree:

- A devicetee fix for the Arm Juno reference machine, so allow more
interesting PCI configurations

- A build fix for SCMI firmware on the NXP i.MX platform

- A fix for a race condition in Arm FF-A firmware

----------------------------------------------------------------
Aneesh Kumar K.V (Arm) (1):
arm64: dts: fvp: Update PCIe bus-range property

Arnd Bergmann (4):
firmware: arm_scmi: Fix i.MX build dependency
Merge tag 'juno-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'scmi-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

Levi Yun (1):
firmware: arm_ffa: Fix the race around setting ffa_dev->properties

arch/arm64/boot/dts/arm/fvp-base-revc.dts | 2 +-
drivers/firmware/arm_ffa/bus.c | 15 +++++++++++----
drivers/firmware/arm_ffa/driver.c | 7 +------
drivers/firmware/arm_scmi/vendors/imx/Kconfig | 1 +
drivers/firmware/imx/Kconfig | 1 -
include/linux/arm_ffa.h | 13 ++++++++-----
sound/soc/fsl/Kconfig | 2 +-
7 files changed, 23 insertions(+), 18 deletions(-)