All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH V6 0/4] ixgbe: Firmware-controlled PHY enablement
@ 2016-12-13 22:50 Mark D Rustad
  2016-12-13 22:50 ` [Intel-wired-lan] [PATCH V6 1/4] ixgbe: Fix issues with EEPROM access Mark D Rustad
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mark D Rustad @ 2016-12-13 22:50 UTC (permalink / raw)
  To: intel-wired-lan

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@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-13 23:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13 22:50 [Intel-wired-lan] [PATCH V6 0/4] ixgbe: Firmware-controlled PHY enablement Mark D Rustad
2016-12-13 22:50 ` [Intel-wired-lan] [PATCH V6 1/4] ixgbe: Fix issues with EEPROM access Mark D Rustad
2016-12-13 23:56   ` Jeff Kirsher
2016-12-13 22:51 ` [Intel-wired-lan] [PATCH V6 2/4] ixgbe: Remove unused firmware version functions and method Mark D Rustad
2016-12-13 22:51 ` [Intel-wired-lan] [PATCH V6 3/4] ixgbe: Implement firmware interface to access some PHYs Mark D Rustad
2016-12-13 22:51 ` [Intel-wired-lan] [PATCH V6 4/4] ixgbe: Implement support for firmware-controlled PHYs Mark D Rustad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.