mbox series

[net,0/3] amd-xgbe: Miscellaneous fixes

Message ID 20221006135440.3680563-1-Raju.Rangoju@amd.com (mailing list archive)
Headers show
Series amd-xgbe: Miscellaneous fixes | expand

Message

Raju Rangoju Oct. 6, 2022, 1:54 p.m. UTC
Here are some of the fixes for XGBE:

(1) Fix the rrc for Yellow carp devices. CDR workaround path
    is disabled for YC devices, receiver reset cycle is not
    needed in such cases.

(2) Enable PLL_CTL for fixed PHY modes only. Driver does not
    implement SW RRCM for Autoneg Off configuration, hence PLL
    is needed for fixed PHY modes only.

(3) Fix the SFP compliance codes check for DAC cables. Some of
    the passive cables have non-zero data at offset 3 and 6 in
    SFP EEPROM data. So, fix the sfp compliance codes check.

Raju Rangoju (3):
  amd-xgbe: Yellow carp devices do not need rrc
  amd-xgbe: enable PLL_CTL for fixed PHY modes only
  amd-xgbe: fix the SFP compliance codes check for DAC cables

 drivers/net/ethernet/amd/xgbe/xgbe-pci.c    |  5 ++++
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 33 ++++++++++++---------
 drivers/net/ethernet/amd/xgbe/xgbe.h        | 11 +++++++
 3 files changed, 35 insertions(+), 14 deletions(-)