]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 16 Oct 2015 20:27:49 +0000 (13:27 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:40:10 +0000 (16:40 -0700)
commit6612f116995bfac684bf20f500fdc5f28814ae1e
tree726a188448780f4b6996db46a6579dba974e36ad
parent084f652eff57aab2ae59b467150c386f73ec7ebf
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em

Orabug: 23177316

This patch removes KR PHY reset from ixgbe_init_phy_ops_x550em,
since this function is meant to initialize function pointers for
the detected PHY type. Internal PHY reset was moved to
ixgbe_setup_internal_phy_t_x550em which will now detect which
mode the internal PHY operates in and set it up as required.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit f164b84529e3bf9ae43882fd3ac84bef94d104cf)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c