]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:08:07 +0000 (15:08 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:08:07 +0000 (15:08 +0800)
commit79b25147df5eca70f843176ad66d7cd1567cf8cb
tree843fd85de7e40a5d4cec5e5e6347b07adb3a897b
parentd93509215da4cc8f8c06e2b33144b331556c1847
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx

When going to Sx with an ICHx/PCH device, the default Low Power Link Up
(LPLU, a.k.a. reverse auto-negotiation) behavior should be whatever is set
in the NVM.  However, the function e1000_suspend_workarounds_ich8lan()
called when going to Sx always enabled LPLU in all power states.

(backported from commit c077a9065b8d4612e4d55bd53c3563ca10d5c944)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/ich8lan.c