]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ixgbe: Always turn PHY power on when requested
authorMark Rustad <mark.d.rustad@intel.com>
Thu, 5 Nov 2015 19:02:14 +0000 (11:02 -0800)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Feb 2016 15:56:40 +0000 (08:56 -0700)
commit704f6319e645e6e3fd543ded0f1c7c69da222c05
tree3a6b8fc53645fce820e19f49787d2cafd9671544
parentbe2101b01e88c38b4654699b7bbeed4e233e23d8
ixgbe: Always turn PHY power on when requested

BugLink: http://bugs.launchpad.net/bugs/1536473
Instead of inhibiting PHY power control when manageability is
present, only inhibit turning PHY power off when manageability
is present. Consequently, PHY power will always be turned on when
requested. Without this patch, some systems with X540 or X550
devices in some conditions will never get link.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 3c2f2b77a917488b56b2676b99adb5d3c07d6e68)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c