summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan2021-04-221-0/+10
* usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan2021-04-221-0/+10
* usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan2021-04-221-0/+14
* usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan2021-04-221-6/+7
* usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan2021-04-221-4/+14
* usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan2021-04-221-1/+9
* usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan2021-04-221-6/+11
* usb: dwc2: Add clock gating exiting flow by system resumeArtur Petrosyan2021-04-131-0/+22
* usb: dwc2: Add clock gating entering flow by system suspendArtur Petrosyan2021-04-131-0/+9
* usb: dwc2: Allow exit clock gating in urb enqueueArtur Petrosyan2021-04-131-0/+8
* usb: dwc2: Update exit clock gating when port is resumedArtur Petrosyan2021-04-131-25/+4
* usb: dwc2: Update enter clock gating when port is suspendedArtur Petrosyan2021-04-131-15/+4
* usb: dwc2: Add exit clock gating when port reset is assertedArtur Petrosyan2021-04-131-0/+4
* usb: dwc2: Add host clock gating support functionsArtur Petrosyan2021-04-131-0/+86
* usb: dwc2: Fix partial power down exiting by system resumeArtur Petrosyan2021-04-091-44/+46
* usb: dwc2: Update partial power down entering by system suspendArtur Petrosyan2021-04-091-35/+18
* usb: dwc2: Allow exit partial power down in urb enqueueArtur Petrosyan2021-04-091-0/+7
* usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change().Artur Petrosyan2021-04-091-0/+9
* usb: dwc2: Add exit partial power down when port reset is assertedArtur Petrosyan2021-04-091-0/+9
* usb: dwc2: Add exit partial power down when port is resumedArtur Petrosyan2021-04-091-22/+39
* usb: dwc2: Add enter partial power down when port is suspendedArtur Petrosyan2021-04-091-17/+31
* usb: dwc2: Update port suspend/resume function definitions.Artur Petrosyan2021-04-091-6/+19
* usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan2021-04-091-1/+1
* usb: dwc2: Add host partial power down functionsArtur Petrosyan2021-04-091-0/+160
* usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan2021-03-261-1/+2
* usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan2021-03-261-1/+1
* usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck2021-01-261-7/+8
* 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