From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next] net: phy: marvell10g: remove XGMII as an option for 88x3310 Date: Tue, 12 Dec 2017 15:59:37 +0100 Message-ID: <20171212145937.GA23462@lunn.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , netdev@vger.kernel.org To: Russell King Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:58229 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752745AbdLLO7l (ORCPT ); Tue, 12 Dec 2017 09:59:41 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Dec 12, 2017 at 12:53:18PM +0000, Russell King wrote: > Remove XGMII as an option for the 88x3310 PHY driver, as the PHY doesn't > support XGMII's 32-bit data lanes. It supports USXGMII, which is not > XGMII, but a single-lane serdes interface - see > https://developer.cisco.com/site/usgmii-usxgmii/ > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew