aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAge
* usb: dwc3: core: use pm_runtime_put_sync() on removeFelipe Balbi2013-10-11
* usb: dwc3: Remove additional delay of 100ms when resumingVivek Gautam2013-10-01
* usb: dwc3: Remove duplicate inclusion of otg.hSachin Kamat2013-08-27
* usb: dwc3: core: cope with NULL pdataFelipe Balbi2013-08-14
* usb: dwc3: use dev_get_platdata()Felipe Balbi2013-07-31
* usb: dwc3: core: modify IO memory resource after deferred probe completesIvan T. Ivanov2013-07-29
* usb: dwc3: core: introduce and use macros for Event Size registerFelipe Balbi2013-07-29
* usb: dwc3: core: switch over to devm_ioremap_resource()Felipe Balbi2013-07-29
* usb: dwc3: adapt to use dr_mode device tree helperRuchika Kharwar2013-07-29
* usb: dwc3: core: switch to snps,dwc3Felipe Balbi2013-07-29
* usb: dwc3: make maximum-speed a per-instance attributeFelipe Balbi2013-07-29
* usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;Felipe Balbi2013-07-29
* usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-29
* usb: dwc3: fix the error returned with usb3_phy failureRuchika Kharwar2013-07-15
* usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-02
* usb: dwc3: fix PHY error handlingFelipe Balbi2013-03-18
* usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2013-03-18
* usb: dwc3: calculate the number of endpointsFelipe Balbi2013-03-18
* usb: dwc3: set 'mode' based on selected Kconfig choicesVivek Gautam2013-03-18
* usb: dwc3: core: avoid checkpatch.pl warningFelipe Balbi2013-03-18
* usb: dwc3: core: add power management supportFelipe Balbi2013-03-18
* usb: dwc3: core: explicitly setup and cleanup event buffersFelipe Balbi2013-03-18
* usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi2013-03-04
* Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-25
|\
| * usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I2013-01-25
* | usb: dwc3: core: stray statements are removedKishon Vijay Abraham I2013-01-25
* | usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I2013-01-25
|/
* usb: remove use of __devexitBill Pemberton2012-11-21
* usb: remove use of __devinitBill Pemberton2012-11-21
* usb: remove use of __devexit_pBill Pemberton2012-11-21
* usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I2012-11-16
* Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-11-11
|\
| * usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi2012-11-08
| * usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior2012-10-31
| * usb: dwc3: core: move event buffer allocation out of dwc3_core_init()Felipe Balbi2012-10-15
| * usb: dwc3: core: switch event buffer allocation to devm_kzalloc()Felipe Balbi2012-10-15
* | usb: dwc3: shutdown usb_phy when removing the deviceVivek Gautam2012-10-15
|/
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-16
|\
| * usb: dwc3: core: fix incorrect usage of resource pointerKishon Vijay Abraham I2012-09-06
* | Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-11
|\ \
| * | usb: dwc3: core: memory ordering fix in closeOliver Neukum2012-08-31
| * | usb: dwc3: core: use devm_iremap_nocache() versionFelipe Balbi2012-08-10
| |/
* / usb: dwc3: add basic PHY supportFelipe Balbi2012-09-10
|/
* USB: DWC3: Issue device soft reset before core soft resetPratyush Anand2012-06-22
* USB: DWC3: Put 100 ms delay for phy to be stablePratyush Anand2012-06-22
* usb: dwc3: core: make sure evt->lpos is correctly initializedPaul Zimmerman2012-06-03
* Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-07
|\
| * usb: dwc3: core: split host address spaceIdo Shayevitz2012-04-24
* | usb: dwc3: Free event buffers arrayAnton Tikhomirov2012-04-10
|/
* usb: dwc3: core: Convert to module_platform_driverTobias Klauser2012-03-02