]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix X550 devices init flow
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 10 Jun 2015 00:02:35 +0000 (17:02 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 10 Jun 2015 00:32:39 +0000 (17:32 -0700)
commit81a287483adf232fcbf882372362ff3b56922309
tree9beb65d124f816ea5fe678ad7712d5e4039ea494
parentafaeb1ff6c8f58f5e52fda2152c0d7af74af93ae
ixgbe: fix X550 devices init flow

Reviewing the X550 copper init flow with the Si team resulted in a
new simplified flow.  We no longer wait for the PHY FW initialization
complete bit to be set as this bit is only set once by the PHY at power
on and then cleared on the first read. So only the first instance of
running SW (or possibly MAC FW) needs to initialize the PHY.

The PHY initialization has been simplified and now only requires that
the PHY FW be un-stalled
low-power mode or enabled the transceiver

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c