summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc3: gadget: introduce and use enable/disable irq methodsFelipe Balbi2013-03-181-35/+45
* usb: dwc3: core: explicitly setup and cleanup event buffersFelipe Balbi2013-03-181-15/+17
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0
* usb: dwc3: gadget: let udc-core manage gadget->devFelipe Balbi2013-03-181-15/+2
* usb: dwc3: omap: stop using nop-usb-xceivKishon Vijay Abraham I2013-03-181-67/+0
* usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I2013-03-181-14/+10
* usb: dwc3: omap: minor fixes to get dt workingKishon Vijay Abraham I2013-03-181-24/+21
* usb: dwc3: ep0: fix sparc64 buildAndrew Morton2013-03-081-3/+4
* usb: dwc3: gadget: remove unnecessary codeFelipe Balbi2013-03-041-3/+0
* usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi2013-03-043-6/+0
* usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi2013-03-041-3/+3
* usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi2013-03-041-0/+1
* drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-081-1/+1
* Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-251-0/+1
|\
| * usb: dwc3: gadget: fix ep->maxburst for ep0Pratyush Anand2013-01-181-0/+1
* | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-251-4/+20
|\ \
| * | usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I2013-01-251-4/+20
* | | usb: dwc3: host: Change platform device ID for xhci-hcd to AUTOVivek Gautam2013-01-251-1/+1
* | | usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam2013-01-252-4/+4
* | | usb: dwc3: core: stray statements are removedKishon Vijay Abraham I2013-01-251-3/+0
* | | usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I2013-01-251-0/+6
* | | usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I2013-01-251-0/+60
* | | usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I2013-01-251-26/+0
* | | usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I2013-01-251-0/+10
* | | usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I2013-01-251-30/+10
* | | usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I2013-01-251-1/+11
* | | usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam2013-01-251-1/+1
* | | usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi2013-01-241-2/+5
* | | usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam2013-01-184-4/+55
* | | usb: dwc3: gadget: req->queued must be forced to false in cleanupPratyush Anand2013-01-181-0/+1
* | | usb: dwc3: gadget: fix scatter gather implementationPratyush Anand2013-01-182-92/+127
* | | usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFERPratyush Anand2013-01-181-4/+5
* | | usb: dwc3: gadget: fix skip LINK_TRB on ISOCPratyush Anand2013-01-181-8/+5
* | | usb: dwc3: gadget: fix isoc END TRANSFER ConditionPratyush Anand2013-01-181-5/+18
* | | usb: dwc3: gadget: correct return from ep_queuePratyush Anand2013-01-181-0/+2
* | | usb: dwc3: gadget: fix missed isocPratyush Anand2013-01-182-14/+24
* | | usb: dwc3: Enable usb2 LPM only when connected as usb2.0Pratyush Anand2013-01-181-13/+18
* | | usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi2013-01-182-24/+13
* | | usb: dwc3: gadget: don't redefine 'ret'Felipe Balbi2013-01-181-2/+0
* | | usb: dwc3: exynos: use devm_ functionsJingoo Han2013-01-181-28/+23
* | | usb: dwc3: decrease event buffer sizeFelipe Balbi2013-01-181-1/+3
| |/ |/|
* | usb: dwc3: debugfs: fix regdump offsetJack Pham2012-12-131-1/+1
|/
* usb: remove use of __devexitBill Pemberton2012-11-215-5/+5
* usb: remove use of __devinitBill Pemberton2012-11-216-15/+14
* usb: remove use of __devexit_pBill Pemberton2012-11-214-4/+4
* usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I2012-11-161-2/+2
* Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-11-126-132/+43
|\
| * usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi2012-11-081-3/+1
| * usb: dwc3: exynos: remove platform data supportVivek Gautam2012-11-061-16/+0
| * usb: dwc3: exynos: add support for device treeVivek Gautam2012-11-061-0/+20