aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan1-1/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-3/+3
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-06-18Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck1-1/+0
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson1-0/+19
2019-06-06usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson1-12/+17
2019-05-03usb: dwc2: Fix channel disable flowMinas Harutyunyan1-14/+20
2019-05-03usb: dwc2: Move phy init into coreJules Maselbas1-190/+0
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson1-3/+15
2019-05-03usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONEDouglas Anderson1-31/+53
2019-02-19usb: dwc2: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2018-10-02usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier1-7/+26
2018-10-02usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier1-0/+2
2018-10-02usb: dwc2: fix a race with external vbus supplyFabrice Gasnier1-1/+9
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier1-9/+3
2018-10-02usb: dwc2: remove set but unused variableJosh Abraham1-3/+0
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-230/+229
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-230/+229
2018-07-17usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä1-3/+9
2018-07-17usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä1-21/+23
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu1-5/+84
2018-06-19usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-5/+6
2018-05-21usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso1-5/+8
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-2/+1
2018-03-14usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King1-1/+1
2018-03-13usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay1-0/+26
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-3/+3
2018-03-13usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan1-3/+13
2018-03-13usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan1-1/+1
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan1-0/+223
2018-03-13usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan1-0/+2
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan1-2/+2
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-13/+13
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan1-0/+3
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan1-0/+5
2018-03-13usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan1-1/+13
2018-03-13usb: dwc2: hcd: Fix host channel halt flowMinas Harutyunyan1-0/+18
2018-03-13usb: dwc2: Remove unnecessary debug printsRazmik Karapetyan1-14/+2
2018-03-13usb: dwc2: Delete unused functionalityGrigor Tovmasyan1-70/+0
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan1-12/+6
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson1-0/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-24usb: dwc2: Improve gadget state disconnection handlingJohn Stultz1-2/+5
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen1-0/+5
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