]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: reset the PHY on 82577/82578 when going to Sx
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 23 Oct 2009 04:22:18 +0000 (21:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2009 04:22:18 +0000 (21:22 -0700)
commit37d00dd2deb2bbd8700f8e9bf232d636a4364a68
treea82f79cb2ee1ca213190db63aba066972d0063cf
parent450e0bedfcfb6c54c624504bf8108490c671f296
e1000e: reset the PHY on 82577/82578 when going to Sx

The PHY on 82577/82578 parts needs a soft reset when transitioning to Sx
state in order for the PHY write which disables gigabit speed to take
effect.  Gigabit speed must be disabled in order for the PHY writes to
registers on page 800 (the wakeup control registers) to work as expected
otherwise the system might not wake via WoL.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/ich8lan.c