aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-15usb: dwc3: USB_DWC3 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-15usb: dwc3: fix the error returned with usb3_phy failureRuchika Kharwar1-1/+1
2013-07-15usb: dwc3: fix wrong bit mask in dwc3_event_typeHuang Rui1-2/+2
2013-07-15usb: dwc3: gadget: don't prevent gadget from being probed if we failFelipe Balbi1-0/+1
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-60/+192
2013-06-12usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian1-57/+116
2013-06-12usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian1-0/+57
2013-06-12usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian1-0/+6
2013-06-12usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I1-3/+14
2013-06-01usb: dwc3: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-28usb: dwc3: gadget: free trb pool only from epnum 2George Cherian1-4/+12
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-28usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2013-05-15usb: dwc3: Fix compilation break when building with USB_DWC3_DUAL_ROLE=yVivek Gautam1-3/+3
2013-04-02usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han3-5/+5
2013-03-18usb: dwc3: fix PHY error handlingFelipe Balbi1-2/+22
2013-03-18usb: dwc3: omap: fix sparse warningFelipe Balbi1-1/+1
2013-03-18usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam1-3/+3
2013-03-18usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam1-31/+25
2013-03-18usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I1-2/+5
2013-03-18usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2-0/+7
2013-03-18usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian2-2/+4
2013-03-18usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi1-1/+0
2013-03-18usb: dwc3: gadget: use num_(in|out)_eps from HW paramsFelipe Balbi1-4/+35
2013-03-18usb: dwc3: calculate the number of endpointsFelipe Balbi2-0/+28
2013-03-18usb: dwc3: set 'mode' based on selected Kconfig choicesVivek Gautam1-1/+6
2013-03-18usb: dwc3: workaround: unexpected transtion U3 -> RESUMEFelipe Balbi1-0/+28
2013-03-18usb: dwc3: core: define more revisionsFelipe Balbi1-0/+3
2013-03-18usb: dwc3: gadget: don't assign gadget.dev.release directlyFelipe Balbi1-6/+1
2013-03-18usb: dwc3: gadget: don't touch gadget.dev.driverFelipe Balbi1-2/+0
2013-03-18usb: dwc3: gadget: remove unnecessary initializationsFelipe Balbi1-6/+0
2013-03-18usb: dwc3: core: avoid checkpatch.pl warningFelipe Balbi1-1/+2
2013-03-18usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi1-19/+22
2013-03-18usb: dwc3: debugfs: mark our regset structure constFelipe Balbi1-1/+1
2013-03-18usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi1-1/+1
2013-03-18usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi1-0/+6
2013-03-18usb: dwc3: remove our homebrew state mechanismFelipe Balbi2-24/+17
2013-03-18usb: dwc3: gadget: implement gadget state trackingFelipe Balbi2-4/+13
2013-03-18usb: dwc3: gadget: move to threaded IRQFelipe Balbi1-26/+60
2013-03-18usb: dwc3: add count field to event bufferFelipe Balbi1-0/+2
2013-03-18usb: dwc3: add a flags field to event bufferFelipe Balbi1-0/+5
2013-03-18usb: dwc3: core: remove bogus comment to our structureFelipe Balbi1-1/+0
2013-03-18usb: dwc3: pci: add basic suspend/resume supportFelipe Balbi1-0/+38
2013-03-18usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan1-0/+34
2013-03-18usb: dwc3: omap: add basic suspend/resume supportFelipe Balbi1-0/+56
2013-03-18usb: dwc3: omap: remove unused fields from private structureFelipe Balbi1-12/+0
2013-03-18usb: dwc3: omap: introduce enable/disable IRQ methodsFelipe Balbi1-15/+32
2013-03-18usb: dwc3: core: add power management supportFelipe Balbi3-0/+212
2013-03-18usb: dwc3: gadget: save state of pullupsFelipe Balbi2-0/+3