summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
...
| | * usb: dwc3: gadget: allow testmodes changes via debugfsFelipe Balbi2012-02-061-0/+92
| | * usb: dwc3: gadget: re-factor USB2 test mode to a functionFelipe Balbi2012-02-063-18/+40
| * | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-014-83/+31
| |\ \ | | |/ | |/|
| | * usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi2012-02-284-83/+30
| | * usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-241-0/+1
* | | DWC3: use module_pci_driverGreg Kroah-Hartman2012-02-091-11/+1
|/ /
* | usb: dwc3: unmap the proper number of sg entriesSebastian Andrzej Siewior2012-01-241-1/+1
* | usb: dwc3: ep0: fix compile warningFelipe Balbi2012-01-241-1/+0
* | usb: dwc3: ep0: tidy up Pending Request handlingFelipe Balbi2012-01-241-10/+4
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-0912-321/+871
|\
| * drivers/usb/dwc3/dwc3-pci.c: introduce missing kfreeJulia Lawall2012-01-041-1/+1
| * usb: ch9: fix up MaxStreams helperFelipe Balbi2012-01-041-2/+1
| * Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-221-79/+160
| |\
| | * usb: dwc3: gadget: add support for SG listsFelipe Balbi2011-12-211-17/+98
| | * usb: dwc3: gadget: don't force 'LST' alwaysFelipe Balbi2011-12-211-10/+4
| | * usb: dwc3: gadget: don't return anything on prepare trbsFelipe Balbi2011-12-211-13/+9
| | * usb: dwc3: gadget: re-factor dwc3_prepare_trbs()Felipe Balbi2011-12-211-68/+78
| * | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-221-0/+3
| |\ \
| | * | usb: dwc3: gadget: move us to Default State after resetFelipe Balbi2011-12-201-0/+3
| * | | Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-131-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-1/+1
| * | | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-1212-228/+705
| |\ \ \ | | | |/ | | |/|
| | * | usb: dwc3: ep0: fix for possible early delayed_statusFelipe Balbi2011-12-121-3/+6
| | * | usb: dwc3: gadget: fix stream enable bitFelipe Balbi2011-12-122-9/+15
| | * | usb: dwc3: ep0: fix GetStatus handling (again)Felipe Balbi2011-12-121-2/+5
| | * | usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior2011-12-123-18/+19
| | * | usb: dwc3: use correct hwparam register for power mgm checkSebastian Andrzej Siewior2011-12-121-1/+1
| | * | usb: dwc3: omap: move to module_platform_driverFelipe Balbi2011-12-121-11/+1
| | * | usb: dwc3: workaround: missing disconnect eventFelipe Balbi2011-12-123-0/+37
| | * | usb: dwc3: workaround: missing USB3 Reset eventFelipe Balbi2011-12-121-0/+16
| | * | usb: dwc3: workaround: U1/U2 -> U0 transitonFelipe Balbi2011-12-122-2/+76
| | * | usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs()Sebastian Andrzej Siewior2011-12-121-2/+4
| | * | usb: dwc3: ep0: handle delayed_status againSebastian Andrzej Siewior2011-12-122-3/+24
| | * | usb: dwc3: ep0: push ep0state into xfernotready processingSebastian Andrzej Siewior2011-12-121-14/+17
| | * | usb: dwc3: fix sparse errorsFelipe Balbi2011-12-122-1/+2
| | * | usb: dwc3: fix few coding style problemsFelipe Balbi2011-12-125-12/+13
| | * | usb: dwc3: move generic dwc3 code from gadget into coreSebastian Andrzej Siewior2011-12-122-24/+23
| | * | usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior2011-12-124-15/+23
| | * | usb: dwc3: ep0: don't use ep0in for transfersSebastian Andrzej Siewior2011-12-121-10/+8
| | * | usb: dwc3: ep0: use proper endianess in SetFeature for wIndexSebastian Andrzej Siewior2011-12-121-2/+1
| | * | usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAXFelipe Balbi2011-12-122-2/+7
| | * | usb: dwc3: omap: add multiple instances support to OMAPFelipe Balbi2011-12-121-9/+19
| | * | usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi2011-12-123-40/+50
| | * | usb: dwc3: remove special status request handling in ep0Sebastian Andrzej Siewior2011-12-122-25/+8
| | * | usb: dwc3: reset pending status flag in error caseSebastian Andrzej Siewior2011-12-121-0/+1
| | * | usb: dwc3: host: remove unused includesSebastian Andrzej Siewior2011-12-121-14/+0
| | * | usb: dwc3: debugfs: hold the lock in during mode changeSebastian Andrzej Siewior2011-12-121-2/+0
| | * | usb: dwc3: add a platform device aliasSebastian Andrzej Siewior2011-12-122-0/+2
| | * | usb: dwc3: ep0: handle unexpected XferNotReady eventsFelipe Balbi2011-12-121-0/+35
| | * | usb: dwc3: debugfs: add support for changing port modeFelipe Balbi2011-12-122-0/+83