]> www.infradead.org Git - users/dwmw2/linux.git/commit
e1000e: Remove Meteor Lake SMBUS workarounds
authorVitaly Lifshits <vitaly.lifshits@intel.com>
Tue, 1 Oct 2024 17:08:48 +0000 (20:08 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 4 Nov 2024 21:09:34 +0000 (13:09 -0800)
commitb8473723272e346e22aa487b9046fd324b73a0a5
treefb06d76ffe6821ad85c4688f38203e40c3f870b0
parentf30490e9695ef7da3d0899c6a0293cc7cd373567
e1000e: Remove Meteor Lake SMBUS workarounds

This is a partial revert to commit 76a0a3f9cc2f ("e1000e: fix force smbus
during suspend flow"). That commit fixed a sporadic PHY access issue but
introduced a regression in runtime suspend flows.
The original issue on Meteor Lake systems was rare in terms of the
reproduction rate and the number of the systems affected.

After the integration of commit 0a6ad4d9e169 ("e1000e: avoid failing the
system during pm_suspend"), PHY access loss can no longer cause a
system-level suspend failure. As it only occurs when the LAN cable is
disconnected, and is recovered during system resume flow. Therefore, its
functional impact is low, and the priority is given to stabilizing
runtime suspend.

Fixes: 76a0a3f9cc2f ("e1000e: fix force smbus during suspend flow")
Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com>
Tested-by: Avigail Dahan <avigailx.dahan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c