summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski
2016-04-19usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi
2016-04-19usb: dwc3: gadget: remove newline from traceFelipe Balbi
2016-04-19usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi
2016-04-19usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi
2016-04-19usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi
2016-04-19usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi
2016-04-18usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi
2016-04-18usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi
2016-04-18usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi
2016-04-18usb: dwc3: gadget: combine return points into a single oneFelipe Balbi
2016-04-18usb: dwc3: gadget: pass ev_buff as cookie to irq handlerFelipe Balbi
2016-04-18usb: dwc3: gadget: Fix suspend/resume during device modeRoger Quadros
2016-04-14usb: dwc3: drop ev_buffs arrayFelipe Balbi
2016-04-14usb: dwc3: remove num_event_buffersFelipe Balbi
2016-04-14usb: dwc3: better name for our request management listsFelipe Balbi
2016-04-14usb: dwc3: gadget: always enable CSPFelipe Balbi
2016-04-14usb: dwc3: drop FIFO resizing logicFelipe Balbi
2016-03-29usb: dwc3: gadget: fix endpoint renamingFelipe Balbi
2016-03-29usb: dwc3: gadget: release spin lock during gadget resumeJiebing Li
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn
2016-03-04usb: dwc3: Enable SuperSpeedPlusJohn Youn
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn
2016-02-17usb: dwc3: Fix assignment of EP transfer resourcesJohn Youn
2016-02-03usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.Jianqiang Tang
2015-12-22usb: dwc3: gadget: don't send extra ZLPJohn Youn
2015-12-16usb: dwc3: gadget: pass a condition to dev_WARN_ONCE()Felipe Balbi
2015-12-15usb: dwc3: gadget: handle request->zeroFelipe Balbi
2015-12-15usb: dwc3: ep0: fix setup_packet_pending initializationFelipe Balbi
2015-12-15usb: dwc3: gadget: simplify next_request() return checkFelipe Balbi
2015-12-15usb: dwc3: gadget: purge dev_dbg() callsFelipe Balbi
2015-12-15usb: dwc3: gadget: simplify dwc3_gadget_ep_queue()Felipe Balbi
2015-11-30usb: dwc3: gadget: don't prestart interrupt endpointsFelipe Balbi
2015-11-17usb: dwc3: gadget: let us set lower max_speedBen McCauley
2015-10-12Revert "usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs"Ville Syrjälä
2015-10-12Revert "usb: dwc3: gadget: remove unnecessary _irqsave()"Felipe Balbi
2015-09-28usb: dwc3: gadget: remove unnecessary _irqsave()Felipe Balbi
2015-09-28usb: dwc3: gadget: use Update Transfer from Xfer In ProgressFelipe Balbi
2015-09-28usb: dwc3: gadget: use update transfer commandFelipe Balbi
2015-09-28usb: dwc3: gadget: start transfer on XFER_COMPLETEFelipe Balbi
2015-09-27usb: dwc3: gadget: improve ep_queue's error reportingFelipe Balbi
2015-09-27usb: dwc3: gadget: clear DWC3_PENDING_REQUEST when request is queuedFelipe Balbi
2015-09-27usb: dwc3: gadget: start requests as soon as they comeFelipe Balbi
2015-09-27usb: dwc3: gadget: move trace_dwc3_ep_queue()Felipe Balbi
2015-09-21usb: dwc3: gadget: Fix BUG in RT configRoger Quadros
2015-08-04usb: dwc3: gadget: add ep capabilities supportRobert Baldyga