summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-18usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn1-1/+8
2016-11-18usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi1-1/+1
2016-11-18usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSELJohn Youn1-27/+8
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn1-19/+25
2016-11-18usb: dwc3: warn on once when no trbsJanusz Dziedzic1-1/+3
2016-11-18usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flagJanusz Dziedzic1-0/+1
2016-11-18usb: dwc3: fix post-incrementJanusz Dziedzic1-1/+1
2016-11-18usb: dwc3: clean TRB if STARTTRANSFER failJanusz Dziedzic1-0/+2
2016-11-18usb: dwc3: decrement queued_requestsJanusz Dziedzic1-0/+1
2016-11-08usb: dwc3: trace: purge dwc3_trace()Felipe Balbi1-47/+10
2016-11-08usb: dwc3: trace: add a tracepoint for ep enable/disableFelipe Balbi1-4/+6
2016-11-03usb: dwc3: gadget: always kick if num_pending_sgs > 0Felipe Balbi1-2/+1
2016-11-03usb: dwc3: gadget: stop touching HWO TRBsFelipe Balbi1-0/+3
2016-11-03usb: dwc3: gadget: always try to prepare on started_list firstFelipe Balbi1-0/+18
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi1-13/+6
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi1-7/+33
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang1-8/+41
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang1-0/+17
2016-11-03usb: dwc3: gadget: purge dwc3_stop_active_transfers()Felipe Balbi1-20/+0
2016-11-03usb: dwc3: gadget: never ever kill the machineFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: only interrupt on short if short_not_ok is setFelipe Balbi1-2/+6
2016-11-03usb: dwc3: gadget: CSP is only valid for OUT endpointsFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi1-1/+0
2016-11-03usb: dwc3: gadget: extract dwc3_gadget_get_irq()Felipe Balbi1-23/+39
2016-11-03usb: dwc3: gadget: offset Start Transfer latency for bulk EPsFelipe Balbi1-0/+29
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteFelipe Balbi1-1/+1
2016-10-31usb: dwc3: gadget: remove redundant trace printsFelipe Balbi1-42/+1
2016-10-31usb: dwc3: gadget: conditionally disable Link State change eventsFelipe Balbi1-1/+3
2016-10-31usb: dwc3: gadget: giveback request if we can't kick itFelipe Balbi1-4/+1
2016-10-31usb: dwc3: gadget: make use of No Response Update TransferFelipe Balbi1-1/+23
2016-10-31usb: dwc3: gadget: properly check ep cmdFelipe Balbi1-1/+1
2016-10-31usb: dwc3: gadget: set PCM1 field of isochronous-first TRBsFelipe Balbi1-2/+11
2016-10-17usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET1-2/+2
2016-10-17usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi1-3/+11
2016-10-17usb: dwc3: gadget: properly account queued requestsFelipe Balbi1-3/+5
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-176/+102
2016-09-12usb: dwc3: fix Clear Stall EP command failureLu Baolu1-1/+2
2016-09-09usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann1-5/+9
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn1-1/+4
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi1-4/+1
2016-08-25usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi1-0/+3
2016-08-25usb: dwc3: gadget: abolish trbs_leftFelipe Balbi1-9/+7
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn1-1/+15
2016-08-25usb: dwc3: gadget: improve increment request->actualFelipe Balbi1-6/+2
2016-08-25usb: dwc3: gadget: remove condition that never happensFelipe Balbi1-4/+2
2016-08-25usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi1-9/+24
2016-08-22usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi1-1/+4
2016-08-22usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi1-13/+19
2016-08-22usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi1-76/+7
2016-08-22usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi1-5/+5