[Intel-wired-lan] [PATCH V3 00/13] ixgbe: Add support for X550EM devices with SFPs
Mark D Rustad
mark.d.rustad at intel.com
Fri Jul 31 00:19:39 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
Changes in V3:
- Added a missed patch to permit SFP+ on more than just 82598 and 82599
---
Mark D Rustad (13):
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: Allow SFP+ on more than 82598 and 82599
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 | 286 +++++++++++++--
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, 908 insertions(+), 254 deletions(-)
--
Mark Rustad, Network Division, Intel Corporation
More information about the Intel-wired-lan
mailing list