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 AF820C77B75 for ; Fri, 5 May 2023 08:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230044AbjEEIba (ORCPT ); Fri, 5 May 2023 04:31:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231542AbjEEIbM (ORCPT ); Fri, 5 May 2023 04:31:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F00C18DDF for ; Fri, 5 May 2023 01:30:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2408361164 for ; Fri, 5 May 2023 08:30:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7FF73C433D2; Fri, 5 May 2023 08:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683275420; bh=Xh+MAs5cv5wNzyY4Qb3IokgWAMpQ9j0XmCCpo/doi/8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ns9suoPaM+L7RW4vZCeWKcmdi0BoMwFyWhyCMKS36YLyz2t87PSCa8uSUR3UfYyaq 70bgoSoT5zVGNWrZ6A+5s3Am+/XUQJsomNH7XCN26jHYMkaaPLhgVgekLMBLj0pAOo 4A61Q5pmmk0AQbXhfUPbp7tHfo8/nhHbzh9KrwMN/hnpLxG2cA29VRY+2wibUpOYYy lSYiiu2qeed7NOopvTxlNfF2O1XANEiGJzL66P89NkU6hx98HGT4atGyP/4WrnUbQZ qWI9XUv27UO4bOUVQnEs20uRbEITLxOqZkFX9Vd7CcNWPxrnTwZT9IRco7H/B3jqi+ 0x/ZBoeY5emmw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 5EC97E5FFC4; Fri, 5 May 2023 08:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 net 1/2] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168327542038.4615.4214008191819438520.git-patchwork-notify@kernel.org> Date: Fri, 05 May 2023 08:30:20 +0000 References: <20230502210947.6815-1-arinc.unal@arinc9.com> In-Reply-To: <20230502210947.6815-1-arinc.unal@arinc9.com> To: =?utf-8?b?QXLEsW7DpyDDnE5BTCA8YXJpbmM5LnVuYWxAZ21haWwuY29tPg==?=@ci.codeaurora.org Cc: sean.wang@mediatek.com, Landen.Chao@mediatek.com, dqfext@gmail.com, daniel@makrotopia.org, andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, opensource@vdorst.com, arinc.unal@arinc9.com, bartel.eerdekens@constell8.be, richard@routerhints.com, vschagen@cs.com, frank-w@public-files.de, mithat.guner@xeront.com, erkin.bozoglu@xeront.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Wed, 3 May 2023 00:09:46 +0300 you wrote: > From: Arınç ÜNAL > > The multi-chip module MT7530 switch with a 40 MHz oscillator on the > MT7621AT, MT7621DAT, and MT7621ST SoCs forwards corrupt frames using > trgmii. > > This is caused by the assumption that MT7621 SoCs have got 150 MHz PLL, > hence using the ncpo1 value, 0x0780. > > [...] Here is the summary with links: - [v3,net,1/2] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621 https://git.kernel.org/netdev/net/c/37c218d8021e - [v3,net,2/2] net: dsa: mt7530: fix network connectivity with multiple CPU ports https://git.kernel.org/netdev/net/c/120a56b01bee You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html