summaryrefslogtreecommitdiffstats
path: root/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-08-22 11:51:29 +1000
committerGitHub <noreply@github.com>2018-08-22 11:51:29 +1000
commitc84b0350e0a770ec2cbb01771707940385143d71 (patch)
tree017ad87a3db5bb9ed65bfee7da05c5f2b6a3cbb2 /openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
parentc57597296f58a6a2354e909fc81d6e3b4686bb8d (diff)
parent3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78 (diff)
downloadblackbird-op-build-c84b0350e0a770ec2cbb01771707940385143d71.tar.gz
blackbird-op-build-c84b0350e0a770ec2cbb01771707940385143d71.zip
Merge pull request #2290 from shenki/kernel-4.18.3
kernel: Move to Linux 4.18.3-openpower1
Diffstat (limited to 'openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch')
-rw-r--r--openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
index ee2b1a52..445e6667 100644
--- a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
+++ b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
@@ -14,10 +14,10 @@ Signed-off-by: Joel Stanley <joel@jms.id.au>
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
-index 5fb4319d7fd1..2c2b55f29563 100644
+index 68e6132aa8b2..ca802b2ba4a7 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
-@@ -717,6 +717,7 @@ static void xhci_shutdown(struct usb_hcd *hcd)
+@@ -781,6 +781,7 @@ static void xhci_shutdown(struct usb_hcd *hcd)
/* Yet another workaround for spurious wakeups at shutdown with HSW */
if (xhci->quirks & XHCI_SPURIOUS_WAKEUP)
pci_set_power_state(to_pci_dev(hcd->self.sysdev), PCI_D3hot);
OpenPOWER on IntegriCloud