summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)Author
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu
2017-01-24usb: dwc2: Force port resume on switching to device modeChen Yu
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2017-01-24usb: dwc2: host: use true/false for booleanNicholas Mc Guire
2017-01-24usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire
2017-01-16usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire
2017-01-12usb: dwc2: Avoid suspending if we're in gadget modeJohn Stultz
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan
2016-11-18usb: dwc2: Update DMA descriptor structureVahram Aharonyan
2016-11-18usb: dwc2: Fix dead code in hcd.cVardan Mikayelyan
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn
2016-11-18usb: dwc2: Remove unnecessary kfreeJohn Youn
2016-08-09usb: dwc2: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson
2015-12-15usb: dwc2: host: Add missing spinlock in dwc2_hcd_reset_func()Douglas Anderson
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab
2015-11-17usb: dwc2: host: Fix remote wakeup when not in DWC2_L2Douglas Anderson
2015-10-16usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson
2015-10-01usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab
2015-10-01usb: dwc2: host: kill remaining urbs using -ECONNRESET statusGregory Herrero
2015-10-01usb: dwc2: host: correctly dump urb isochronous descriptorsGregory Herrero
2015-10-01usb: dwc2: host: wait 3ms for controller stabilizationGregory Herrero