aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2011-12-12usb: dwc3: omap: move to module_platform_driverFelipe Balbi1-11/+1
2011-12-12usb: dwc3: workaround: missing disconnect eventFelipe Balbi3-0/+37
2011-12-12usb: dwc3: workaround: missing USB3 Reset eventFelipe Balbi1-0/+16
2011-12-12usb: dwc3: workaround: U1/U2 -> U0 transitonFelipe Balbi2-2/+76
2011-12-12usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs()Sebastian Andrzej Siewior1-2/+4
2011-12-12usb: dwc3: ep0: handle delayed_status againSebastian Andrzej Siewior2-3/+24
2011-12-12usb: dwc3: ep0: push ep0state into xfernotready processingSebastian Andrzej Siewior1-14/+17
2011-12-12usb: dwc3: fix sparse errorsFelipe Balbi2-1/+2
2011-12-12usb: dwc3: fix few coding style problemsFelipe Balbi5-12/+13
2011-12-12usb: dwc3: move generic dwc3 code from gadget into coreSebastian Andrzej Siewior2-24/+23
2011-12-12usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior4-15/+23
2011-12-12usb: dwc3: ep0: don't use ep0in for transfersSebastian Andrzej Siewior1-10/+8
2011-12-12usb: dwc3: ep0: use proper endianess in SetFeature for wIndexSebastian Andrzej Siewior1-2/+1
2011-12-12usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAXFelipe Balbi2-2/+7
2011-12-12usb: dwc3: omap: add multiple instances support to OMAPFelipe Balbi1-9/+19
2011-12-12usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi3-40/+50
2011-12-12usb: dwc3: remove special status request handling in ep0Sebastian Andrzej Siewior2-25/+8
2011-12-12usb: dwc3: reset pending status flag in error caseSebastian Andrzej Siewior1-0/+1
2011-12-12usb: dwc3: host: remove unused includesSebastian Andrzej Siewior1-14/+0
2011-12-12usb: dwc3: debugfs: hold the lock in during mode changeSebastian Andrzej Siewior1-2/+0
2011-12-12usb: dwc3: add a platform device aliasSebastian Andrzej Siewior2-0/+2
2011-12-12usb: dwc3: ep0: handle unexpected XferNotReady eventsFelipe Balbi1-0/+35
2011-12-12usb: dwc3: debugfs: add support for changing port modeFelipe Balbi2-0/+83
2011-12-12usb: dwc3: ep0: SetAddress() won't be issued while ConfiguredFelipe Balbi1-1/+8
2011-12-12usb: dwc3: depend on both Host and Gadget stacksFelipe Balbi1-1/+1
2011-12-12usb: dwc3: move gadget prototypes to core.hFelipe Balbi2-3/+3
2011-12-12usb: dwc3: always compile gadget side tooFelipe Balbi3-15/+3
2011-12-12usb: dwc3: add xHCI Host supportFelipe Balbi5-3/+164
2011-12-12usb: dwc3: fetch mode of operation from HWFelipe Balbi4-28/+46
2011-12-12usb: dwc3: calculate number of event buffers dynamicallyFelipe Balbi3-13/+18
2011-12-12usb: dwc3: allow forcing a maximum speedFelipe Balbi3-1/+18
2011-12-12usb: dwc3: gadget: don't disable endpoints on exitFelipe Balbi1-4/+0
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+2
2011-11-18usb: dwc3: fix a warningAlessandro Rubini1-1/+0
2011-11-18usb: dwc3: use debugfs_print_regs32()Alessandro Rubini1-12/+3
2011-11-14usb: dwc3: gadget: initialize max_streamsSebastian Andrzej Siewior1-0/+1
2011-10-04usb: Add module.h to various dwc3 driversPaul Gortmaker2-0/+2
2011-10-04usb: dwc3: convert structures into bitshiftsFelipe Balbi3-135/+46
2011-10-04usb: dwc3: gadget: allow clock gating to workFelipe Balbi2-0/+14
2011-10-04usb: dwc3: core: cache GHWPARAMS* registersFelipe Balbi1-0/+17
2011-10-04usb: dwc3: add struct dwc3_hwparamsFelipe Balbi1-0/+26
2011-10-04usb: dwc3: gadget: implement streams supportFelipe Balbi2-4/+36
2011-10-04usb: dwc3: gadget: add support for BurstsFelipe Balbi1-0/+1
2011-10-04usb: dwc3: gadget: fix DMA offset calculationPaul Zimmerman1-1/+1
2011-10-04usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thingPaul Zimmerman1-1/+5
2011-10-04usb: dwc3: gadget: driver should not wait for RxFIFO to drainPaul Zimmerman1-19/+0
2011-10-04usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman3-1/+12
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior10-10/+0
2011-10-04usb: dwc3: ep0: fix debug outputSebastian Andrzej Siewior1-1/+1