summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman2024-04-011-9/+40
|\
| * usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan2024-03-261-1/+1
| * usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan2024-03-261-2/+10
| * usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2024-03-261-4/+13
| * usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2024-03-261-2/+16
* | usb: dwc2: Add hibernation updates for ULPI PHYMinas Harutyunyan2024-03-261-0/+10
|/
* usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai2023-10-021-1/+1
* usb: dwc2: Remove redundant license textChristophe JAILLET2022-09-221-30/+0
* usb: dwc2: drop unexpected word "the" in the commentsJiang Jian2022-06-241-1/+1
* usb: dwc2: host: add TPL supportAmelie Delaunay2022-06-221-0/+3
* usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin2022-06-101-1/+1
* usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen2022-01-061-3/+4
* usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier2021-10-251-8/+4
* usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang2021-09-141-0/+4
* usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski2021-07-211-2/+4
* 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