mbox series

[GIT,PULL] soc: fixes for 6.13

Message ID cccdf954-3374-414c-81fb-658df16325fc@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] soc: fixes for 6.13 | expand

Pull-request

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

Message

Arnd Bergmann Dec. 16, 2024, 4:21 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 16, 2024, 9:22 p.m. UTC | #1
The pull request you sent on Mon, 16 Dec 2024 17:21:06 +0100:

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

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

Thank you!