aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2011-09-30 03:58:47 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-04 13:25:54 -0400
commit879631aa658be2c1307758223b6d15236f9f6335 (patch)
tree9ab6eafbe5cee1b6d57492e42ddef317a800c469 /Documentation
parenta4af9008bb69f49df3abf816d48e224aca810af4 (diff)
usb: dwc3: gadget: implement streams support
The following patch adds support for streams to dwc3 driver. While at that, also fix one small issue on endpoint disable where we should clear all flags not only ENABLED. Reviewied-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-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