aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi1-2/+14
2017-01-24usb: dwc3: gadget: extract __dwc3_prepare_one_trb()Felipe Balbi1-22/+36
2017-01-24usb: dwc3: gadget: simplify dwc3_prepare_one_trb()Felipe Balbi1-17/+5
2017-01-03usb: dwc3: gadget: Fix full speed modeRoger Quadros1-3/+2
2017-01-02usb: dwc3: skip interrupt when ep disabledJanusz Dziedzic1-3/+8
2017-01-02usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi1-4/+4
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann1-16/+17
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn1-0/+16
2016-11-18usb: dwc3: gadget: clear events in top-half handlerJohn Youn1-2/+2
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