summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang
2016-11-03usb: dwc3: gadget: purge dwc3_stop_active_transfers()Felipe Balbi
2016-11-03usb: dwc3: gadget: never ever kill the machineFelipe Balbi
2016-11-03usb: dwc3: gadget: only interrupt on short if short_not_ok is setFelipe Balbi
2016-11-03usb: dwc3: gadget: CSP is only valid for OUT endpointsFelipe Balbi
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi
2016-11-03usb: dwc3: gadget: extract dwc3_gadget_get_irq()Felipe Balbi
2016-11-03usb: dwc3: gadget: offset Start Transfer latency for bulk EPsFelipe Balbi
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteFelipe Balbi
2016-10-31usb: dwc3: gadget: remove redundant trace printsFelipe Balbi
2016-10-31usb: dwc3: gadget: conditionally disable Link State change eventsFelipe Balbi
2016-10-31usb: dwc3: gadget: giveback request if we can't kick itFelipe Balbi
2016-10-31usb: dwc3: gadget: make use of No Response Update TransferFelipe Balbi
2016-10-31usb: dwc3: gadget: properly check ep cmdFelipe Balbi
2016-10-31usb: dwc3: gadget: set PCM1 field of isochronous-first TRBsFelipe Balbi
2016-10-17usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET
2016-10-17usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi
2016-10-17usb: dwc3: gadget: properly account queued requestsFelipe Balbi
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-09-12usb: dwc3: fix Clear Stall EP command failureLu Baolu
2016-09-09usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi
2016-08-25usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi
2016-08-25usb: dwc3: gadget: abolish trbs_leftFelipe Balbi
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