From patchwork Thu Sep 5 19:59:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 13792955 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 072A5CE7A91 for ; Thu, 5 Sep 2024 20:01:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=PaEVwI8SIDhsZjwFTiM6E6Aop21nF7kHvGWkD3z7b7c=; b=29G6nekrS06E4yAlw3uckloVG9 Qd1/5p7pi5oPG7ByXR0HhhTa5T3tl7J0AL5U+9O16yrC2B/kfMRW3T1dHcNJCA7mk8NEZnP7pNUeM WCF1XwB1Ab0ZlDVLEA0zZyvDhn0uW84H3fah12jwRtPW3q7Tj0TnJX017XBoREUeKG8vE4tawD7W4 RduzLmECKTxbhAVBRS6YC8XGZkPHq7jvwF2eJW5dt4nlF3MfOa896BUPfc4iOnmDuGVuqGfDAHi8w ErlN3pbNfeqhOAnmgSJHATSwFTe1+5WSStjUwETIz2XKK8i36nSW7PzywFF3v3t6cvi2g2Da4bIyJ A84Yz8fw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smIf6-00000009gAj-2L8J; Thu, 05 Sep 2024 20:01:00 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1smIe8-00000009g63-1fwf for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2024 20:00:02 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id DCD7EE0003; Thu, 5 Sep 2024 19:59:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1725566395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PaEVwI8SIDhsZjwFTiM6E6Aop21nF7kHvGWkD3z7b7c=; b=JlltqpiPDonUJx4MhlHGMVvw97qu7DaHsPXPBUpkI0wSGxLYrYcgcS7uE62bpRVzpk0xms BsWrhmVw/iZiP26ODUrrm74kGGF21mh9VkzHsrpwwlZGPfRV56f83bJUcb7VTqx1vqx6/V lblo8TwrJ5w59QdRmvoGjsD42dgF6QoSOmMfYI4DN7ipoAJ4wBblYJlp/pObPfhBv1MOib ri7dachGWIt1o5SoFCe0x4bxlzbudoN3JCAoxakWSb7I5Pmu12hXrkzQV91Sh0AaK48mOb /hjMyX63tK6VqPDUG5QPWYpK2tFnadojcG7SJPg8ONWlpRReYYN/eirBOpKRgQ== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: arm for v6.12 (#1) Date: Thu, 05 Sep 2024 21:59:54 +0200 Message-ID: <871q1xrhvp.fsf@BLaptop.bootlin.com> MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240905_130000_748241_F0A3A4C1 X-CRM114-Status: UNSURE ( 9.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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(-)