summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson2017-12-131-0/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: Improve gadget state disconnection handlingJohn Stultz2017-10-241-2/+5
* usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2017-10-191-0/+5
* usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang2017-08-151-0/+6
* usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera2017-04-111-1/+14
* usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz2017-04-111-0/+1
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-92/+171
|\
| * usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-261-2/+2
| * usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit2017-01-261-0/+7
| * usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2017-01-241-1/+2
| * usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-241-0/+60
| * usb: dwc2: Force port resume on switching to device modeChen Yu2017-01-241-0/+7
| * usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz2017-01-241-0/+9
| * usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-57/+56Star
| * usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-241-3/+0Star
| * usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-241-2/+2
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-241-1/+1
| * usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-18/+17Star
| * usb: dwc2: host: use true/false for booleanNicholas Mc Guire2017-01-241-6/+6
| * usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire2017-01-241-6/+6
* | usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire2017-01-161-2/+2
* | usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz2017-01-121-0/+3
|/
* usb: dwc2: Move functions from header to sourceRazmik Karapetyan2016-11-181-29/+29
* usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan2016-11-181-3/+5
* usb: dwc2: Update DMA descriptor structureVahram Aharonyan2016-11-181-2/+2
* usb: dwc2: Fix dead code in hcd.cVardan Mikayelyan2016-11-181-5/+0Star
* usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn2016-11-181-27/+27
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-95/+95
* usb: dwc2: Remove unnecessary kfreeJohn Youn2016-11-181-1/+0Star
* usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-091-1/+1
* usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2016-04-281-0/+1
* usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-041-1/+1798
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-041-0/+64
* usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-041-3/+84
* usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2016-03-041-0/+29
* usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson2016-03-041-1/+1
* usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson2016-03-041-39/+32Star
* usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson2016-03-041-3/+1Star
* usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson2016-03-041-0/+8
* usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-041-5/+6
* usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson2016-03-041-0/+10
* usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson2016-03-041-87/+83Star
* usb: dwc2: Avoid double-reset at boot timeDouglas Anderson2015-12-221-3/+3
* usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson2015-12-151-0/+6
* usb: dwc2: host: Fix missing device insertionsDouglas Anderson2015-12-151-2/+38
* usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero2015-12-151-1/+49
* usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero2015-12-151-1/+3
* usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab2015-12-151-0/+22