]> git.karo-electronics.de Git - linux-beck.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)
commite2261bcc2af3e5e9ee1dfd29bfe6b8b7ba6e5ad1
tree9beb65d124f816ea5fe678ad7712d5e4039ea494
parente87ce1cd89b527eb963bfc9654206d83661f0fdd
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