summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc3: fix wrong bit mask in dwc3_event_typeHuang Rui2013-07-151-2/+2
* usb: dwc3: gadget: don't prevent gadget from being probed if we failFelipe Balbi2013-07-151-0/+1
* Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-122-60/+192
|\
| * usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian2013-06-121-57/+116
| * usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian2013-06-121-0/+57
| * usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian2013-06-121-0/+6
| * usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I2013-06-121-3/+14
| * usb: dwc3: remove redundant D0 power state setYijing Wang2013-06-011-1/+0
* | usb: dwc3: gadget: free trb pool only from epnum 2George Cherian2013-05-281-4/+12
* | usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen2013-05-281-1/+1
* | usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen2013-05-281-1/+1
|/
* USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+3
* usb: dwc3: Fix compilation break when building with USB_DWC3_DUAL_ROLE=yVivek Gautam2013-05-151-3/+3
* usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-023-5/+5
* usb: dwc3: fix PHY error handlingFelipe Balbi2013-03-181-2/+22
* usb: dwc3: omap: fix sparse warningFelipe Balbi2013-03-181-1/+1
* usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam2013-03-181-3/+3
* usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam2013-03-181-31/+25
* usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2013-03-181-2/+5
* usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2013-03-182-0/+7
* usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian2013-03-182-2/+4
* usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi2013-03-181-1/+0
* usb: dwc3: gadget: use num_(in|out)_eps from HW paramsFelipe Balbi2013-03-181-4/+35
* usb: dwc3: calculate the number of endpointsFelipe Balbi2013-03-182-0/+28
* usb: dwc3: set 'mode' based on selected Kconfig choicesVivek Gautam2013-03-181-1/+6
* usb: dwc3: workaround: unexpected transtion U3 -> RESUMEFelipe Balbi2013-03-181-0/+28
* usb: dwc3: core: define more revisionsFelipe Balbi2013-03-181-0/+3
* usb: dwc3: gadget: don't assign gadget.dev.release directlyFelipe Balbi2013-03-181-6/+1
* usb: dwc3: gadget: don't touch gadget.dev.driverFelipe Balbi2013-03-181-2/+0
* usb: dwc3: gadget: remove unnecessary initializationsFelipe Balbi2013-03-181-6/+0
* usb: dwc3: core: avoid checkpatch.pl warningFelipe Balbi2013-03-181-1/+2
* usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi2013-03-181-19/+22
* usb: dwc3: debugfs: mark our regset structure constFelipe Balbi2013-03-181-1/+1
* usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi2013-03-181-1/+1
* usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi2013-03-181-0/+6
* usb: dwc3: remove our homebrew state mechanismFelipe Balbi2013-03-182-24/+17
* usb: dwc3: gadget: implement gadget state trackingFelipe Balbi2013-03-182-4/+13
* usb: dwc3: gadget: move to threaded IRQFelipe Balbi2013-03-181-26/+60
* usb: dwc3: add count field to event bufferFelipe Balbi2013-03-181-0/+2
* usb: dwc3: add a flags field to event bufferFelipe Balbi2013-03-181-0/+5
* usb: dwc3: core: remove bogus comment to our structureFelipe Balbi2013-03-181-1/+0
* usb: dwc3: pci: add basic suspend/resume supportFelipe Balbi2013-03-181-0/+38
* usb: dwc3: exynos: add basic suspend/resume supportVikas Sajjan2013-03-181-0/+34
* usb: dwc3: omap: add basic suspend/resume supportFelipe Balbi2013-03-181-0/+56
* usb: dwc3: omap: remove unused fields from private structureFelipe Balbi2013-03-181-12/+0
* usb: dwc3: omap: introduce enable/disable IRQ methodsFelipe Balbi2013-03-181-15/+32
* usb: dwc3: core: add power management supportFelipe Balbi2013-03-183-0/+212
* usb: dwc3: gadget: save state of pullupsFelipe Balbi2013-03-182-0/+3
* 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
OpenPOWER on IntegriCloud