summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)Author
2018-07-17usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä
2018-07-17usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu
2018-06-19usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-21usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan
2018-03-14usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King
2018-03-13usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan
2018-03-13usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan
2018-03-13usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan
2018-03-13usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan
2018-03-13usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan
2018-03-13usb: dwc2: hcd: Fix host channel halt flowMinas Harutyunyan
2018-03-13usb: dwc2: Remove unnecessary debug printsRazmik Karapetyan
2018-03-13usb: dwc2: Delete unused functionalityGrigor Tovmasyan
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-24usb: dwc2: Improve gadget state disconnection handlingJohn Stultz
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang
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