aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2013-03-08usb: dwc3: ep0: fix sparc64 buildAndrew Morton
2013-03-04usb: dwc3: gadget: remove unnecessary codeFelipe Balbi
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi
2013-03-04usb: dwc3: omap: fix a typo on of_device_idFelipe Balbi
2013-03-04usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi
2013-02-08drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-25usb: dwc3: host: Change platform device ID for xhci-hcd to AUTOVivek Gautam
2013-01-25usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTOVivek Gautam
2013-01-25usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I
2013-01-25usb: dwc3: core: stray statements are removedKishon Vijay Abraham I
2013-01-25usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: Add an API to write to dwc mailboxKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: Remove explicit writes to SYSCONFIG registerKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use runtime API's to enable clocksKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use of_platform API to create dwc3 core pdevKishon Vijay Abraham I
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam
2013-01-24usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam
2013-01-18usb: dwc3: gadget: req->queued must be forced to false in cleanupPratyush Anand
2013-01-18usb: dwc3: gadget: fix scatter gather implementationPratyush Anand
2013-01-18usb: dwc3: gadget: no need to pass params in case of UPDATE_TRANSFERPratyush Anand
2013-01-18usb: dwc3: gadget: fix skip LINK_TRB on ISOCPratyush Anand
2013-01-18usb: dwc3: gadget: fix isoc END TRANSFER ConditionPratyush Anand
2013-01-18usb: dwc3: gadget: correct return from ep_queuePratyush Anand
2013-01-18usb: dwc3: gadget: fix missed isocPratyush Anand
2013-01-18usb: dwc3: Enable usb2 LPM only when connected as usb2.0Pratyush Anand
2013-01-18usb: dwc3: gadget: fix ep->maxburst for ep0Pratyush Anand
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi
2013-01-18usb: dwc3: gadget: don't redefine 'ret'Felipe Balbi
2013-01-18usb: dwc3: exynos: use devm_ functionsJingoo Han
2013-01-18usb: dwc3: decrease event buffer sizeFelipe Balbi
2012-12-13usb: dwc3: debugfs: fix regdump offsetJack Pham
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-11-16usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I
2012-11-11Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2012-11-08usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi
2012-11-06usb: dwc3: exynos: remove platform data supportVivek Gautam
2012-11-06usb: dwc3: exynos: add support for device treeVivek Gautam
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior
2012-10-19usb: dwc3: drop HAVE_CLK dependency from Exynos glue layerFelipe Balbi
2012-10-15usb: dwc3: shutdown usb_phy when removing the deviceVivek Gautam
2012-10-15usb: dwc3: gadget: fix 'endpoint always busy' bugFelipe Balbi
2012-10-15usb: dwc3: core: move event buffer allocation out of dwc3_core_init()Felipe Balbi
2012-10-15usb: dwc3: core: switch event buffer allocation to devm_kzalloc()Felipe Balbi
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman