[Intel-wired-lan] [PATCH V2 00/12] ixgbe: Add support for X550EM devices with SFPs

Mark D Rustad mark.d.rustad at intel.com
Mon Jul 27 19:04:05 UTC 2015


The following patches add remaining bits of support for X550EM
devices with SFPs. The last patch adds the device ID.

Signed-off-by: Mark Rustad <mark.d.rustad at intel.com>

---
Changes in V2:
- Added more changes that had been missed (9 more patches!)
- Added latest CS4227 reset process
---

Mark D Rustad (12):
      ixgbe: Accept SFP not present errors on all devices
      ixgbe: Add X550EM support for SFP insertion interrupt
      ixgbe: Provide I2C combined on X550EM
      ixgbe: Provide unlocked I2C methods
      ixgbe: Set lan_id before first I2C eeprom access
      ixgbe: Enable bit-banging mode on X550
      ixgbe: Clear I2C destination location
      ixgbe: Allow reduced delays during sfp detection
      ixgbe: Add X550EM_x dual-speed SFP+ support
      ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+
      ixgbe: Add logic to reset CS4227 when needed
      ixgbe: Add new X550EM SFP+ device ID


 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c  |  193 +---------
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c |  206 +++++++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.h |    5 
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   |    6 
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c    |  284 +++++++++++++--
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h    |   35 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h   |    6 
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c   |  425 +++++++++++++++++++++--
 8 files changed, 907 insertions(+), 253 deletions(-)

-- 
Mark Rustad, Network Division, Intel Corporation


More information about the Intel-wired-lan mailing list