usb: dwc3: gadget: implement streams support
authorFelipe Balbi <balbi@ti.com>
Fri, 30 Sep 2011 07:58:47 +0000 (10:58 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:25:54 +0000 (10:25 -0700)
commit879631aa658be2c1307758223b6d15236f9f6335
tree9ab6eafbe5cee1b6d57492e42ddef317a800c469
parenta4af9008bb69f49df3abf816d48e224aca810af4
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>
Documentation/usb/dwc3.txt
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c