From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752973AbeACPKP (ORCPT + 1 other); Wed, 3 Jan 2018 10:10:15 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:36988 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbeACPKN (ORCPT ); Wed, 3 Jan 2018 10:10:13 -0500 From: Antoine Tenart To: davem@davemloft.net, kishon@ti.com Cc: Antoine Tenart , andrew@lunn.ch, gregory.clement@free-electrons.com, linux@armlinux.org.uk, mw@semihalf.com, stefanc@marvell.com, ymarkman@marvell.com, thomas.petazzoni@free-electrons.com, miquel.raynal@free-electrons.com, nadavh@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next v2 0/4] net: mvpp2: 1000BaseX and 2000BaseX support Date: Wed, 3 Jan 2018 16:07:46 +0100 Message-Id: <20180103150750.12974-1-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.14.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi all, This series adds 1000BaseX and 2500BaseX support to the Marvell PPv2 driver. In order to use it, the 2.5 SGMII mode is added in the Marvell common PHY driver (cp110-comphy). This was tested on a mcbin. All patches should probably go through net-next as patch 4/4 depends on patch 1/4 to build and work. Please note the two mvpp2 patches do not conflict with the ACPI series v2 Marcin sent a few days ago, and the two series can be processed in parallel. (Marcin is aware of me sending this series). Thanks! Antoine Since v1: - s/PHY_MODE_SGMII_2_5G/PHY_MODE_2500SGMII/ - Fixed a build error in 'net: mvpp2: 1000baseX support' (which was solved in the 2500baseX support one, but the bisection was broken). - Removed the dt patches, as the fourth network interface on the mcbin also needs PHYLINK support in the PPv2 driver to be correctly supported. Antoine Tenart (4): phy: add 2.5G SGMII mode to the phy_mode enum phy: cp110-comphy: 2.5G SGMII mode net: mvpp2: 1000baseX support net: mvpp2: 2500baseX support drivers/net/ethernet/marvell/mvpp2.c | 67 +++++++++++++++++++++++----- drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 17 +++++-- include/linux/phy/phy.h | 1 + 3 files changed, 72 insertions(+), 13 deletions(-) -- 2.14.3