summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz2017-04-111-0/+1
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-92/+171
|\
| * usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-261-2/+2
| * usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit2017-01-261-0/+7
| * usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2017-01-241-1/+2
| * usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-241-0/+60
| * usb: dwc2: Force port resume on switching to device modeChen Yu2017-01-241-0/+7
| * usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz2017-01-241-0/+9
| * usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-57/+56
| * usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-241-3/+0
| * usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-241-2/+2
| * usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-241-1/+1
| * usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-18/+17
OpenPOWER on IntegriCloud