From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/4] SFP/phylink fixes Date: Fri, 01 Dec 2017 15:18:58 -0500 (EST) Message-ID: <20171201.151858.14102683300542165.davem@davemloft.net> References: <20171130135835.GC10595@n2100.armlinux.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org To: linux@armlinux.org.uk Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:38524 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750968AbdLAUTA (ORCPT ); Fri, 1 Dec 2017 15:19:00 -0500 In-Reply-To: <20171130135835.GC10595@n2100.armlinux.org.uk> Sender: netdev-owner@vger.kernel.org List-ID: From: Russell King - ARM Linux Date: Thu, 30 Nov 2017 13:58:35 +0000 > Here are four phylink fixes: > - the "options" is a big-endian value, we must test the bits taking the > endian-ness into account. > - improve the handling of RX_LOS polarity, taking no RX_LOS polarity > bits set to mean there is no RX_LOS functionality provided. > - do not report modules that require the address mode switching as > supporting SFF8472. > - ensure that the mac_link_down() function is called when phylink_stop() > is called. Series applied, thank you.