Received: by 2002:ac0:b08d:0:0:0:0:0 with SMTP id l13csp2000768imc; Fri, 22 Feb 2019 15:38:39 -0800 (PST) X-Google-Smtp-Source: AHgI3IYAyr2cnmsvtuT1l21bi0QVpanaJ3iXZaveu9jFWvPauJotvQQEw20dzW193phQmTGOhOAU X-Received: by 2002:a63:5462:: with SMTP id e34mr5940404pgm.97.1550878719638; Fri, 22 Feb 2019 15:38:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550878719; cv=none; d=google.com; s=arc-20160816; b=b5jrPDhrJkakYzP3lCdBA/tYhLaO/Krr5zu5biNmhNQ1+jmwhsDMHSg9wCxiyZanE9 C/Q1S5apIH/tzj8mVdHQtVImYd5SvO62VyQC2tToHIE9HH79BniQZUNBNN8x2mwdKXDV 6tTr50lVDjDGMfyWE2RG01vU/Pcd31c1mq3b0cuTYwuHy7DFv6UEOjCuZOLOaiL+fLMo Fksbpj6YzSWV1mQKTCjzBpEpKwkLWpjv3aJwARxqNY/b/5Eig7g+gGCAO4dcqsmM0W4a WqjqD8KSQP1omWQzMxuBUKwI5u1sk5fSPTcIkj7M03GGV5FT85BTp5qSLfUaaewEzvxq mNKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=5VDCWsmg/pCP11SwpCVdBF4SWiypRrJPqpGtyrMXf6Y=; b=rp7fX3qXxh4b/JEOoSsBsE7rR/mPQaVWVRLxlAw6+QcjoV7T7l1uCmee/sojx7qsx4 p/iSlqwI3Sm2/yJQ2lHfl61znJzFhDaDTZ0r4xpUhT/f5FI607hlbKXnmdoVewaPet1x SUsq1yxfHGE9TnTDKDxfYQnkX5O9JB7cZfdspR32ofjXuDLdw3PDfUvUZtYhEe8dSAKl CObCfdodGvO7Motpe5IuiNxlUoOMYlFviiO6CWouED9mB3HAVOxTApUiIoezygWF5lkz w3r999NYIDlhXvZhy+Yt6k2g4fUULRXiGDYIby5iCfGuNKM1++YOpIG2VYVg1dr09Lwj BZhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h98si2592962plb.93.2019.02.22.15.38.24; Fri, 22 Feb 2019 15:38:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727499AbfBVXhz (ORCPT + 99 others); Fri, 22 Feb 2019 18:37:55 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51075 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725774AbfBVXhz (ORCPT ); Fri, 22 Feb 2019 18:37:55 -0500 X-Originating-IP: 86.201.231.99 Received: from mc-bl-xps13.lan (lfbn-tou-1-149-99.w86-201.abo.wanadoo.fr [86.201.231.99]) (Authenticated sender: maxime.chevallier@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 2E1DB6000B; Fri, 22 Feb 2019 23:37:47 +0000 (UTC) From: Maxime Chevallier To: davem@davemloft.net Cc: Maxime Chevallier , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Lunn , Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Antoine Tenart , thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, mw@semihalf.com Subject: [PATCH net-next v2 0/7] net: phy: marvell10g: Add 2.5GBaseT support Date: Sat, 23 Feb 2019 00:37:37 +0100 Message-Id: <20190222233744.25735-1-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds the missing bits necessary to fully support 2.5GBaseT in the Marvell Alaska PHYs. The main points for that support are : - Making use of the .get_features call, recently introduced by Heiner and Andrew, that allows having a fully populated list of supported modes, including 2500BaseT. - Configuring the MII to 2500BaseX when establishing a link at 2.5G - Adding a small quirk to take into account the fact that some PHYs in the family won't report the correct supported abilities The rest of the series consists of small cosmetic improvements such as using the correct helper to set a linkmode bit and adding macros for the PHY ids. We also add support for the 88E2110 PHY, which doesn't require the quirk, and support for 2500BaseT in the PPv2 driver, in order to have a fully working setup on the MacchiatoBin board. Changes since V1 : Fixed formatting issue in patch 01, rebased. Maxime Chevallier (7): net: phy: marvell10g: Use get_features to get the PHY abilities net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bit net: phy: marvell10g: Use 2500BASEX when using 2.5GBASET net: phy: marvell10g: Use a #define for 88X3310 family id net: phy: marvell10g: Force reading of 2.5/5G net: mvpp2: Add 2.5GBaseT support net: phy: marvell10g: add support for the 88x2110 PHY .../net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 + drivers/net/phy/marvell10g.c | 93 ++++++++++++++++--- include/linux/marvell_phy.h | 2 + 3 files changed, 82 insertions(+), 14 deletions(-) -- 2.19.2