]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.18-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Sep 2017 10:34:12 +0000 (12:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Sep 2017 10:34:12 +0000 (12:34 +0200)
added patches:
revert-usb-musb-fix-tx-fifo-flush-handling-again.patch

queue-3.18/revert-usb-musb-fix-tx-fifo-flush-handling-again.patch [new file with mode: 0644]
queue-3.18/series

diff --git a/queue-3.18/revert-usb-musb-fix-tx-fifo-flush-handling-again.patch b/queue-3.18/revert-usb-musb-fix-tx-fifo-flush-handling-again.patch
new file mode 100644 (file)
index 0000000..ae60ad7
--- /dev/null
@@ -0,0 +1,27 @@
+From 817bdbb406234e405e01790dfc6fffd91a15367e Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Wed, 20 Sep 2017 12:31:05 +0200
+Subject: [PATCH] Revert "usb: musb: fix tx fifo flush handling again"
+
+This reverts commit 98b91bfa5e478b9bf332f9f149b1c25ffd58f877 which is
+commit 45d73860530a14c608f410b91c6c341777bfa85d upstream.
+
+It should not have been applied to the 3.18-stable tree at all.
+
+Reported-by: Greg Kaiser <gkaiser@google.com>
+Cc: Bin Liu <b-liu@ti.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/usb/musb/musb_host.c |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/usb/musb/musb_host.c
++++ b/drivers/usb/musb/musb_host.c
+@@ -1294,7 +1294,6 @@ void musb_host_tx(struct musb *musb, u8
+                                       | MUSB_TXCSR_TXPKTRDY);
+               }
+                       return;
+-              mdelay(1);
+       }
+ done:
index d61ef922489809588644f3c4d7bb404401d77959..a138bc0c8dacbffb19ce1b8cc454039dc51e8697 100644 (file)
@@ -5,3 +5,4 @@ tcp-initialize-rcv_mss-to-tcp_min_mss-instead-of-0.patch
 ipv6-fix-memory-leak-with-multiple-tables-during-netns-destruction.patch
 ipv6-fix-typo-in-fib6_net_exit.patch
 f2fs-check-hot_data-for-roll-forward-recovery.patch
+revert-usb-musb-fix-tx-fifo-flush-handling-again.patch