mbox series

[GIT,PULL] ARM: vexpress: Update for v6.10

Message ID 20240515093334.1946888-1-sudeep.holla@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] ARM: vexpress: Update for v6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-6.10

Message

Sudeep Holla May 15, 2024, 9:33 a.m. UTC
Hi ARM SoC Team,

There is no reason to delay this until v6.11, hence the late pull request
for v6.10.

Please pull if there is a plan for another late pull request during the
merge window. Or else it can be deferred for v6.11

Regards,
Sudeep

-->8

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-6.10

for you to fetch changes up to 5c47d9a2740369197abc8bf0a52d93cc5861ad96:

  dt-bindings: arm: Remove obsolete RTSM DCSCB binding (2024-05-14 13:48:35 +0100)

----------------------------------------------------------------
Arm Vexpress update for v6.10

Remove obsolete RTSM DCSCB support which was only ever implemented
on a software model which is neither available to download nor
maintained. It predates the very first bL cluster based platforms.

----------------------------------------------------------------
Rob Herring (Arm) (2):
      arm: vexpress: Remove obsolete RTSM DCSCB support
      dt-bindings: arm: Remove obsolete RTSM DCSCB binding

 .../devicetree/bindings/arm/rtsm-dcscb.txt         |  19 ---
 arch/arm/configs/vexpress_defconfig                |   1 -
 arch/arm/mach-versatile/Kconfig                    |   9 --
 arch/arm/mach-versatile/Makefile                   |   3 -
 arch/arm/mach-versatile/dcscb.c                    | 173 ---------------------
 arch/arm/mach-versatile/dcscb_setup.S              |  33 ----
 6 files changed, 238 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/rtsm-dcscb.txt
 delete mode 100644 arch/arm/mach-versatile/dcscb.c
 delete mode 100644 arch/arm/mach-versatile/dcscb_setup.S