From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next 0/2] phylink: API changes Date: Wed, 28 Mar 2018 12:03:37 -0700 Message-ID: <20180328190339.31433-1-f.fainelli@gmail.com> Cc: Florian Fainelli , Thomas Petazzoni , Andrew Lunn , "David S. Miller" , Russell King , linux-kernel@vger.kernel.org (open list), Antoine Tenart , Yan Markman , Stefan Chulski , Maxime Chevallier , Miquel Raynal , Marcin Wojtas To: netdev@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi all, This patch series contains two API changes to PHYLINK which will later be used by DSA to migrate to PHYLINK. Because these are API changes that impact other outstanding work (e.g: MVPP2) I would rather get them included sooner to minimize conflicts. Thank you! Florian Fainelli (1): net: phy: phylink: Provide PHY interface to mac_link_{up,down} Russell King (1): sfp/phylink: move module EEPROM ethtool access into netdev core ethtool drivers/net/ethernet/marvell/mvneta.c | 22 +++------------------- drivers/net/phy/phylink.c | 32 +++----------------------------- drivers/net/phy/sfp-bus.c | 6 ++---- include/linux/netdevice.h | 3 +++ include/linux/phylink.h | 13 ++++++++----- net/core/ethtool.c | 7 +++++++ 6 files changed, 26 insertions(+), 57 deletions(-) -- 2.14.1