From: Greg Kroah-Hartman Date: Wed, 20 Sep 2017 10:34:12 +0000 (+0200) Subject: 3.18-stable patches X-Git-Tag: v3.18.72~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c340b228e33580c3f5d8870a17c45cbeb40f77bb;p=thirdparty%2Fkernel%2Fstable-queue.git 3.18-stable patches added patches: revert-usb-musb-fix-tx-fifo-flush-handling-again.patch --- 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 index 00000000000..ae60ad770cf --- /dev/null +++ b/queue-3.18/revert-usb-musb-fix-tx-fifo-flush-handling-again.patch @@ -0,0 +1,27 @@ +From 817bdbb406234e405e01790dfc6fffd91a15367e Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +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 +Cc: Bin Liu +Signed-off-by: Greg Kroah-Hartman +--- + 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: diff --git a/queue-3.18/series b/queue-3.18/series index d61ef922489..a138bc0c8da 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -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