aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
AgeCommit message (Expand)Author
2024-04-13usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan
2024-04-13usb: dwc2: host: Fix hibernation flowMinas Harutyunyan
2024-04-13usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan
2023-11-20usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai
2022-06-22usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang
2021-05-14usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan
2021-04-07usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan
2021-03-04usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig
2019-06-18Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson
2019-06-06usb: dwc2: Fix DMA cache alignment issuesMartin Schiller
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson
2019-05-03usb: dwc2: Fix channel disable flowMinas Harutyunyan
2019-05-03usb: dwc2: Move phy init into coreJules Maselbas
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson
2019-05-03usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONEDouglas Anderson
2019-02-19usb: dwc2: use struct_size() in kzalloc()Gustavo A. R. Silva
2018-10-02usb: dwc2: fix unbalanced use of external vbus-supplyFabrice Gasnier
2018-10-02usb: dwc2: fix call to vbus supply exit routine, call it unlockedFabrice Gasnier
2018-10-02usb: dwc2: fix a race with external vbus supplyFabrice Gasnier
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier
2018-10-02usb: dwc2: remove set but unused variableJosh Abraham
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan
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