Commit a940d9a43e62 for kernel

commit a940d9a43e623d1ba1e5c499aa843516656c0ae4
Merge: 38ea77ab0748 46d2efc4efc0
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Sep 17 11:41:47 2024 +0200

    Merge tag 'soc-arm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

    Pull SoC ARM platform updates from Arnd Bergmann:
     "Most of these updates are for removing dead code on the Samsung S3C,
      NXP i.MX, TI OMAP and TI DaVinci platforms, though this appears to be
      a coincidence.

      There are also cleanups for the Marvell Orion family and the Arm
      integrator series and a Kconfig change for Broadcom"

    * tag 'soc-arm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
      ARM: dove: Drop a write-only variable
      ARM: orion5x: Switch to new sys-off handler API
      ARM: mvebu: Warn about memory chunks too small for DDR training
      ARM: imx: Annotate imx7d_enet_init() as __init
      ARM: OMAP1: Remove unused declarations in arch/arm/mach-omap1/pm.h
      ARM: s3c: remove unused s3c2410_cpu_suspend() declaration
      ARM: s3c: remove unused declarations for s3c6400
      ARM: s3c: Remove unused s3c_init_uart_irqs() declaration
      ARM: davinci: remove unused cpuidle code
      ARM: davinci: remove unused davinci_init_ide() declaration
      ARM: davinci: remove unused davinci_cfg_reg_list() declaration
      ARM: mach-imx: imx6sx: Remove Ethernet refclock setting
      MAINTAINERS: Add entry for Samsung Exynos850 SoC
      ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
      ARM: omap2: Switch to use kmemdup_array()
      ARM: omap1: Remove unused struct 'dma_link_info'
      ARM: s3c: Drop explicit initialization of struct i2c_device_id::driver_data to 0