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 9F7CFC433F5 for ; Sun, 1 May 2022 11:10:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344744AbiEALNl (ORCPT ); Sun, 1 May 2022 07:13:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345406AbiEALNk (ORCPT ); Sun, 1 May 2022 07:13:40 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FA47F4D for ; Sun, 1 May 2022 04:10:14 -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 ams.source.kernel.org (Postfix) with ESMTPS id 1471CB80CF7 for ; Sun, 1 May 2022 11:10:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A946CC385AF; Sun, 1 May 2022 11:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651403411; bh=eB5VoypmhY+lQ+zQfvKD//NZNhviuv0IlHAMSnIZ1GI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=b2uIe+TNxShLUHZ5jtMB7gF6QyFZ1P6kqGMXEwTzX7TR9JPk3vqot2LxfidF0khBf rlKL/t4sDURs5BzVqogg6hYN6WMjkbxNkIf3xmm12K5pCnEmLVItEHj25jg5nTPV8T hHch4PS1nbHkiJb6b8k7PmNPLXubfqxVVwaDgXeGW171etXZAWCfK3UIQ19zN69Z0D 0KfGCakRoacsPjvgHcs9k32v6lpbZb63Ug6NxSSc53d9ucHrzltKuO8kLP2YgFNtPW DneV/Md/lnuB3dZ6ogHsiI+jdxYru37CX3eHc+toHNxdLdr3Pdi5U71L1P8mesY8oK XNU+qKRdWLj4Q== 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 8A4A0F03841; Sun, 1 May 2022 11:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: phy: marvell: update abilities and advertising when switching to SGMII From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165140341156.16654.10434931995474555191.git-patchwork-notify@kernel.org> Date: Sun, 01 May 2022 11:10:11 +0000 References: <20220427193928.2155805-1-robert.hancock@calian.com> In-Reply-To: <20220427193928.2155805-1-robert.hancock@calian.com> To: Robert Hancock Cc: netdev@vger.kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 27 Apr 2022 13:39:28 -0600 you wrote: > With some SFP modules, such as Finisar FCLF8522P2BTL, the PHY hardware > strapping defaults to 1000BaseX mode, but the kernel prefers to set them > for SGMII mode. When this happens and the PHY is soft reset, the BMSR > status register is updated, but this happens after the kernel has already > read the PHY abilities during probing. This results in support not being > detected for, and the PHY not advertising support for, 10 and 100 Mbps > modes, preventing the link from working with a non-gigabit link partner. > > [...] Here is the summary with links: - [net-next] net: phy: marvell: update abilities and advertising when switching to SGMII https://git.kernel.org/netdev/net-next/c/0ed99ecc95b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html