[GIT PULL 4/4] soc: ARM code changes for 7.1
From: Arnd Bergmann
Date: Thu Apr 16 2026 - 18:32:29 EST
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-7.1
for you to fetch changes up to 3ef628c3f37f1dcef0da51e73ad6e458ec74bddb:
Merge tag 'microchip-soc-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm (2026-04-04 17:34:56 +0200)
----------------------------------------------------------------
soc: ARM code changes for 7.1
These are again very minimal updates:
- A workaround for firmware on Google Nexus 10
- A fix for early debugging on OMAP1
- A rework for Microchip SoC configuration
- Cleanups on OMAP2 an R-Car-Gen2
----------------------------------------------------------------
Aaro Koskinen (1):
ARM: OMAP1: Fix DEBUG_LL and earlyprintk on OMAP16XX
Alexandre Marquet (1):
ARM: samsung: exynos5250: Allow CPU1 to boot
Arnd Bergmann (3):
Merge tag 'samsung-soc-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
Merge tag 'renesas-arm-soc-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/arm
Merge tag 'omap-for-v7.1/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
Bartosz Golaszewski (1):
arm64: Kconfig: provide a top-level switch for Microchip platforms
Geert Uytterhoeven (1):
ARM: shmobile: rcar-gen2: Use of_phandle_args_equal() helper
Julian Braha (1):
ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4
Krzysztof Kozlowski (1):
Merge tag 'microchip-soc-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm
Randy Dunlap (1):
ARM: omap: fix all kernel-doc warnings
Thorsten Blum (1):
ARM: omap2: Replace scnprintf with strscpy in omap3_cpuinfo
arch/arm/mach-exynos/firmware.c | 4 ++--
arch/arm/mach-omap1/clock_data.c | 4 ++--
arch/arm/mach-omap2/Kconfig | 1 -
arch/arm/mach-omap2/id.c | 3 ++-
arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 16 ++++------------
arch/arm64/Kconfig.platforms | 10 ++++------
arch/arm64/configs/defconfig | 1 +
include/linux/platform_data/voltage-omap.h | 4 ++--
8 files changed, 17 insertions(+), 26 deletions(-)