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

From: Arnd Bergmann

Date: Fri Jun 12 2026 - 03:24:37 EST


The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32:

Linux 7.1-rc2 (2026-05-03 14:21:25 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9c648f3554920721d8878807cd794fe2d7f989e8:

Merge tag 'v7.1-rockchip-arm32fixe' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes (2026-06-09 09:16:26 +0200)

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

Two more small fixes came in, both addressing corner cases in platform
specific code: the microchip mpfs system controller probe and the CPU
power management on 32-bit rockchips SoCs.

----------------------------------------------------------------
Arnd Bergmann (2):
Merge tag 'riscv-soc-fixes-for-v7.1-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
Merge tag 'v7.1-rockchip-arm32fixe' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes

Felix Gu (1):
soc: microchip: mpfs-sys-controller: fix resource leak on probe error

Heiko Stuebner (1):
ARM: rockchip: keep reset control around

arch/arm/mach-rockchip/platsmp.c | 16 ++++++++++------
drivers/soc/microchip/mpfs-sys-controller.c | 6 ++++--
2 files changed, 14 insertions(+), 8 deletions(-)