summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-032-19/+107
|\
| * usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I2013-08-052-19/+107
* | usb: dwc3: Remove duplicate inclusion of otg.hSachin Kamat2013-08-271-1/+0Star
* | usb: dwc3: core: cope with NULL pdataFelipe Balbi2013-08-141-1/+4
* | Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-092-8/+8
|\ \
| * | usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-092-8/+8
| |/
* | usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-021-7/+3Star
* | usb: dwc3: use dev_get_platdata()Felipe Balbi2013-07-311-3/+3
* | usb: dwc3: core: modify IO memory resource after deferred probe completesIvan T. Ivanov2013-07-291-15/+16
* | usb: dwc3: ep0: don't change to configured state too earlyFelipe Balbi2013-07-291-2/+11
* | usb: dwc3: ep0: only change to ADDRESS if set_config() succeedsFelipe Balbi2013-07-291-1/+1
* | usb: dwc3: fix typo in comment of dwc3_epHuang Rui2013-07-291-1/+1
* | usb: dwc3: gadget: introduce dwc3_process_event_bufFelipe Balbi2013-07-291-37/+44
* | usb: dwc3: gadget: rename dwc3_process_event_bufFelipe Balbi2013-07-291-2/+2
* | usb: dwc3: gadget: get rid of IRQF_ONESHOTFelipe Balbi2013-07-291-1/+13
* | usb: dwc3: core: introduce and use macros for Event Size registerFelipe Balbi2013-07-292-2/+7
* | usb: dwc3: gadget: don't enable LPM earlyFelipe Balbi2013-07-291-5/+0Star
* | usb: dwc3: core: don't redefine DWC3_DCFG_LPM_CAPFelipe Balbi2013-07-291-1/+0Star
* | usb: dwc3: gadget: add a debugging print when initializing endpointsFelipe Balbi2013-07-291-0/+2
* | usb: dwc3: gadget: move direction setting upFelipe Balbi2013-07-291-1/+1
* | usb: dwc3: gadget: move debugging print aroundFelipe Balbi2013-07-291-2/+2
* | usb: dwc3: core: switch over to devm_ioremap_resource()Felipe Balbi2013-07-291-13/+5Star
* | usb: dwc3: omap: switch over to devm_ioremap_resource()Felipe Balbi2013-07-291-5/+3Star
* | usb: dwc3: gadget: drop dwc3 manual phy controlFelipe Balbi2013-07-291-61/+0Star
* | usb: dwc3: adapt to use dr_mode device tree helperRuchika Kharwar2013-07-293-43/+43
* | usb: dwc3: core: switch to snps,dwc3Felipe Balbi2013-07-291-0/+3
* | usb: dwc3: make maximum-speed a per-instance attributeFelipe Balbi2013-07-293-18/+30
* | usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;Felipe Balbi2013-07-292-2/+28
* | usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-2912-304/+91Star
* | usb: dwc3: clean up redundant parameter commentHuang Rui2013-07-291-1/+0Star
* | usb: dwc3: gadget: don't request IRQs in atomicFelipe Balbi2013-07-291-17/+22
* | usb: dwc3: make glue layers selectableFelipe Balbi2013-07-292-10/+35
|/
* usb: dwc3: USB_DWC3 should depend on HAS_DMAGeert Uytterhoeven2013-07-151-1/+1
* usb: dwc3: fix the error returned with usb3_phy failureRuchika Kharwar2013-07-151-1/+1
* 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-05-311-1/+0Star
* | 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-171-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