summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana2018-05-211-1/+1
* usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun2018-05-211-1/+1
* usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()Felipe Balbi2018-05-211-2/+1
* usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi2018-05-211-5/+1
* usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi2018-05-211-6/+3
* usb: dwc3: gadget: always start isochronous aligned to dep->intervalFelipe Balbi2018-05-211-10/+5
* usb: dwc3: gadget: don't issue End Transfer if we have started reqsFelipe Balbi2018-05-211-1/+3
* usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototypeFelipe Balbi2018-05-211-49/+47
* usb: dwc3: gadget: move set_xfer_resource() in place of prototypeFelipe Balbi2018-05-211-13/+11
* usb: dwc3: gadget: remove a few more dwc argumentsFelipe Balbi2018-05-211-8/+10
* usb: dwc3: gadget: combine modify & restore into single argumentFelipe Balbi2018-05-211-22/+11
* usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()Felipe Balbi2018-05-211-87/+116
* usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()Felipe Balbi2018-05-211-24/+36
* usb: dwc3: gadget: get rid of the length variableFelipe Balbi2018-05-211-3/+1
* usb: dwc3: gadget: reduce scope of ret variableFelipe Balbi2018-05-211-1/+1
* usb: dwc3: gadget: one declaration per lineFelipe Balbi2018-05-211-2/+3
* usb: dwc3: gadget: simplify IOC handlingFelipe Balbi2018-05-211-15/+10
* usb: dwc3: gadget: simplify short packet eventFelipe Balbi2018-05-211-7/+1
* usb: dwc3: gadget: simplify unaligned and zlp handlingFelipe Balbi2018-05-211-4/+2
* usb: dwc3: gadget: remove unnecessary 'chain' variableFelipe Balbi2018-05-211-3/+1
* usb: dwc3: gadget: remove PENDING handling from cleanup_completedFelipe Balbi2018-05-211-14/+0
* usb: dwc3: gadget: split scatterlist and linear handlersFelipe Balbi2018-05-211-26/+45
* usb: dwc3: gadget: simplify isoc case on cleanup_completed_requestsFelipe Balbi2018-05-211-10/+3
* usb: dwc3: gadget: simplify queueing of isoc transfersFelipe Balbi2018-05-211-12/+6
* usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi2018-05-211-32/+2
* usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi2018-05-211-3/+11
* usb: dwc3: gadget: remove unnecessary 'ioc' variableFelipe Balbi2018-05-211-6/+1
* usb: dwc3: gadget: make cleanup_completed_requests() return nothingFelipe Balbi2018-05-211-9/+4
* usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi2018-05-211-12/+2
* usb: dwc3: gadget: start removing BUSY flagFelipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: update dep->frame_number from XferInprogress tooFelipe Balbi2018-05-211-6/+13
* usb: dwc3: gadget: always use frame number from XferNotReadyFelipe Balbi2018-05-211-7/+5
* usb: dwc3: gadget: remove unnecessary 'dwc' parameterFelipe Balbi2018-05-211-36/+32
* usb: dwc3: gadget: move handler closer to calling siteFelipe Balbi2018-05-211-11/+11
* usb: dwc3: gadget: rename dwc3_gadget_start_isoc()Felipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: remove some pointless checksFelipe Balbi2018-05-211-13/+1
* usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi2018-05-211-15/+6
* usb: dwc3: gadget: rename done_trbs and done_reqsFelipe Balbi2018-05-211-13/+16
* usb: dwc3: gadget: don't kick transfer all the timeFelipe Balbi2018-05-211-11/+0
* usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()Felipe Balbi2018-05-211-6/+3
* usb: dwc3: gadget: XferComplete only for EP0Felipe Balbi2018-05-211-10/+1
* usb: dwc3: gadget: XferNotReady is Isoc-onlyFelipe Balbi2018-05-211-4/+6
* usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs tooFelipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha2018-05-211-3/+20
* usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha2018-05-211-3/+22
* usb: dwc3: gadget: never call ->complete() from ->ep_queue()Felipe Balbi2018-03-261-18/+25
* usb: dwc3: Check controller type before setting speedThinh Nguyen2018-03-221-1/+4
* usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen2018-03-221-1/+5
* usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen2018-03-221-1/+4
* usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros2018-03-131-3/+20
OpenPOWER on IntegriCloud