mbox series

[0/4,Unstable/oem-5.10] e1000e: Fix issues with S01x

Message ID 20201103103117.1002285-1-tjaalton@ubuntu.com
Headers show
Series e1000e: Fix issues with S01x | expand

Message

Timo Aaltonen Nov. 3, 2020, 10:31 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1902687

These patches fix issues with the network driver and suspend/resume on an unreleased platform.
They are from intel-wired-lan ml.

Mario Limonciello (3):
  UBUNTU: SAUCE: e1000e: allow turning s0ix flows on for systems with ME
  UBUNTU: SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix
    heuristics
  UBUNTU: SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics

Vitaly Lifshits (1):
  UBUNTU: SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry

 .../device_drivers/ethernet/intel/e1000e.rst  |  23 ++
 drivers/net/ethernet/intel/Kconfig            |   1 +
 drivers/net/ethernet/intel/e1000e/e1000.h     |   7 +
 drivers/net/ethernet/intel/e1000e/netdev.c    |  72 +++---
 drivers/net/ethernet/intel/e1000e/param.c     | 209 ++++++++++++++++++
 5 files changed, 270 insertions(+), 42 deletions(-)

Comments

Seth Forshee Nov. 4, 2020, 9:37 p.m. UTC | #1
On Tue, Nov 03, 2020 at 12:31:13PM +0200, Timo Aaltonen wrote:
> BugLink: https://bugs.launchpad.net/bugs/1902687
> 
> These patches fix issues with the network driver and suspend/resume on an unreleased platform.
> They are from intel-wired-lan ml.

One of the patches in this series makes CONFIG_E1000E depend on
CONFIG_DMI, which makes the option unselectable for ppc64el. This
doesn't seem like a problem, but I did have to add a patch to update the
annotations and add e1000e to modules.ignore.

Applied to unstable/master, thanks!