summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-06-23 10:40:13 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-06-28 13:07:34 -0400
commit62d5e29985e9856575c943d5e67b92dbc9412635 (patch)
tree13b3cc21cd2eef1740c6c51e101c2327f6f1e151
parent88d0cfcc86e7e9eaf5ef135b007e1728bcd3f36c (diff)
downloadlongterm-queue-4.8-62d5e29985e9856575c943d5e67b92dbc9412635.tar.gz
dwc3: add ID patch needed for following patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/series1
-rw-r--r--queue/usb-dwc3-Add-revision-numbers-for-the-USB-3.0-IP.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/queue/series b/queue/series
index 9f601f1..16199f4 100644
--- a/queue/series
+++ b/queue/series
@@ -88,6 +88,7 @@ Input-gpio_keys-add-support-for-GPIO-descriptors.patch
ARM-davinci-PM-support-da8xx-DT-platforms.patch
usb-xhci-add-quirk-flag-for-broken-PED-bits.patch
usb-host-xhci-plat-enable-BROKEN_PED-quirk-if-platfo.patch
+usb-dwc3-Add-revision-numbers-for-the-USB-3.0-IP.patch
usb-dwc3-host-pass-quirk-broken-port-ped-property-fo.patch
drm-mga-remove-device_is_agp-callback.patch
ARM-dts-STiH407-family-set-snps-dis_u3_susphy_quirk.patch
diff --git a/queue/usb-dwc3-Add-revision-numbers-for-the-USB-3.0-IP.patch b/queue/usb-dwc3-Add-revision-numbers-for-the-USB-3.0-IP.patch
new file mode 100644
index 0000000..c38f029
--- /dev/null
+++ b/queue/usb-dwc3-Add-revision-numbers-for-the-USB-3.0-IP.patch
@@ -0,0 +1,28 @@
+From 512e47572f7d6c9bb43a03fee26928763447728b Mon Sep 17 00:00:00 2001
+From: John Youn <johnyoun@synopsys.com>
+Date: Fri, 19 Aug 2016 11:57:52 -0700
+Subject: [PATCH] usb: dwc3: Add revision numbers for the USB 3.0 IP
+
+commit 512e47572f7d6c9bb43a03fee26928763447728b upstream.
+
+Add revision number constants for the 3.00a and 3.10a releases.
+
+Signed-off-by: John Youn <johnyoun@synopsys.com>
+Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
+
+diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
+index 3d94acd14897..002e6477d586 100644
+--- a/drivers/usb/dwc3/core.h
++++ b/drivers/usb/dwc3/core.h
+@@ -902,6 +902,8 @@ struct dwc3 {
+ #define DWC3_REVISION_260A 0x5533260a
+ #define DWC3_REVISION_270A 0x5533270a
+ #define DWC3_REVISION_280A 0x5533280a
++#define DWC3_REVISION_300A 0x5533300a
++#define DWC3_REVISION_310A 0x5533310a
+
+ /*
+ * NOTICE: we're using bit 31 as a "is usb 3.1" flag. This is really
+--
+2.12.0
+