Blame SOURCES/0001-sky2-Increase-D3-delay-again.patch

Kmods SIG 6dd491
From 1765f5dcd00963e33f1b8a4e0f34061fbc0e2f7f Mon Sep 17 00:00:00 2001
Kmods SIG 6dd491
From: Kai-Heng Feng <kai.heng.feng@canonical.com>
Kmods SIG 6dd491
Date: Tue, 19 Feb 2019 23:45:29 +0800
Kmods SIG 6dd491
Subject: [Backport 1765f5dcd009] sky2: Increase D3 delay again
Kmods SIG 6dd491
Kmods SIG 6dd491
Another platform requires even longer delay to make the device work
Kmods SIG 6dd491
correctly after S3.
Kmods SIG 6dd491
Kmods SIG 6dd491
So increase the delay to 300ms.
Kmods SIG 6dd491
Kmods SIG 6dd491
BugLink: https://bugs.launchpad.net/bugs/1798921
Kmods SIG 6dd491
Kmods SIG 6dd491
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Kmods SIG 6dd491
Signed-off-by: David S. Miller <davem@davemloft.net>
Kmods SIG 6dd491
---
Kmods SIG 6dd491
 src/sky2.c | 2 +-
Kmods SIG 6dd491
 1 file changed, 1 insertion(+), 1 deletion(-)
Kmods SIG 6dd491
Kmods SIG 6dd491
diff --git a/src/sky2.c b/src/sky2.c
Kmods SIG 6dd491
index f3a5fa84860f907748e702fb11521ff625d0f340..57727fe1501ee851ec5ca3e4dfe45d54ee5934e9 100644
Kmods SIG 6dd491
--- a/src/sky2.c
Kmods SIG 6dd491
+++ b/src/sky2.c
Kmods SIG 6dd491
@@ -5073,7 +5073,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Kmods SIG 6dd491
 	INIT_WORK(&hw->restart_work, sky2_restart);
Kmods SIG 6dd491
 
Kmods SIG 6dd491
 	pci_set_drvdata(pdev, hw);
Kmods SIG 6dd491
-	pdev->d3_delay = 200;
Kmods SIG 6dd491
+	pdev->d3_delay = 300;
Kmods SIG 6dd491
 
Kmods SIG 6dd491
 	return 0;
Kmods SIG 6dd491
 
Kmods SIG 6dd491
-- 
Kmods SIG 6dd491
2.31.1
Kmods SIG 6dd491