From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E5569374FB for ; Thu, 5 Oct 2023 17:47:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="1ifmHduD" 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 E20DBBF for ; Thu, 5 Oct 2023 10:47:23 -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-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding: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=9elfRIAW7SoIL0vEwAFRmbDIeGpF84D1M3dC47nx4qU=; b=1ifmHduDmclZlryM7p9ywyYbeG GuaYCAIV3VExaV3RPYkFFub8TJUBsZXOBRknzjoMzyjrEIWvDCt9uJ89nBXVDRlLZpRv5tv2yxbQB SSfutJaRiW12wwQG1K4zQd+DTrJyK/46J+Egst8X/XfKoWyt4LyWwl6iw57jF35CB7NooStpXaPgZ 5/azWjCZbvWYntbea72VVbdUCXhIJvxaTuq2x8ZvHIVneuaaiGRoHeAWBmlyP4KJoyLehRND4pNVY cFqdWHi74C9a4KhRjXz9IE9Nf8T5ePhppJDCKEX0sesD5a9zeuHfWe1l7G90SsZH847k80vh1YxRp 9YRCjeFg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:35738) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qoSRP-0004ON-10; Thu, 05 Oct 2023 18:47:15 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1qoSRP-0002DX-7W; Thu, 05 Oct 2023 18:47:15 +0100 Date: Thu, 5 Oct 2023 18:47:15 +0100 From: "Russell King (Oracle)" To: Andrew Lunn , Heiner Kallweit , Christian Marangi Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 0/2] Rework tx fault fixups Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Russell King (Oracle) X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Tue, Oct 03, 2023 at 02:33:25PM +0100, Russell King (Oracle) wrote: > Hi, > > This series reworks the tx-fault fixup and then improves the Nokia GPON > workaround to also ignore the RX LOS signal as well. We do this by > introducing a mask of hardware pin states that should be ignored, > converting the tx-fault fixup to use that, and then augmenting it for > RX LOS. > > drivers/net/phy/sfp.c | 33 ++++++++++++++++++++++++--------- > 1 file changed, 24 insertions(+), 9 deletions(-) FYI, Christian has provided a tested-by: Tested-by: Christian Marangi Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!