mbox series

[GIT,PULL] ARM: vexpress: Updates for v6.11

Message ID 20240620093924.375244-4-sudeep.holla@arm.com (mailing list archive)
State Accepted
Commit 0dabf24cf4afce9990ef9e7b2465f9713e1f77e2
Headers show
Series [GIT,PULL] ARM: vexpress: Updates for v6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-updates-6.11

Message

Sudeep Holla June 20, 2024, 9:39 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-updates-6.11

for you to fetch changes up to 69a6661b6f2f1a4d6dbbc58f7c9acfc84484145b:

  bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro (2024-06-20 09:43:33 +0100)

----------------------------------------------------------------
Arm Vexpress updates for v6.11

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.

Other change include addition of the missing MODULE_DESCRIPTION
macro in vexpress config bus driver.

----------------------------------------------------------------
Jeff Johnson (1):
      bus: vexpress-config: Add missing MODULE_DESCRIPTION() macro

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 ----
 drivers/bus/vexpress-config.c                      |   1 +
 7 files changed, 1 insertion(+), 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

Comments

patchwork-bot+linux-soc@kernel.org June 28, 2024, 9:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 20 Jun 2024 10:39:20 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: vexpress: Updates for v6.11
    https://git.kernel.org/soc/soc/c/0dabf24cf4af

You are awesome, thank you!