mbox series

[GIT,PULL] ARM: mvebu: arm for v6.12 (#1)

Message ID 871q1xrhvp.fsf@BLaptop.bootlin.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] ARM: mvebu: arm for v6.12 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-arm-6.12-1

Message

Gregory CLEMENT Sept. 5, 2024, 7:59 p.m. UTC
Hi,

Here is the first pull request for arm for mvebu for v6.12.

Gregory

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-arm-6.12-1

for you to fetch changes up to dea56c781ed3d1621b7a8fb7707037f644847c42:

  ARM: dove: Drop a write-only variable (2024-09-02 16:11:28 +0200)

----------------------------------------------------------------
mvebu arm for 6.12 (part 1)

Fix a few warning error with W=1
Switch orion5x to new sys-off handler API

----------------------------------------------------------------
Andrew Davis (1):
      ARM: orion5x: Switch to new sys-off handler API

Uwe Kleine-König (2):
      ARM: mvebu: Warn about memory chunks too small for DDR training
      ARM: dove: Drop a write-only variable

 arch/arm/mach-dove/common.c                    | 4 ++--
 arch/arm/mach-mvebu/board-v7.c                 | 3 +++
 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 +-
 10 files changed, 15 insertions(+), 12 deletions(-)