From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL 4/4] soc: arm platform updates for 6.12
Date: Mon, 16 Sep 2024 16:33:54 +0000 [thread overview]
Message-ID: <4c6e42ce-7919-4031-b2ac-ffa3a10cbaaa@app.fastmail.com> (raw)
In-Reply-To: <a40b4b3a-5d61-4bef-b367-745ba058be9e@app.fastmail.com>
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
next prev parent reply other threads:[~2024-09-16 16:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 16:29 [GIT PULL 0/4] Arnd Bergmann
2024-09-16 16:31 ` [GIT PULL 1/4] soc: devicetree updates for 6.12 Arnd Bergmann
2024-09-17 8:46 ` Linus Torvalds
2024-09-17 9:50 ` Arnd Bergmann
2024-09-17 9:48 ` pr-tracker-bot
2024-09-16 16:32 ` [GIT PULL 2/4] soc: driver " Arnd Bergmann
2024-09-17 9:48 ` pr-tracker-bot
2024-09-16 16:32 ` [GIT PULL 3/4] soc: defconfig " Arnd Bergmann
2024-09-17 9:48 ` pr-tracker-bot
2024-09-16 16:33 ` Arnd Bergmann [this message]
2024-09-17 9:48 ` [GIT PULL 4/4] soc: arm platform " pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4c6e42ce-7919-4031-b2ac-ffa3a10cbaaa@app.fastmail.com \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=soc@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®