mbox series

[GIT,PULL] soc: fixes for 6.13, part 2

Message ID a54c5c66-5255-4177-a616-a4f39a83d2af@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] soc: fixes for 6.13, part 2 | expand

Pull-request

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

Message

Arnd Bergmann Dec. 21, 2024, 10:50 p.m. UTC
The following changes since commit 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)

are available in the Git repository at:

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

for you to fetch changes up to a31ffd6ed5ee994e1c04dc794499a0c04618dc55:

  Merge tag 'arm-soc/for-6.13/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes (2024-12-20 18:02:27 +0100)

----------------------------------------------------------------
soc: fixes for 6.13, part 2

Two more small fixes, correcting the cacheline size on Raspberry Pi 5
and fixing a logic mistake in the microchip mpfs firmware driver.

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'riscv-soc-fixes-for-v6.13-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
      Merge tag 'arm-soc/for-6.13/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes

Valentina Fernandez (1):
      firmware: microchip: fix UL_IAP lock check in mpfs_auto_update_state()

Willow Cunningham (1):
      arm64: dts: broadcom: Fix L2 linesize for Raspberry Pi 5

 arch/arm64/boot/dts/broadcom/bcm2712.dtsi     | 8 ++++----
 drivers/firmware/microchip/mpfs-auto-update.c | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 21, 2024, 11:48 p.m. UTC | #1
The pull request you sent on Sat, 21 Dec 2024 23:50:23 +0100:

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

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

Thank you!