summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET2016-10-171-2/+2
* usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi2016-10-171-3/+11
* usb: dwc3: gadget: properly account queued requestsFelipe Balbi2016-10-171-3/+5
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-176/+102
|\
| * usb: dwc3: fix Clear Stall EP command failureLu Baolu2016-09-121-1/+2
| * usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann2016-09-091-5/+9
| * usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi2016-08-251-0/+3
| * usb: dwc3: gadget: abolish trbs_leftFelipe Balbi2016-08-251-9/+7
| * usb: dwc3: Add ENDXFER command pollingJohn Youn2016-08-251-1/+15
| * usb: dwc3: gadget: improve increment request->actualFelipe Balbi2016-08-251-6/+2
| * usb: dwc3: gadget: remove condition that never happensFelipe Balbi2016-08-251-4/+2
| * usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi2016-08-251-9/+24
| * usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi2016-08-221-1/+4
| * usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi2016-08-221-13/+19
| * usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi2016-08-221-76/+7
| * usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi2016-08-221-5/+5
| * usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi2016-08-221-14/+3
| * usb: dwc3: gadget: retire LST bit completelyFelipe Balbi2016-08-221-47/+15
* | Revert "usb: dwc3: gadget: always decrement by 1"John Youn2016-09-051-1/+4
* | usb: dwc3: gadget: always decrement by 1Felipe Balbi2016-08-251-4/+1
* | usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne2016-08-221-3/+3
|/
* usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1
* usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
* usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-101-1/+1
* usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-101-3/+20
* usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-08-101-8/+11
* dwc3: gadget: Implement the suspend entry event handlerBaolin Wang2016-06-211-1/+25
* usb: dwc3: core: cleanup IRQ resourcesRoger Quadros2016-06-211-3/+28
* usb: dwc3: gadget: Add the suspend state checking when stopping gadgetBaolin Wang2016-06-211-0/+3
* usb: dwc3: gadget: issue ENDTRANSFER conditional on resource_indexFelipe Balbi2016-06-211-15/+5
* usb: dwc3: gadget: simplify run_stop() break conditionFelipe Balbi2016-06-211-8/+2
* usb: dwc3: gadget: avoid while(1) in run_stop()Felipe Balbi2016-06-211-4/+4
* usb: dwc3: gadget: remove udelay() from run_stop()Felipe Balbi2016-06-211-1/+0
* usb: dwc3: gadget: rename 'ignore' argument to 'modify'Felipe Balbi2016-06-211-7/+12
* usb: dwc3: gadget: decrement trbs_left for each sg entryFelipe Balbi2016-06-201-1/+1
* usb: dwc3: gadget: start Bulk endpoints more frequentlyFelipe Balbi2016-06-201-2/+1
* usb: dwc3: gadget: disable XFER_NOT_READYFelipe Balbi2016-06-201-2/+4
* usb: dwc3: gadget: use allocated/queued reqs for LST bitFelipe Balbi2016-06-201-6/+14
* usb: dwc3: gadget: halt and stop based HWO bitFelipe Balbi2016-06-201-4/+24
* usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi2016-06-201-0/+7
* usb: dwc3: gadget: update transfer needs transfer resourceFelipe Balbi2016-06-201-3/+4
* usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi2016-06-201-20/+12
* usb: dwc3: Use the correct speed macros for DSTS/DCFGJohn Youn2016-06-201-12/+12
* usb: dwc3: gadget: Fix truncated cast issueJohn Youn2016-06-201-1/+1
* usb: dwc3: gadget: Handle TRB index 0 when full or emptyJohn Youn2016-06-201-6/+22
* usb: dwc3: gadget: Account for link TRB in TRBs leftJohn Youn2016-06-201-0/+3
* usb: dwc3: gadget: Account for max size in TRB spaceJohn Youn2016-06-201-1/+5
* usb: dwc3: gadget: Don't prepare TRBs if no spaceJohn Youn2016-06-201-0/+2
* usb: dwc3: gadget: Initialize the TRB ringJohn Youn2016-06-201-2/+6
* usb: dwc3: gadget: Simplify skipping of link TRBsJohn Youn2016-06-201-18/+16