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

Arnd Bergmann arnd at arndb.de
Fri May 23 06:31:03 PDT 2025


The following changes since commit 15eaaa71e8ef142b122942b35653d513cfb90050:

  Merge tag 'imx-fixes-6.15-2' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes (2025-05-10 11:10:38 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 070d04f002ddc308b053df4723e83cf43719fda0:

  Merge tag 'mvebu-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes (2025-05-21 23:26:54 +0200)

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

A few last minute fixes:

 - two driver fixes for samsung/google platforms, both addressing
   mistakes in changes from the 6.15 merge window

 - a revert for an allwinner devicetree change that caused problems

 - a fix for an older regression with the LEDs on Marvell Armada 3720

 - a defconfig change to enable chacha20 again after a crypto
   subsystem change in 6.15 inadventently turned it off

----------------------------------------------------------------
Arnd Bergmann (3):
      Merge tag 'samsung-fixes-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes
      Merge tag 'sunxi-fixes-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes
      Merge tag 'mvebu-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/fixes

Fabio Estevam (1):
      arm64: defconfig: Ensure CRYPTO_CHACHA20_NEON is selected

Gabor Juhos (1):
      arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs

Ivaylo Ivanov (1):
      soc: samsung: usi: prevent wrong bits inversion during unconfiguring

Jernej Skrabec (1):
      Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection"

Tudor Ambarus (1):
      firmware: exynos-acpm: check saved RX before bailing out on empty RX queue

 .../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts   | 38 +++++++++----------
 .../boot/dts/allwinner/sun50i-h6-orangepi-3.dts    | 14 +++----
 .../boot/dts/allwinner/sun50i-h6-orangepi.dtsi     | 22 +++++------
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi  |  8 +++-
 arch/arm64/configs/defconfig                       |  2 +-
 drivers/firmware/samsung/exynos-acpm.c             | 44 +++++++++++++++-------
 drivers/soc/samsung/exynos-usi.c                   |  2 +-
 7 files changed, 75 insertions(+), 55 deletions(-)



More information about the linux-arm-kernel mailing list