summaryrefslogtreecommitdiffstats
path: root/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-18 03:31:08 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-04-15 15:48:12 -0500
commit162a712e41d1842e1ce230132729df51039d2697 (patch)
treec15f2718d171909afe64aa57438d56dc43968c7d /openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch
parenta640ba95e8ed25c67392d989715e72abfae0885d (diff)
downloadtalos-op-build-162a712e41d1842e1ce230132729df51039d2697.tar.gz
talos-op-build-162a712e41d1842e1ce230132729df51039d2697.zip
Large update for DD2.2
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.patch5
1 files changed, 3 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 a0724db8..b675ccc5 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 e5677700dea4..bde3e3e30d3b 100644
+index 5c1326154e66..894f1879df53 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
-@@ -729,6 +729,7 @@ static void xhci_shutdown(struct usb_hcd *hcd)
+@@ -722,6 +722,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);
@@ -25,3 +25,4 @@ index e5677700dea4..bde3e3e30d3b 100644
}
#ifdef CONFIG_PM
+
OpenPOWER on IntegriCloud