[Intel-wired-lan] [PATCH V6 0/4] ixgbe: Firmware-controlled PHY enablement
Mark D Rustad
mark.d.rustad at intel.com
Tue Dec 13 22:50:51 UTC 2016
The following patches enable firmware-controlled PHYs. The first two
patches resolve some issues uncovered while working on the other
patches. The third adds the firmware interface for controlling PHYs.
The last patch implements everything else for the new devices.
Signed-off-by: Mark Rustad <mark.d.rustad at intel.com>
---
Changes in V2:
- Fixed some oversights related to the 10M link speed
Changes in V3:
- Use correct ops for LED control
Changes in V4:
- Actually get the V3 changes into the patch. Sorry for the error.
Changes in V5:
- Properly indicate FC autoneg support
Changes in V6:
- Add missing thermal interrupt support
---
Mark D Rustad (4):
ixgbe: Fix issues with EEPROM access
ixgbe: Remove unused firmware version functions and method
ixgbe: Implement firmware interface to access some PHYs
ixgbe: Implement support for firmware-controlled PHYs
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 4
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 2
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 106 +++-
drivers/net/ethernet/intel/ixgbe/ixgbe_common.h | 3
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 156 ++++++
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 64 +++
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 37 --
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h | 4
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 74 +++
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c | 1
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 529 ++++++++++++++++++++--
12 files changed, 849 insertions(+), 133 deletions(-)
--
Mark Rustad, Network Division, Intel Corporation
More information about the Intel-wired-lan
mailing list