[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cf067bf7-5990-43b4-b96c-0700b3d59293@app.fastmail.com>
Date: Thu, 02 Oct 2025 00:28:45 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-riscv@...ts.infradead.org, soc@...ts.linux.dev
Subject: [GIT PULL 5/5] ARM: soc updates for 6.18
The following changes since commit b320789d6883cc00ac78ce83bccbfe7ed58afcf0:
Linux 6.17-rc4 (2025-08-31 15:33:07 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-arm-6.18
for you to fetch changes up to 65d2419f931c08ead6722fbb9d4bd8cecb25a7e3:
ARM: versatile: clock: convert from round_rate() to determine_rate() (2025-10-01 23:49:09 +0200)
----------------------------------------------------------------
ARM: soc updates for 6.18
The at91 power management code and the TI AM33 platform each get
a few updates for robustness, the other changes are just minor
cleanups.
----------------------------------------------------------------
Alexander Sverdlin (1):
ARM: AM33xx: Implement TI advisory 1.0.36 (EMU0/EMU1 pins state on reset)
Andrew Davis (1):
ARM: mach-hpe: Rework support and directory structure
Arnd Bergmann (4):
Merge tag 'renesas-arm-soc-for-v6.18-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/arm
Merge tag 'at91-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/arm
Merge tag 'omap-for-v6.18/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
Merge tag 'v6.18-rockchip-arm32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/arm
Brian Masney (3):
ARM: OMAP1: clock: convert from round_rate() to determine_rate()
ARM: OMAP2+: clock: convert from round_rate() to determine_rate()
ARM: versatile: clock: convert from round_rate() to determine_rate()
Geert Uytterhoeven (1):
ARM: shmobile: rcar-gen2: Use SZ_256K definition
Kuninori Morimoto (1):
arm: omap2: use string choices helper
Miaoqian Lin (1):
ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_init
Mikko Rapeli (1):
ARM: rockchip: remove REGULATOR conditional to PM
Nicolas Ferre (3):
ARM: at91: pm: fix .uhp_udp_mask specification for current SoCs
ARM: at91: pm: fix MCKx restore routine
ARM: at91: pm: save and restore ACR during PLL disable/enable
Ryan Wanner (1):
ARM: at91: pm: Remove 2.5V regulator
Yang Xiuwei (1):
ARM: OMAP2+: use IS_ERR_OR_NULL() helper
MAINTAINERS | 1 -
arch/arm/Kconfig | 2 --
arch/arm/Kconfig.platforms | 25 +++++++++++++++++
arch/arm/Makefile | 1 -
arch/arm/mach-at91/pm.c | 2 +-
arch/arm/mach-at91/pm_suspend.S | 41 ++++++----------------------
arch/arm/mach-hpe/Kconfig | 23 ----------------
arch/arm/mach-hpe/Makefile | 1 -
arch/arm/mach-hpe/gxp.c | 15 ----------
arch/arm/mach-omap1/clock.c | 19 +++++++++----
arch/arm/mach-omap2/am33xx-restart.c | 36 ++++++++++++++++++++++++
arch/arm/mach-omap2/board-n8x0.c | 2 +-
arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 12 ++++----
arch/arm/mach-omap2/pm33xx-core.c | 6 +++-
arch/arm/mach-omap2/powerdomain.c | 2 +-
arch/arm/mach-omap2/voltage.c | 12 ++++----
arch/arm/mach-omap2/vp.c | 4 +--
arch/arm/mach-rockchip/Kconfig | 2 +-
arch/arm/mach-shmobile/pm-rcar-gen2.c | 2 +-
arch/arm/mach-versatile/spc.c | 9 +++---
include/soc/at91/sama7-sfrbu.h | 7 -----
21 files changed, 113 insertions(+), 111 deletions(-)
delete mode 100644 arch/arm/mach-hpe/Kconfig
delete mode 100644 arch/arm/mach-hpe/Makefile
delete mode 100644 arch/arm/mach-hpe/gxp.c
Powered by blists - more mailing lists