From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 02/11] phylink: merge SGMII and 802.3z handling Date: Fri, 1 Dec 2017 09:21:22 -0800 Message-ID: <2f77cfa3-3705-cdec-7a14-abf8b9fd2401@gmail.com> References: <20171201102306.GA18792@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-doc@vger.kernel.org, netdev@vger.kernel.org To: Russell King , Andrew Lunn , Jonathan Corbet Return-path: Received: from mail-qk0-f170.google.com ([209.85.220.170]:41819 "EHLO mail-qk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbdLARVZ (ORCPT ); Fri, 1 Dec 2017 12:21:25 -0500 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 12/01/2017 02:24 AM, Russell King wrote: > The code handling SGMII and 802.3z is essentially the same, except that > we assume 802.3z has no PHY. Re-organise the code such that these cases > are merged, and exclude 802.3z mode from having a PHY attached. This > results in the same link handling behaviour as before. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli -- Florian