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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49676C433E0 for ; Thu, 18 Jun 2020 22:03:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2C0A320732 for ; Thu, 18 Jun 2020 22:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731617AbgFRWDj (ORCPT ); Thu, 18 Jun 2020 18:03:39 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:47722 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730797AbgFRWDj (ORCPT ); Thu, 18 Jun 2020 18:03:39 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jm2d9-001B89-SQ; Fri, 19 Jun 2020 00:03:31 +0200 Date: Fri, 19 Jun 2020 00:03:31 +0200 From: Andrew Lunn To: Ioana Ciornei Cc: Russell King - ARM Linux admin , "netdev@vger.kernel.org" , "davem@davemloft.net" , Vladimir Oltean , Claudiu Manoil , Alexandru Marginean , "michael@walle.cc" , "f.fainelli@gmail.com" Subject: Re: [PATCH net-next 4/5] net: phy: add Lynx PCS MDIO module Message-ID: <20200618220331.GA279339@lunn.ch> References: <20200618120837.27089-1-ioana.ciornei@nxp.com> <20200618120837.27089-5-ioana.ciornei@nxp.com> <20200618140623.GC1551@shell.armlinux.org.uk> <20200618165510.GG1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > Are there really instances where the ethernet driver has to manage multiple > different types of PCSs? I am not sure this type of snippet of code is really > going to occur. Hi Ioana The Marvell mv88e6390 family has three PCS's, one for SGMII/1000BaseX, a 10Gbase-X4/X2 and a 10GBAse-R. So this sort of code could appear. Andrew