diff options
author | Joel Stanley <joel@jms.id.au> | 2018-05-21 13:18:59 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-05-21 13:20:15 +0930 |
commit | 33656396384faa2320e64db987a863db94c180dc (patch) | |
tree | 2f4fedb209927bc25c9bb709abf6a774ab37a949 /openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch | |
parent | 1a64d43aaab6116a412ce14298df526e5b786742 (diff) | |
download | blackbird-op-build-33656396384faa2320e64db987a863db94c180dc.tar.gz blackbird-op-build-33656396384faa2320e64db987a863db94c180dc.zip |
kernel: Move to Linux v4.16.10-openpower1
Drop "scsi: aacraid: Correct hba_send to include iu_type" as it has been
merged into the stable tree.
Signed-off-by: Joel Stanley <joel@jms.id.au>
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.patch | 2 |
1 files changed, 1 insertions, 1 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 bca0375e..c26cfa8c 100644 --- a/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch +++ b/openpower/linux/0001-xhci-Reset-controller-on-xhci-shutdown.patch @@ -1,7 +1,7 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brian King <brking@linux.vnet.ibm.com> Date: Wed, 25 Oct 2017 10:42:59 +1100 -Subject: [PATCH 1/4] xhci: Reset controller on xhci shutdown +Subject: [PATCH 1/3] xhci: Reset controller on xhci shutdown Fixes kexec boot. Without a hard reset, some USB chips will fail to initialize in a kexec booted kernel. |