mbox series

[net-next,v2,0/3] at803x fiber/SFP support

Message ID 20220111215504.2714643-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series at803x fiber/SFP support | expand

Message

Robert Hancock Jan. 11, 2022, 9:55 p.m. UTC
Add support for 1000Base-X fiber modes to the at803x PHY driver, as
well as support for connecting a downstream SFP cage.

Changes since v1:
-moved page selection to config_init so it is handled properly
after suspend/resume
-added explicit check for empty sfp_support bitmask

Robert Hancock (3):
  net: phy: at803x: move page selection fix to config_init
  net: phy: at803x: add fiber support
  net: phy: at803x: Support downstream SFP cage

 drivers/net/phy/at803x.c | 146 +++++++++++++++++++++++++++++++++------
 1 file changed, 126 insertions(+), 20 deletions(-)