summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2013-03-18usb: dwc3: core: avoid checkpatch.pl warningFelipe Balbi
2013-03-18usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi
2013-03-18usb: dwc3: debugfs: mark our regset structure constFelipe Balbi
2013-03-18usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi
2013-03-18usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi
2013-03-18usb: dwc3: remove our homebrew state mechanismFelipe Balbi
2013-03-18usb: dwc3: gadget: implement gadget state trackingFelipe Balbi
2013-03-18usb: dwc3: gadget: move to threaded IRQFelipe Balbi
2013-03-18usb: dwc3: add count field to event bufferFelipe Balbi
2013-03-18usb: dwc3: add a flags field to event bufferFelipe Balbi
2013-03-18usb: dwc3: core: remove bogus comment to our structureFelipe Balbi
2013-03-18usb: dwc3: pci: add basic suspend/resume supportFelipe Balbi
2013-03-18usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan
2013-03-18usb: dwc3: omap: add basic suspend/resume supportFelipe Balbi
2013-03-18usb: dwc3: omap: remove unused fields from private structureFelipe Balbi
2013-03-18usb: dwc3: omap: introduce enable/disable IRQ methodsFelipe Balbi
2013-03-18usb: dwc3: core: add power management supportFelipe Balbi
2013-03-18usb: dwc3: gadget: save state of pullupsFelipe Balbi
2013-03-18usb: dwc3: gadget: introduce and use enable/disable irq methodsFelipe Balbi
2013-03-18usb: dwc3: core: explicitly setup and cleanup event buffersFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: dwc3: gadget: let udc-core manage gadget->devFelipe Balbi
2013-03-18usb: dwc3: omap: stop using nop-usb-xceivKishon Vijay Abraham I
2013-03-18usb: dwc3: omap: remove platform data associated with dwc3-omapKishon Vijay Abraham I
2013-03-18usb: dwc3: omap: minor fixes to get dt workingKishon Vijay Abraham I
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