aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang1-0/+6
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY)Bruno Herrera1-1/+14
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz1-0/+1
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-92/+171
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-2/+2
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit1-0/+7
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan1-1/+2
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu1-0/+60
2017-01-24usb: dwc2: Force port resume on switching to device modeChen Yu1-0/+7
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz1-0/+9
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-57/+56
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn1-3/+0
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn1-2/+2
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn1-1/+1
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-18/+17
2017-01-24usb: dwc2: host: use true/false for booleanNicholas Mc Guire1-6/+6
2017-01-24usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire1-6/+6
2017-01-16usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire1-2/+2
2017-01-12usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz1-0/+3
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan1-29/+29
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan1-3/+5
2016-11-18usb: dwc2: Update DMA descriptor structureVahram Aharonyan1-2/+2
2016-11-18usb: dwc2: Fix dead code in hcd.cVardan Mikayelyan1-5/+0
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn1-27/+27
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-95/+95
2016-11-18usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan1-0/+1
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-1/+1798
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-0/+64
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson1-3/+84
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson1-0/+29
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson1-1/+1
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson1-39/+32
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson1-3/+1
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+8
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson1-5/+6
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-87/+83
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson1-3/+3
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson1-0/+6
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson1-2/+38
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero1-1/+49
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-1/+3
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-0/+22
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson1-4/+5
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson1-1/+4
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab1-0/+3
2015-10-01usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero1-1/+1
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero1-5/+6