summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: dwc3: gadget: introduce and use enable/disable irq methodsFelipe Balbi1-35/+45
2013-03-18usb: dwc3: core: explicitly setup and cleanup event buffersFelipe Balbi1-15/+17
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: dwc3: gadget: let udc-core manage gadget->devFelipe Balbi1-15/+2
2013-03-18usb: dwc3: omap: stop using nop-usb-xceivKishon Vijay Abraham I1-67/+0
2013-03-18usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I1-14/+10
2013-03-18usb: dwc3: omap: minor fixes to get dt workingKishon Vijay Abraham I1-24/+21
2013-03-08usb: dwc3: ep0: fix sparc64 buildAndrew Morton1-3/+4
2013-03-04usb: dwc3: gadget: remove unnecessary codeFelipe Balbi1-3/+0
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi3-6/+0
2013-03-04usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi1-3/+3
2013-03-04usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi1-0/+1
2013-02-09drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens1-1/+1
2013-01-26Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman1-0/+1
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-4/+20
2013-01-25usb: dwc3: host: Change platform device ID for xhci-hcd to AUTOVivek Gautam1-1/+1
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam2-4/+4
2013-01-25usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I1-4/+20
2013-01-25usb: dwc3: core: stray statements are removedKishon Vijay Abraham I1-3/+0
2013-01-25usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I1-0/+6
2013-01-25usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I1-0/+60
2013-01-25usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I1-26/+0
2013-01-25usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I1-0/+10
2013-01-25usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I1-30/+10
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I1-1/+11
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-24usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi1-2/+5
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam4-4/+55
2013-01-18usb: dwc3: gadget: req->queued must be forced to false in cleanupPratyush Anand1-0/+1
2013-01-18usb: dwc3: gadget: fix scatter gather implementationPratyush Anand2-92/+127
2013-01-18usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFERPratyush Anand1-4/+5
2013-01-18usb: dwc3: gadget: fix skip LINK_TRB on ISOCPratyush Anand1-8/+5
2013-01-18usb: dwc3: gadget: fix isoc END TRANSFER ConditionPratyush Anand1-5/+18
2013-01-18usb: dwc3: gadget: correct return from ep_queuePratyush Anand1-0/+2
2013-01-18usb: dwc3: gadget: fix missed isocPratyush Anand2-14/+24
2013-01-18usb: dwc3: Enable usb2 LPM only when connected as usb2.0Pratyush Anand1-13/+18
2013-01-18usb: dwc3: gadget: fix ep->maxburst for ep0Pratyush Anand1-0/+1
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi2-24/+13
2013-01-18usb: dwc3: gadget: don't redefine 'ret'Felipe Balbi1-2/+0
2013-01-18usb: dwc3: exynos: use devm_ functionsJingoo Han1-28/+23
2013-01-18usb: dwc3: decrease event buffer sizeFelipe Balbi1-1/+3
2012-12-13usb: dwc3: debugfs: fix regdump offsetJack Pham1-1/+1
2012-11-22usb: remove use of __devexitBill Pemberton5-5/+5
2012-11-22usb: remove use of __devinitBill Pemberton6-15/+14
2012-11-22usb: remove use of __devexit_pBill Pemberton4-4/+4
2012-11-16usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I1-2/+2
2012-11-12Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman6-132/+43
2012-11-08usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi1-3/+1
2012-11-06usb: dwc3: exynos: remove platform data supportVivek Gautam1-16/+0
2012-11-06usb: dwc3: exynos: add support for device treeVivek Gautam1-0/+20