From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net-next 0/4] net: phy: Misc improvements for Generic 10G PHY Date: Mon, 22 Oct 2018 11:32:45 +0100 Message-ID: Cc: Jose Abreu , Andrew Lunn , Florian Fainelli , "David S. Miller" , Joao Pinto To: netdev@vger.kernel.org Return-path: Received: from smtprelay.synopsys.com ([198.182.47.9]:39886 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728101AbeJVSvC (ORCPT ); Mon, 22 Oct 2018 14:51:02 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Set of improvements for Generic 10G PHY. All of them tested using stmmac with XGMAC2 IP working at 10G Link with a C45 PHY. Cc: Andrew Lunn Cc: Florian Fainelli Cc: "David S. Miller" Cc: Joao Pinto Jose Abreu (4): net: phy: Use C45 Helpers when forcing PHY net: phy-c45: Populate autoneg_done callback net: phy-c45: Implement reset/suspend/resume callbacks net: phy-c45: Populate missing features drivers/net/phy/phy-c45.c | 59 +++++++++++++++++++++++++++++++++++++++++++++-- drivers/net/phy/phy.c | 2 +- include/linux/phy.h | 8 +++++++ 3 files changed, 66 insertions(+), 3 deletions(-) -- 2.7.4