[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4c6e42ce-7919-4031-b2ac-ffa3a10cbaaa@app.fastmail.com>
Date: Mon, 16 Sep 2024 16:33:54 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: soc@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL 4/4] soc: arm platform updates for 6.12
The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.12
for you to fetch changes up to 46d2efc4efc00e09a47e41f753af69a9fe169ec4:
Merge tag 'arm-soc/for-6.12/soc' of https://github.com/Broadcom/stblinux into soc/arm (2024-09-10 16:39:45 +0000)
----------------------------------------------------------------
soc: arm platform updates for 6.12
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.
----------------------------------------------------------------
Andrew Davis (1):
ARM: orion5x: Switch to new sys-off handler API
Andy Shevchenko (1):
ARM: omap2: Switch to use kmemdup_array()
Arnd Bergmann (7):
Merge tag 'integrator-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into soc/arm
Merge tag 'omap-for-v6.12/soc-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
Merge tag 'davinci-updates-for-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into soc/arm
Merge tag 'imx-soc-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
Merge tag 'samsung-soc-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
Merge tag 'mvebu-arm-6.12-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/arm
Merge tag 'arm-soc/for-6.12/soc' of https://github.com/Broadcom/stblinux into soc/arm
Bartosz Golaszewski (1):
ARM: davinci: remove unused cpuidle code
Dr. David Alan Gilbert (1):
ARM: omap1: Remove unused struct 'dma_link_info'
Fabio Estevam (1):
ARM: mach-imx: imx6sx: Remove Ethernet refclock setting
Florian Fainelli (1):
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
Gaosheng Cui (6):
ARM: davinci: remove unused davinci_cfg_reg_list() declaration
ARM: davinci: remove unused davinci_init_ide() declaration
ARM: s3c: Remove unused s3c_init_uart_irqs() declaration
ARM: s3c: remove unused declarations for s3c6400
ARM: s3c: remove unused s3c2410_cpu_suspend() declaration
ARM: OMAP1: Remove unused declarations in arch/arm/mach-omap1/pm.h
Krzysztof Kozlowski (2):
ARM: versatile: fix OF node leak in CPUs prepare
bus: integrator-lm: fix OF node leak in probe()
Nathan Chancellor (1):
ARM: imx: Annotate imx7d_enet_init() as __init
Sam Protsenko (1):
MAINTAINERS: Add entry for Samsung Exynos850 SoC
Uwe Kleine-König (3):
ARM: s3c: Drop explicit initialization of struct i2c_device_id::driver_data to 0
ARM: mvebu: Warn about memory chunks too small for DDR training
ARM: dove: Drop a write-only variable
MAINTAINERS | 10 +++
arch/arm/mach-bcm/Kconfig | 1 +
arch/arm/mach-davinci/Makefile | 1 -
arch/arm/mach-davinci/common.h | 1 -
arch/arm/mach-davinci/cpuidle.c | 99 --------------------------
arch/arm/mach-davinci/cpuidle.h | 15 ----
arch/arm/mach-davinci/devices-da8xx.c | 1 -
arch/arm/mach-davinci/mux.h | 5 --
arch/arm/mach-dove/common.c | 4 +-
arch/arm/mach-imx/mach-imx6sx.c | 22 ------
arch/arm/mach-imx/mach-imx7d.c | 2 +-
arch/arm/mach-mvebu/board-v7.c | 3 +
arch/arm/mach-omap1/omap-dma.c | 13 ----
arch/arm/mach-omap1/pm.h | 4 --
arch/arm/mach-omap2/omap_device.c | 2 +-
arch/arm/mach-orion5x/board-mss2.c | 2 +-
arch/arm/mach-orion5x/dns323-setup.c | 6 +-
arch/arm/mach-orion5x/kurobox_pro-setup.c | 2 +-
arch/arm/mach-orion5x/mv2120-setup.c | 2 +-
arch/arm/mach-orion5x/net2big-setup.c | 2 +-
arch/arm/mach-orion5x/terastation_pro2-setup.c | 2 +-
arch/arm/mach-orion5x/ts209-setup.c | 2 +-
arch/arm/mach-orion5x/ts409-setup.c | 2 +-
arch/arm/mach-s3c/irq-uart-s3c64xx.h | 2 -
arch/arm/mach-s3c/mach-crag6410-module.c | 2 +-
arch/arm/mach-s3c/pm.h | 2 -
arch/arm/mach-s3c/s3c64xx.h | 11 ---
arch/arm/mach-versatile/platsmp-realview.c | 1 +
drivers/bus/arm-integrator-lm.c | 1 +
29 files changed, 31 insertions(+), 191 deletions(-)
delete mode 100644 arch/arm/mach-davinci/cpuidle.c
delete mode 100644 arch/arm/mach-davinci/cpuidle.h
Powered by blists - more mailing lists