diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-17 22:14:24 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-17 22:14:24 -0800 |
commit | 4330d572ebf4a01e058fe993c1705f068cf4be20 (patch) | |
tree | a35983d87703f51ea6d20700ee3ab47a2757aa40 /0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch | |
parent | Updated to 5.4.10.a (diff) | |
download | linux-libre-hardened-4330d572ebf4a01e058fe993c1705f068cf4be20.tar.xz |
Updated to 5.4.12.a
Diffstat (limited to '0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch')
-rw-r--r-- | 0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch b/0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch index fc49e38..acf4474 100644 --- a/0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch +++ b/0004-PCI-pciehp-Do-not-disable-interrupt-twice-on-suspend.patch @@ -1,7 +1,7 @@ -From 271c8fe698d3ba5b3b135ffacfd1dc0c87243e32 Mon Sep 17 00:00:00 2001 +From ea5b8c60cd739ed3166d8c0f0cba6df6f57d271f Mon Sep 17 00:00:00 2001 From: Mika Westerberg <mika.westerberg@linux.intel.com> Date: Tue, 29 Oct 2019 20:00:21 +0300 -Subject: PCI: pciehp: Do not disable interrupt twice on suspend +Subject: [PATCH 04/15] PCI: pciehp: Do not disable interrupt twice on suspend We try to keep PCIe hotplug ports runtime suspended when entering system suspend. Because the PCIe portdrv sets the DPM_FLAG_NEVER_SKIP flag, the PM @@ -95,5 +95,5 @@ index b3122c151b80..56daad828c9e 100644 #endif /* PM */ }; -- -cgit v1.2.1-1-g437b +2.25.0 |