summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn2016-06-012-6/+25
* usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.Peter Griffin2016-05-311-2/+8
* usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-05-311-8/+11
* usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter2016-05-031-1/+1
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-2810-394/+677
|\
| * usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi2016-04-282-0/+16
| * usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi2016-04-282-2/+15
| * usb: dwc3: gadget: give better command return codeKonrad Leszczynski2016-04-282-3/+34
| * usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus2016-04-281-8/+5
| * usb: dwc3: pci: make build-in device properties availableHeikki Krogerus2016-04-281-3/+4
| * usb: dwc3: ep0: sanity check test mode selectorFei Yang2016-04-281-2/+12
| * usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi2016-04-191-0/+302
| * usb: dwc3: core: add helper to extract trb typeFelipe Balbi2016-04-191-0/+1
| * usb: dwc3: core: add fifo space helperFelipe Balbi2016-04-192-0/+28
| * usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin2016-04-193-48/+23
| * usb: dwc3: omap: get rid of dma_statusRoger Quadros2016-04-191-6/+0
| * usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi2016-04-191-1/+1
| * usb: dwc3: gadget: remove newline from traceFelipe Balbi2016-04-191-1/+1
| * usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi2016-04-191-39/+10
| * usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi2016-04-191-5/+7
| * usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi2016-04-191-7/+21
| * usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi2016-04-192-8/+7
| * usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8Felipe Balbi2016-04-181-3/+13
| * usb: dwc3: core: document struct dwc3_requestFelipe Balbi2016-04-181-0/+13
| * usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi2016-04-183-23/+23
| * usb: dwc3: omap: drop dma_mask configurationGrygorii Strashko2016-04-181-3/+0
| * usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat2016-04-183-0/+9
| * usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi2016-04-181-0/+16
| * usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi2016-04-181-15/+17
| * usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi2016-04-181-0/+23
| * usb: dwc3: gadget: combine return points into a single oneFelipe Balbi2016-04-181-3/+8
| * usb: dwc3: gadget: pass ev_buff as cookie to irq handlerFelipe Balbi2016-04-181-16/+14
| * usb: dwc3: drop ev_buffs arrayFelipe Balbi2016-04-143-12/+7
| * usb: dwc3: remove num_event_buffersFelipe Balbi2016-04-143-77/+44
| * usb: dwc3: better name for our request management listsFelipe Balbi2016-04-144-44/+44
| * usb: dwc3: increase maximum number of TRBs per endpointFelipe Balbi2016-04-141-1/+1
| * usb: dwc3: gadget: always enable CSPFelipe Balbi2016-04-141-7/+9
| * usb: dwc3: drop FIFO resizing logicFelipe Balbi2016-04-145-105/+0
* | usb: dwc3: gadget: Fix suspend/resume during device modeRoger Quadros2016-04-181-0/+6
* | usb: dwc3: fix memory leak of dwc->regsetDu, Changbin2016-04-181-5/+8
* | usb: dwc3: core: fix PHY handling during suspendFelipe Balbi2016-04-181-1/+22
* | usb: dwc3: omap: fix up error path on probe()Felipe Balbi2016-04-181-8/+4
|/
* usb: dwc3: keystone: drop dma_mask configurationGrygorii Strashko2016-04-061-5/+0
* usb: dwc3: pci: add ID for one more Intel Broxton platformHeikki Krogerus2016-04-061-0/+2
* usb: dwc3: gadget: fix endpoint renamingFelipe Balbi2016-03-291-2/+3
* usb: dwc3: gadget: release spin lock during gadget resumeJiebing Li2016-03-291-1/+5
* usb: dwc3: core: improve reset sequenceFelipe Balbi2016-03-291-30/+18
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-03-231-4/+5
|\
| * usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2016-02-261-4/+5
* | usb: dwc3: Validate the maximum_speed parameterJohn Youn2016-03-042-5/+22