[GIT PULL 4/4] soc: arm platform changes for 6.15

From: Arnd Bergmann
Date: Wed Mar 26 2025 - 14:04:26 EST


The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 46367f09b2203f7c63f89293aea9279b875d0ff2:

ARM: davinci: always enable CONFIG_ARCH_DAVINCI_DA850 (2025-03-24 22:34:37 +0100)

----------------------------------------------------------------
soc: arm platform changes for 6.15

The at91 platform gains support for SAMA7D65, a new variant of the
Cortex-A7 based SAMA7G5 with a graphics output.

The i.MX, Renesas and davinci platforms each get one minor bugfix.

----------------------------------------------------------------
Arnd Bergmann (5):
Merge tag 'renesas-arm-soc-for-v6.15-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/arm
ARM: imx: mark imx53_suspend_sz as unused
Merge tag 'imx-soc-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
Merge tag 'at91-soc-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm
ARM: davinci: always enable CONFIG_ARCH_DAVINCI_DA850

Geert Uytterhoeven (1):
ARM: shmobile: rcar-gen2: Remove CMA reservation code

Li Bin (1):
ARM: at91: pm: fix at91_suspend_finish for ZQ calibration

Ryan Wanner (5):
dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID
ARM: at91: Add Support in SoC driver for SAMA7D65
ARM: at91: pm: add DT compatible support for sama7d65
ARM: at91: pm: Add Backup mode for SAMA7D65
ARM: at91: pm: Enable ULP0/ULP1 for SAMA7D65

Wolfram Sang (2):
dt-bindings: ARM: at91: make separate entry for Olimex board
dt-bindings: ARM: at91: add Calao USB boards

.../devicetree/bindings/arm/atmel-at91.yaml | 33 ++++++-
.../devicetree/bindings/arm/atmel-sysregs.txt | 1 +
arch/arm/mach-at91/pm.c | 47 +++++++---
arch/arm/mach-at91/pm.h | 1 +
arch/arm/mach-at91/pm_data-offsets.c | 2 +
arch/arm/mach-at91/pm_suspend.S | 101 +++++++++++++++++++--
arch/arm/mach-davinci/Kconfig | 1 +
arch/arm/mach-imx/common.h | 2 +-
arch/arm/mach-shmobile/setup-rcar-gen2.c | 76 ----------------
drivers/soc/atmel/soc.c | 5 +
drivers/soc/atmel/soc.h | 3 +
11 files changed, 170 insertions(+), 102 deletions(-)