mbox series

[net-next,0/4] net: phy: Misc improvements for Generic 10G PHY

Message ID cover.1540204182.git.joabreu@synopsys.com
Headers show
Series net: phy: Misc improvements for Generic 10G PHY | expand

Message

Jose Abreu Oct. 22, 2018, 10:32 a.m. UTC
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 <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Joao Pinto <joao.pinto@synopsys.com>

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(-)