summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn2016-06-201-1/+1
* usb: dwc3: gadget: improve gcmd traceFelipe Balbi2016-06-201-8/+6
* usb: dwc3: gadget: remove udelay() from generic cmdFelipe Balbi2016-06-201-2/+0
* usb: dwc3: gadget: single return point on generic commandsFelipe Balbi2016-06-201-13/+12
* usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi2016-06-201-3/+5
* usb: dwc3: gadget: loop while (timeout)Felipe Balbi2016-06-201-12/+6
* usb: dwc3: gadget: fix trace output when command failsFelipe Balbi2016-06-201-2/+2
* usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi2016-06-201-23/+1
* usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi2016-06-201-0/+1
* usb: dwc3: implement runtime PMFelipe Balbi2016-06-201-1/+31
* usb: dwc3: gadget: fix for possible endpoint disable raceFelipe Balbi2016-06-201-1/+17
* usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski2016-06-201-0/+4
* usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi2016-06-201-5/+7
* usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi2016-06-201-3/+2
* usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi2016-06-201-9/+7
* usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi2016-06-201-13/+15
* usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi2016-06-201-11/+43
* usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()Felipe Balbi2016-06-201-57/+65
* usb: dwc3: gadget: return 0 if we try to Wakeup in superspeedFelipe Balbi2016-06-201-1/+1
OpenPOWER on IntegriCloud