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 76CCDC64EC7 for ; Mon, 13 Feb 2023 12:24:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230509AbjBMMYN (ORCPT ); Mon, 13 Feb 2023 07:24:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229910AbjBMMYL (ORCPT ); Mon, 13 Feb 2023 07:24:11 -0500 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 ACF236A71; Mon, 13 Feb 2023 04:24:09 -0800 (PST) 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=gOEavSKobxzkNUwIbNjE6psRFHrp/W2anCwg7BkkLCc=; b=ObDVlDbZLK9iuH4F+Lz0ntxyzW 4s555KAxM8FkX5eXfRjE0I/9j9dVWUeM69v2YVi9jDwHrTban4YD0k5PRV3XgTNRBhcDW8OIxkIaS MAlOagHiPjt1Y32EREWUz7m7PNcgoELK8FNv3iF96qEe1MELulK6Q0lN2aYSBNgt8miKyUHCEE4vq KZT3KL94ZnJBbZ7NCiJgkO4vfbCFdJ9ADBriaX4hap1BU1ECSlzsEBW+E7/MqcIFZ0HIzqiIArLu6 HmdVIexH0CKP+5F2PZlwOy+KnaW3PC7MZ4CM0O+e2Zm1OQIl78bSDqKveQNeVQaJeE9W7z5Hex7mo 6Hdvp+Lw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:58250) 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 1pRXsF-00041Z-RT; Mon, 13 Feb 2023 12:23:59 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1pRXs8-0002xY-TH; Mon, 13 Feb 2023 12:23:52 +0000 Date: Mon, 13 Feb 2023 12:23:52 +0000 From: "Russell King (Oracle)" To: Daniel Golle Cc: netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Heiner Kallweit , Lorenzo Bianconi , Mark Lee , John Crispin , Felix Fietkau , AngeloGioacchino Del Regno , Matthias Brugger , DENG Qingfang , Landen Chao , Sean Wang , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Vladimir Oltean , Florian Fainelli , Andrew Lunn , Jianhui Zhao , =?iso-8859-1?Q?Bj=F8rn?= Mork Subject: Re: [PATCH v5 10/12] net: pcs: add driver for MediaTek SGMII PCS Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 11, 2023 at 04:04:51PM +0000, Daniel Golle wrote: > The SGMII core found in several MediaTek SoCs is identical to what can > also be found in MediaTek's MT7531 Ethernet switch IC. > As this has not always been clear, both drivers developed different > implementations to deal with the PCS. > > Add a dedicated driver, mostly by copying the code now found in the > Ethernet driver. The now redundant code will be removed by a follow-up > commit. > > Tested-by: Bj?rn Mork > Signed-off-by: Daniel Golle Reviewed-by: Russell King (Oracle) Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!