From patchwork Thu Sep 24 09:29:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1370497 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=2U4++CpF; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BxqXV0lHdz9sSt for ; Thu, 24 Sep 2020 19:30:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject: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=UAL+Xusqfi1Hb61me3IkiqFvnSIYPjnD7lCR4JgRrJc=; b=2U4++CpFsa+24G/W/pGi2kLyjA ffkvhPJuo/qjIlTz2NpyzioiSNgEWeKddVM0I23cr4epdYTUKFl+Cssjbpkbpxtbh/dcdNLnkaym/ jHfiQZQJl+5uzysvowqF/2eS8cnAhaDHsDYpykP3K6qxY0TKZE3ZKsMcfgDSTMRWddhgDDIoJjxeg pVZJty8Y2xKFsq+ufb1lH1d19uqUK4Vnw+OUvvfhVZL0nMTOWpAra/6PtMiZORBhxtbxoUrjtnTRZ C6OcyTonXVePRIxFV03ViokmEs+tVbvjqYq/pAZn+/Sw6t1UJevDdwPz7AThlLHsMbo3zkGqf5Bu4 hJy0fpqg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLNZm-0005X1-IX; Thu, 24 Sep 2020 09:30:06 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLNZj-0005W3-4u for linux-arm-kernel@lists.infradead.org; Thu, 24 Sep 2020 09:30:04 +0000 X-Originating-IP: 90.65.92.90 Received: from localhost (lfbn-lyo-1-1913-90.w90-65.abo.wanadoo.fr [90.65.92.90]) (Authenticated sender: gregory.clement@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 09C9060015; Thu, 24 Sep 2020 09:29:57 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Subject: [GIT PULL] ARM: mvebu: fixes for v5.9 (#1) Date: Thu, 24 Sep 2020 11:29:57 +0200 Message-ID: <87o8lvh696.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200924_053003_307899_9524272A X-CRM114-Status: UNSURE ( 9.18 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.195 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [217.70.183.195 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi, Here is the first pull request for fixes for mvebu for v5.9. Gregory The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-fixes-5.9-1 for you to fetch changes up to 0b58725fb9a446890c1fd28fc6c9e393ce21acb7: ARM: mvebu: drop pointless check for coherency_base (2020-09-24 10:19:06 +0200) ---------------------------------------------------------------- mvebu fixes for 5.9 (part 1) - Allow to use correct MAC address for particular DSA slaves / ethernet ports on Espressobin (Armada 3720) - Remove incorrect check in ll_get_coherency_base() used for Armada 370/XP SoCs. ---------------------------------------------------------------- Ard Biesheuvel (1): ARM: mvebu: drop pointless check for coherency_base Pali Rohár (1): arm64: dts: marvell: espressobin: Add ethernet switch aliases arch/arm/mach-mvebu/coherency_ll.S | 7 +------ .../boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts | 10 ++++++++-- arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts | 10 ++++++++-- arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi | 12 ++++++++---- 4 files changed, 25 insertions(+), 14 deletions(-)