aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb/dwc3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/usb/dwc3.txt')
-rw-r--r--Documentation/usb/dwc3.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/usb/dwc3.txt b/Documentation/usb/dwc3.txt
index 2f658532b9d..7b590edae14 100644
--- a/Documentation/usb/dwc3.txt
+++ b/Documentation/usb/dwc3.txt
@@ -3,14 +3,6 @@
3~~~~~~ 3~~~~~~
4Please pick something while reading :) 4Please pick something while reading :)
5 5
6- Implement streaming support for BULK endpoints
7 Tatyana's patch "usb: Add streams support to the gadget framework"
8 introduces streaming support for the gadget driver.
9 Every usb_request has new field called stream_id which holds its id.
10 Every usb_ep has a field num_supported_strms which describes the max
11 number of streams supported (for this ep).
12 UAS is AFAIK the only gadget with streaming support.
13
14- Convert interrupt handler to per-ep-thread-irq 6- Convert interrupt handler to per-ep-thread-irq
15 7
16 As it turns out some DWC3-commands ~1ms to complete. Currently we spin 8 As it turns out some DWC3-commands ~1ms to complete. Currently we spin