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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 E3ADBC43465 for ; Fri, 18 Sep 2020 19:30:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B321B208DB for ; Fri, 18 Sep 2020 19:30:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726371AbgIRTaC (ORCPT ); Fri, 18 Sep 2020 15:30:02 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:44336 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726156AbgIRTaC (ORCPT ); Fri, 18 Sep 2020 15:30:02 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kJM4y-00FHKI-Kc; Fri, 18 Sep 2020 21:29:56 +0200 Date: Fri, 18 Sep 2020 21:29:56 +0200 From: Andrew Lunn To: Dan Murphy Cc: davem@davemloft.net, f.fainelli@gmail.com, hkallweit1@gmail.com, mkubecek@suse.cz, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 3/3] net: phy: dp83822: Update the fiber advertisement for speed Message-ID: <20200918192956.GC3640666@lunn.ch> References: <20200918191453.13914-1-dmurphy@ti.com> <20200918191453.13914-4-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200918191453.13914-4-dmurphy@ti.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Sep 18, 2020 at 02:14:53PM -0500, Dan Murphy wrote: > Update the fiber advertisement for speed and duplex modes with the > 100base-FX full and half linkmode entries. > > Signed-off-by: Dan Murphy Reviewed-by: Andrew Lunn Andrew