summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn
2016-08-25usb: dwc3: gadget: improve increment request->actualFelipe Balbi
2016-08-25usb: dwc3: gadget: remove condition that never happensFelipe Balbi
2016-08-25usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi
2016-08-22usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi
2016-08-22usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi
2016-08-22usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi
2016-08-22usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi
2016-08-22usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi
2016-08-22usb: dwc3: gadget: retire LST bit completelyFelipe Balbi
2016-08-22usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne
2016-08-11usb: dwc3: gadget: stop processing on HWO setFelipe Balbi
2016-08-11usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic
2016-08-10usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi
2016-08-10usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi
2016-08-10usb: dwc3: gadget: increment request->actual onceFelipe Balbi
2016-06-21dwc3: gadget: Implement the suspend entry event handlerBaolin Wang
2016-06-21usb: dwc3: core: cleanup IRQ resourcesRoger Quadros
2016-06-21usb: dwc3: gadget: Add the suspend state checking when stopping gadgetBaolin Wang
2016-06-21usb: dwc3: gadget: issue ENDTRANSFER conditional on resource_indexFelipe Balbi
2016-06-21usb: dwc3: gadget: simplify run_stop() break conditionFelipe Balbi
2016-06-21usb: dwc3: gadget: avoid while(1) in run_stop()Felipe Balbi
2016-06-21usb: dwc3: gadget: remove udelay() from run_stop()Felipe Balbi
2016-06-21usb: dwc3: gadget: rename 'ignore' argument to 'modify'Felipe Balbi
2016-06-20usb: dwc3: gadget: decrement trbs_left for each sg entryFelipe Balbi
2016-06-20usb: dwc3: gadget: start Bulk endpoints more frequentlyFelipe Balbi
2016-06-20usb: dwc3: gadget: disable XFER_NOT_READYFelipe Balbi
2016-06-20usb: dwc3: gadget: use allocated/queued reqs for LST bitFelipe Balbi
2016-06-20usb: dwc3: gadget: halt and stop based HWO bitFelipe Balbi
2016-06-20usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi
2016-06-20usb: dwc3: gadget: update transfer needs transfer resourceFelipe Balbi
2016-06-20usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi
2016-06-20usb: dwc3: Use the correct speed macros for DSTS/DCFGJohn Youn
2016-06-20usb: dwc3: gadget: Fix truncated cast issueJohn Youn
2016-06-20usb: dwc3: gadget: Handle TRB index 0 when full or emptyJohn Youn
2016-06-20usb: dwc3: gadget: Account for link TRB in TRBs leftJohn Youn
2016-06-20usb: dwc3: gadget: Account for max size in TRB spaceJohn Youn
2016-06-20usb: dwc3: gadget: Don't prepare TRBs if no spaceJohn Youn
2016-06-20usb: dwc3: gadget: Initialize the TRB ringJohn Youn
2016-06-20usb: dwc3: gadget: Simplify skipping of link TRBsJohn Youn
2016-06-20usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn
2016-06-20usb: dwc3: gadget: improve gcmd traceFelipe Balbi
2016-06-20usb: dwc3: gadget: remove udelay() from generic cmdFelipe Balbi
2016-06-20usb: dwc3: gadget: single return point on generic commandsFelipe Balbi
2016-06-20usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi
2016-06-20usb: dwc3: gadget: loop while (timeout)Felipe Balbi
2016-06-20usb: dwc3: gadget: fix trace output when command failsFelipe Balbi
2016-06-20usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi