summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: remove duplicated code from __dwc3_gadget_ep_set_haltFelipe Balbi2012-06-251-9/+0
* usb: dwc3: rename res_trans_idx to resource_indexFelipe Balbi2012-06-251-8/+8
* usb: dwc3: gadget: split special cases of ep_queue()Felipe Balbi2012-06-251-22/+28
* usb: dwc3: remove WARN_ON from dwc_stop_active_transferPratyush Anand2012-06-251-10/+10
* usb: dwc3: giveback all queued request when ep disabled or reset receivedPratyush Anand2012-06-151-2/+5
* usb: dwc3: resume phy during gadget initialization on recent coresPratyush Anand2012-06-061-2/+2
* usb: dwc3: gadget: ignore endpoint IRQs when endpoint is disabledFelipe Balbi2012-06-061-0/+3
* usb: dwc3: gadget: don't call stop_active_transfers() on disconnectFelipe Balbi2012-06-061-1/+0
* usb: dwc3: gadget: don't wait for ep cmd IRQFelipe Balbi2012-06-061-39/+27
* usb: dwc3: gadget: drop useless codeFelipe Balbi2012-06-061-3/+0
* usb: dwc3: Fix break from cleanup request loopPratyush Anand2012-06-041-1/+2
* usb: dwc3: Fix missed isoc IN transactionPratyush Anand2012-06-041-24/+49
* USB: DWC3: Generate interrupt on each TRB as default optionPratyush Anand2012-06-041-2/+1
* usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQGerard CAUVY2012-06-031-4/+1
* usb: dwc3: gadget: disable U1/U2 on disconnectFelipe Balbi2012-06-031-5/+2
* usb: dwc3: gadget: prevent DCTL register corruptionFelipe Balbi2012-06-031-0/+1
* usb: dwc3: support new revisions of DWC3 corePaul Zimmerman2012-06-031-13/+70
* usb: dwc3: gadget: rename phy_power() to phy_suspend()Paul Zimmerman2012-06-031-16/+16
* usb: dwc3: gadget: reinitialize retriesPaul Zimmerman2012-06-031-0/+1
* usb: dwc3: gadget: remove trailing semicolonFelipe Balbi2012-06-031-1/+1
* Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-071-25/+89
|\
| * usb: dwc3: define DWC3_EP0_BOUNCE_SIZEFelipe Balbi2012-05-041-6/+7
| * usb: dwc3: gadget: issue Update Transfer command after queuing isoc requestPaul Zimmerman2012-05-021-17/+28
| * usb: dwc3: gadget: increase setup buffer sizeFelipe Balbi2012-05-021-2/+1
| * usb: dwc3: gadget: implement Global Command supportFelipe Balbi2012-05-021-0/+27
| * usb: dwc3: ep0: add LPM handlingSebastian Andrzej Siewior2012-04-301-0/+9
| * usb: dwc3: workaround: metastability state on Run/Stop bitFelipe Balbi2012-04-111-1/+18
* | usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz2012-05-041-19/+18
|/
* Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-03-021-101/+270
|\
| * usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalidPaul Zimmerman2012-03-021-3/+3
| * usb: dwc3: take lock while modifying flagsPaul Zimmerman2012-03-021-0/+7
| * usb: dwc3: shorten long delay in dwc3_gadget_set_link_state()Paul Zimmerman2012-03-021-4/+3
| * usb: dwc3: fix bogus test in dwc3_gadget_start_isocPaul Zimmerman2012-03-021-11/+5
| * usb: dwc3: use proper function for setting endpoint nameAnton Tikhomirov2012-03-021-4/+4
| * usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOCPaul Zimmerman2012-03-021-0/+8
| * usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman2012-03-021-26/+25
| * usb: dwc3: convert TRBs into bitshiftsFelipe Balbi2012-02-131-40/+43
| * usb: dwc3: ep0: fix SetFeature(TEST)Gerard Cauvy2012-02-101-0/+1
| * usb: dwc3: gadget: allocate 3 packets for bulk and isoc endpointsFelipe Balbi2012-02-061-2/+18
| * usb: dwc3: gadget: avoid memcpy()ing event bufferFelipe Balbi2012-02-061-1/+2
| * usb: dwc3: gadget: start core on Rx.DetectFelipe Balbi2012-02-061-3/+6
| * usb: dwc3: gadget: dynamically re-size TxFifosFelipe Balbi2012-02-061-0/+74
| * usb: dwc3: gadget: use the descriptor pointer we holdFelipe Balbi2012-02-061-1/+1
| * usb: dwc3: gadget: fix XferNotReady debug printFelipe Balbi2012-02-061-1/+2
| * usb: dwc3: gadget: allow Link state changes via debugfsFelipe Balbi2012-02-061-1/+1
| * usb: dwc3: gadget: re-factor Link state change to a functionFelipe Balbi2012-02-061-11/+41
| * usb: dwc3: gadget: re-factor USB2 test mode to a functionFelipe Balbi2012-02-061-0/+33
| * usb: dwc3: unmap the proper number of sg entriesSebastian Andrzej Siewior2012-01-241-1/+1
* | usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-76/+17
* | usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+1
|/
OpenPOWER on IntegriCloud