From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44A78EB64DA for ; Mon, 19 Jun 2023 12:11:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230226AbjFSMLj (ORCPT ); Mon, 19 Jun 2023 08:11:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbjFSMLh (ORCPT ); Mon, 19 Jun 2023 08:11:37 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D8D8127; Mon, 19 Jun 2023 05:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9C7fo9e8P5WGS2OhYQzC7PJZO0qvnF9r+FYrRzcQuvk=; b=kkQ2oACdg96t7zH95cCEEPz8iw 7F8AffGG7SCxSfQfbLZf41+KyaHKnuL03/7Wm+jVA7vZ7+XIgUPrXw1b7VPhlzPLr76xPSL82bMyZ 1Be/kEJSjaBQmXcJ4Px8u/AtMMNmI7GPo8zAwIRVnFVvI5TYhMdy24CoSDEonaVLrWWS9gsXIW9Un QfkW8eXKAIYbouGd5x06lDBybiLzRt5z+fBDUpK4tc842N0GgNsOynM36nER3OWT7cnbzGPlWO96r cpcPwehxmaTT8heq89orLhIDGNP7gc/ZPzACW1dIo6G5Isz5z8DYiZ/7zJDq92G+QzB4dihurwv8m MDdXh7Mw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:50654) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qBDj1-0008G1-DC; Mon, 19 Jun 2023 13:11:15 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1qBDis-0005cp-TE; Mon, 19 Jun 2023 13:11:06 +0100 Date: Mon, 19 Jun 2023 13:11:06 +0100 From: "Russell King (Oracle)" To: arinc9.unal@gmail.com Cc: =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Daniel Golle , Landen Chao , DENG Qingfang , Sean Wang , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Frank Wunderlich , Bartel Eerdekens , mithat.guner@xeront.com, erkin.bozoglu@xeront.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH net v6 2/6] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch Message-ID: References: <20230617062649.28444-1-arinc.unal@arinc9.com> <20230617062649.28444-3-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230617062649.28444-3-arinc.unal@arinc9.com> Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 17, 2023 at 09:26:45AM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > All MT7530 switch IP variants share the MT7530_MFC register, but the > current driver only writes it for the switch variant that is integrated in > the MT7621 SoC. Modify the code to include all MT7530 derivatives. > > Fixes: b8f126a8d543 ("net-next: dsa: add dsa support for Mediatek MT7530 switch") > Suggested-by: Vladimir Oltean > Signed-off-by: Arınç ÜNAL > Reviewed-by: Vladimir Oltean Reviewed-by: Russell King (Oracle) Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!