]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
e1000e: clear DPG_EN after reset to avoid autonomous power-gating
authorVitaly Lifshits <vitaly.lifshits@intel.com>
Tue, 6 Jan 2026 14:14:20 +0000 (16:14 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 25 Feb 2026 19:43:57 +0000 (11:43 -0800)
commit0942fc6d324eb9c6b16187b2aa994c0823557f06
tree8ee8c35f04e84604c278802b709a2a03e44b7d69
parent5b644464eeeac485685c6632bcc95347ae6c8677
e1000e: clear DPG_EN after reset to avoid autonomous power-gating

Panther Lake systems introduced an autonomous power gating feature for
the integrated Gigabit Ethernet in shutdown state (S5) state. As part of
it, the reset value of DPG_EN bit was changed to 1. Clear this bit after
performing hardware reset to avoid errors such as Tx/Rx hangs, or packet
loss/corruption.

Fixes: 0c9183ce61bc ("e1000e: Add support for the next LOM generation")
Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Tested-by: Avigail Dahan <avigailx.dahan@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/e1000e/defines.h
drivers/net/ethernet/intel/e1000e/ich8lan.c