]> www.infradead.org Git - users/hch/xfs.git/commit
e1000e: Fix S0ix residency on corporate systems
authorDima Ruinskiy <dima.ruinskiy@intel.com>
Fri, 28 Jun 2024 20:17:53 +0000 (13:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Jul 2024 03:05:26 +0000 (20:05 -0700)
commitc93a6f62cb1bd097aef2e4588648a420d175eee2
treed451fd0f73e49a79bee3043075a8410b8b8455df
parentb97228b72c91994fcf091887d5571c6557f977a5
e1000e: Fix S0ix residency on corporate systems

On vPro systems, the configuration of the I219-LM to achieve power
gating and S0ix residency is split between the driver and the CSME FW.
It was discovered that in some scenarios, where the network cable is
connected and then disconnected, S0ix residency is not always reached.
This was root-caused to a subset of I219-LM register writes that are not
performed by the CSME FW. Therefore, the driver should perform these
register writes on corporate setups, regardless of the CSME FW state.

This was discovered on Meteor Lake systems; however it is likely to
appear on other platforms as well.

Fixes: cc23f4f0b6b9 ("e1000e: Add support for Meteor Lake")
Link: https://bugzilla.kernel.org/show_bug.cgi?id=218589
Signed-off-by: Dima Ruinskiy <dima.ruinskiy@intel.com>
Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240628201754.2744221-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/e1000e/netdev.c