summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2018-05-21usb: dwc3: gadget: always use frame number from XferNotReadyFelipe Balbi
2018-05-21usb: dwc3: gadget: remove unnecessary 'dwc' parameterFelipe Balbi
2018-05-21usb: dwc3: gadget: move handler closer to calling siteFelipe Balbi
2018-05-21usb: dwc3: gadget: rename dwc3_gadget_start_isoc()Felipe Balbi
2018-05-21usb: dwc3: gadget: remove some pointless checksFelipe Balbi
2018-05-21usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi
2018-05-21usb: dwc3: gadget: rename done_trbs and done_reqsFelipe Balbi
2018-05-21usb: dwc3: gadget: don't kick transfer all the timeFelipe Balbi
2018-05-21usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()Felipe Balbi
2018-05-21usb: dwc3: gadget: XferComplete only for EP0Felipe Balbi
2018-05-21usb: dwc3: gadget: XferNotReady is Isoc-onlyFelipe Balbi
2018-05-21usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs tooFelipe Balbi
2018-05-21usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha
2018-05-21usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha
2018-03-26usb: dwc3: gadget: never call ->complete() from ->ep_queue()Felipe Balbi
2018-03-22usb: dwc3: Check controller type before setting speedThinh Nguyen
2018-03-22usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen
2018-03-22usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen
2018-03-13usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros
2018-02-12usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-12-11usb: dwc3: Allow disabling of metastability workaroundRoger Quadros
2017-12-11usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3Manu Gautam
2017-12-11usb: dwc3: gadget: Wait longer for controller to end command processingVincent Pelletier
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototypeFelipe Balbi
2017-10-19usb: dwc3: gadget: cache frame number in struct dwc3_epFelipe Balbi
2017-10-19usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi
2017-10-19usb: dwc3: gadget: check for lack of TRBs a bit earlierFelipe Balbi
2017-08-03usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam
2017-07-17usb: dwc3: gadget: only unmap requests from DMA if mappedJack Pham
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-13usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()Andy Shevchenko
2017-06-13usb: dwc3: gadget: implement ->udc_set_speed()Felipe Balbi
2017-06-02usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()Felipe Balbi
2017-06-02usb: dwc3: update documentationFelipe Balbi
2017-06-02usb: dwc3: replace %p with %pKFelipe Balbi
2017-05-17usb: dwc3: gadget: lazily map requests for DMAFelipe Balbi
2017-05-17usb: dwc3: gadget: don't WARN about lack of TRBsFelipe Balbi
2017-05-16usb: dwc3: gadget: Prevent losing events in event cacheThinh Nguyen
2017-05-16usb: dwc3: gadget: Fix ISO transfer performanceRoger Quadros
2017-04-11usb: dwc3: simplify ZLP handlingFelipe Balbi
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi
2017-04-11usb: dwc3: gadget: Fix starting microframe for ISOCJohn Youn
2017-04-11usb: dwc3: remove dwc3_gadget_init_hw_endpointsBryan O'Donoghue
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue
2017-03-22usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic
2017-03-08usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi