]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: synchronization of MAC-PHY interface only on non- ME systems
authorYanir Lubetkin <yanirx.lubetkin@intel.com>
Tue, 9 Jun 2015 22:15:51 +0000 (01:15 +0300)
committerBrian Maly <brian.maly@oracle.com>
Fri, 4 Sep 2015 20:55:26 +0000 (16:55 -0400)
commit009148b9ececaeda6c613b038b99148f99422de0
tree7906d7cc745d296f05c7759e42d820aa5e0f8b2b
parent30b540bf0a0cc7378549311a0b0ef7c5d2eafbf6
e1000e: synchronization of MAC-PHY interface only on non- ME systems

Orabug: 21792108

On power up, the MAC - PHY interface needs to be set to PCIe, even if
cable is disconnected.  In ME systems, the ME handles this on exit from
Sx state. In non-ME, the driver handles it. Added a check for non-ME
system to the driver code that handles that.

Signed-off-by: Yanir Lubetkin <yanirx.lubetkin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit beee8072c39cee74d4ff6e3b4ca8942f9966ed2e)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c