[GIT PULL 5/5] soc: arm code changes for 6.17

From: Arnd Bergmann
Date: Sat Jul 26 2025 - 06:33:28 EST


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-arm-6.17

for you to fetch changes up to 8c1f5a11dad0a9043c17c4c0240f394e481baca6:

Merge tag 'v6.17-rockchip-arm32-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/arm (2025-07-23 07:51:03 +0200)

----------------------------------------------------------------
soc: arm code changes for 6.17

Another small set of code changes for the 32-bit Arm platforms, and a
trivial update to the Kconfig entry for the arm64 TI K3 chip.

Andrew Davis cleans up the system reset handling, which touches a couple
of platforms.

The mediatek platform needs some code changes to support multiprocessing
in the newly added support for the old mt6572 chip.

----------------------------------------------------------------
Aaron Kling (1):
ARM: tegra: Use I/O memcpy to write to IRAM

Alexander Kochetkov (1):
ARM: rockchip: fix kernel hang during smp initialization

Andrew Davis (1):
ARM: Switch to new sys-off handler API

Arnd Bergmann (5):
Merge tag 'mtk-arm32-for-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/arm
Merge tag 'tegra-for-6.17-arm-core' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/arm
Merge tag 'ti-k3-config-for-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/arm
Merge tag 'mvebu-arm-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/arm
Merge tag 'v6.17-rockchip-arm32-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/arm

Bartosz Golaszewski (1):
ARM: sa110/gpio: convert set_multiple() to returning an integer

Guillaume La Roque (1):
arm64: Kconfig.platforms: remove useless select for ARCH_K3

Kuninori Morimoto (1):
arm: orion: use string choices helper

Max Shevchenko (2):
ARM: mediatek: add board_dt_compat entry for the MT6572 SoC
ARM: mediatek: add MT6572 smp bring up code

arch/arm/common/sa1111.c | 8 +++++---
arch/arm/mach-highbank/highbank.c | 2 +-
arch/arm/mach-mediatek/Kconfig | 4 ++++
arch/arm/mach-mediatek/mediatek.c | 1 +
arch/arm/mach-mediatek/platsmp.c | 7 +++++++
arch/arm/mach-pxa/spitz.c | 2 +-
arch/arm/mach-rockchip/platsmp.c | 15 +++++++++------
arch/arm/mach-sa1100/generic.c | 2 +-
arch/arm/mach-tegra/reset.c | 2 +-
arch/arm/mach-vt8500/vt8500.c | 2 +-
arch/arm/plat-orion/gpio.c | 6 +++---
arch/arm/xen/enlighten.c | 2 +-
arch/arm64/Kconfig.platforms | 4 ----
13 files changed, 35 insertions(+), 22 deletions(-)