]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Sep 2024 12:02:34 +0000 (14:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Sep 2024 12:02:34 +0000 (14:02 +0200)
added patches:
usb-dwc3-fix-a-typo-in-field-name.patch

queue-5.10/series
queue-5.10/usb-dwc3-fix-a-typo-in-field-name.patch [new file with mode: 0644]

index 55f992eb196c5ec73ad101fb71d87743ca8535fa..8353c723a15d6acfbc1260d876facab84a0244f3 100644 (file)
@@ -53,3 +53,4 @@ x86-ibt-ftrace-search-for-__fentry__-location.patch
 ftrace-fix-possible-use-after-free-issue-in-ftrace_location.patch
 gpiolib-cdev-ignore-reconfiguration-without-direction.patch
 cgroup-move-rcu_head-up-near-the-top-of-cgroup_root.patch
+usb-dwc3-fix-a-typo-in-field-name.patch
diff --git a/queue-5.10/usb-dwc3-fix-a-typo-in-field-name.patch b/queue-5.10/usb-dwc3-fix-a-typo-in-field-name.patch
new file mode 100644 (file)
index 0000000..4d7a529
--- /dev/null
@@ -0,0 +1,31 @@
+From 02c1820345e795148e6b497ef85090915401698e Mon Sep 17 00:00:00 2001
+From: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
+Date: Thu, 2 Mar 2023 16:07:06 +0100
+Subject: usb: dwc3: Fix a typo in field name
+
+From: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
+
+commit 02c1820345e795148e6b497ef85090915401698e upstream.
+
+Fix a typo inside the dwc3 struct docs.
+
+Fixes: 63d7f9810a38 ("usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug")
+Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
+Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
+Link: https://lore.kernel.org/r/20230302150706.229008-1-vincenzopalazzodev@gmail.com
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/usb/dwc3/core.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/usb/dwc3/core.h
++++ b/drivers/usb/dwc3/core.h
+@@ -1053,7 +1053,7 @@ struct dwc3_scratchpad_array {
+  *                    change quirk.
+  * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate
+  *                    check during HS transmit.
+- * @resume-hs-terminations: Set if we enable quirk for fixing improper crc
++ * @resume_hs_terminations: Set if we enable quirk for fixing improper crc
+  *                    generation after resume from suspend.
+  * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed
+  *                    instances in park mode.