[GIT PULL 1/5] soc: arm platform code for 6.14

From: Arnd Bergmann
Date: Fri Jan 24 2025 - 10:03:13 EST


The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2fd7a3f27892f1ca4fca24591a7a82fd0437e080:

Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm (2025-01-17 12:57:00 +0100)

----------------------------------------------------------------
soc: arm platform code for 6.14

The updates here add code for the Microchip SAMA7D65 SoC,
as well as minor bugfixes for OMAP.

----------------------------------------------------------------
Aaro Koskinen (1):
ARM: omap1: Fix up the Retu IRQ on Nokia 770

Andreas Kemnade (1):
ARM: omap2plus_defconfig: enable charger of TWL603X

Arnd Bergmann (2):
Merge tag 'omap-for-v6.14/soc-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
Merge tag 'at91-soc-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm

Christophe JAILLET (1):
ARM: OMAP2+: Fix a typo

Javier Carrasco (1):
soc: atmel: fix device_node release in atmel_soc_device_init()

Nicolas Ferre (1):
ARM: at91: pm: change BU Power Switch to automatic mode

Ryan Wanner (1):
ARM: at91: add new SoC sama7d65

arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/mach-at91/Kconfig | 11 +++++++++++
arch/arm/mach-at91/pm.c | 31 ++++++++++++++++++++-----------
arch/arm/mach-omap1/board-nokia770.c | 2 +-
arch/arm/mach-omap2/powerdomain.c | 2 +-
drivers/soc/atmel/soc.c | 2 +-
6 files changed, 35 insertions(+), 14 deletions(-)