summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: use well defined macros for power_downJisheng Zhang2020-06-181-2/+2
* usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan2020-01-151-1/+1
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-3/+3
* usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-1/+1
* Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck2019-06-181-1/+0
* USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson2019-06-181-0/+19
* usb: dwc2: Fix DMA cache alignment issuesMartin Schiller2019-06-061-3/+7
* usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson2019-06-061-12/+17
* usb: dwc2: Fix channel disable flowMinas Harutyunyan2019-05-031-14/+20
* usb: dwc2: Move phy init into coreJules Maselbas2019-05-031-190/+0
* usb: dwc2: optionally assert phy reset when waking upDouglas Anderson2019-05-031-3/+15
* usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONEDouglas Anderson2019-05-031-31/+53
* usb: dwc2: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-191-3/+1
* usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier2018-10-021-7/+26
* usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier2018-10-021-0/+2
* usb: dwc2: fix a race with external vbus supplyFabrice Gasnier2018-10-021-1/+9
* usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier2018-10-021-9/+3
* usb: dwc2: remove set but unused variableJosh Abraham2018-10-021-3/+0
* Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-301-230/+229
|\
| * usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-301-230/+229
* | usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä2018-07-171-3/+9
* | usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä2018-07-171-21/+23
|/
* usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-191-5/+84
* usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan2018-06-191-1/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-5/+6
* usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso2018-05-211-5/+8
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-2/+1
* usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King2018-03-141-1/+1
* usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay2018-03-131-0/+26
* usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-131-3/+3
* usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan2018-03-131-3/+13
* usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan2018-03-131-1/+1
* usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-131-0/+223
* usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan2018-03-131-0/+2
* usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan2018-03-131-2/+2
* usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan2018-03-131-13/+13
* usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan2018-03-131-0/+3
* usb: dwc2: Add ACG support to the driverRazmik Karapetyan2018-03-131-0/+5
* usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan2018-03-131-1/+13
* usb: dwc2: hcd: Fix host channel halt flowMinas Harutyunyan2018-03-131-0/+18
* usb: dwc2: Remove unnecessary debug printsRazmik Karapetyan2018-03-131-14/+2
* usb: dwc2: Delete unused functionalityGrigor Tovmasyan2018-03-131-70/+0
* usb: dwc2: Update bit polling functionalitySevak Arakelyan2018-03-131-12/+6
* usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson2017-12-131-0/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* 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