summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-021-1/+1
* usb: dwc3: fix PHY error handlingFelipe Balbi2013-03-181-2/+22
* usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2013-03-181-0/+4
* usb: dwc3: calculate the number of endpointsFelipe Balbi2013-03-181-0/+13
* usb: dwc3: set 'mode' based on selected Kconfig choicesVivek Gautam2013-03-181-1/+6
* usb: dwc3: core: avoid checkpatch.pl warningFelipe Balbi2013-03-181-1/+2
* usb: dwc3: core: add power management supportFelipe Balbi2013-03-181-0/+118
* usb: dwc3: core: explicitly setup and cleanup event buffersFelipe Balbi2013-03-181-15/+17
* usb: dwc3: core: don't forget to free coherent memoryFelipe Balbi2013-03-041-0/+1
* Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-251-4/+20
|\
| * usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I2013-01-251-4/+20
* | usb: dwc3: core: stray statements are removedKishon Vijay Abraham I2013-01-251-3/+0
* | usb: dwc3: core: enable the USB2 and USB3 phy in probeKishon Vijay Abraham I2013-01-251-0/+6
|/
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-6/+5
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I2012-11-161-2/+2
* Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-11-111-61/+16
|\
| * usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi2012-11-081-3/+1
| * usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior2012-10-311-39/+0
| * usb: dwc3: core: move event buffer allocation out of dwc3_core_init()Felipe Balbi2012-10-151-13/+12
| * usb: dwc3: core: switch event buffer allocation to devm_kzalloc()Felipe Balbi2012-10-151-5/+3
* | usb: dwc3: shutdown usb_phy when removing the deviceVivek Gautam2012-10-151-0/+4
|/
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-161-2/+7
|\
| * usb: dwc3: core: fix incorrect usage of resource pointerKishon Vijay Abraham I2012-09-061-2/+7
* | Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-09-111-1/+2
|\ \
| * | usb: dwc3: core: memory ordering fix in closeOliver Neukum2012-08-311-0/+1
| * | usb: dwc3: core: use devm_iremap_nocache() versionFelipe Balbi2012-08-101-1/+1
| |/
* | usb: dwc3: add basic PHY supportFelipe Balbi2012-09-101-0/+15
|/
* USB: DWC3: Issue device soft reset before core soft resetPratyush Anand2012-06-221-2/+2
* USB: DWC3: Put 100 ms delay for phy to be stablePratyush Anand2012-06-221-0/+2
* usb: dwc3: core: make sure evt->lpos is correctly initializedPaul Zimmerman2012-06-031-1/+6
* Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-071-13/+18
|\
| * usb: dwc3: core: split host address spaceIdo Shayevitz2012-04-241-13/+18
* | usb: dwc3: Free event buffers arrayAnton Tikhomirov2012-04-101-3/+3
|/
* usb: dwc3: core: Convert to module_platform_driverTobias Klauser2012-03-021-12/+2
* usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman2012-03-021-1/+1
* usb: dwc3: make dwc3_get_device_id() return the idDan Carpenter2012-03-021-1/+1
* usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman2012-03-021-7/+7
* usb: dwc3: linux/module.h included twiceDanny Kukawka2012-03-021-1/+0
* usb: dwc3: use devm_xxx functionsChanho Park2012-03-021-48/+36
* usb: dwc3: gadget: dynamically re-size TxFifosFelipe Balbi2012-02-061-0/+5
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-35/+174
|\
| * usb: dwc3: use correct hwparam register for power mgm checkSebastian Andrzej Siewior2011-12-121-1/+1
| * usb: dwc3: move generic dwc3 code from gadget into coreSebastian Andrzej Siewior2011-12-121-0/+23
| * usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior2011-12-121-1/+12
| * usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAXFelipe Balbi2011-12-121-0/+6
| * usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi2011-12-121-0/+42
| * usb: dwc3: add a platform device aliasSebastian Andrzej Siewior2011-12-121-0/+1
| * usb: dwc3: add xHCI Host supportFelipe Balbi2011-12-121-3/+36
OpenPOWER on IntegriCloud