summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Move dwc2_readl/writel functions after hsotg structureGevorg Sahakyan2018-07-261-54/+54
* dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan2018-06-191-1/+6
* usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan2018-06-191-2/+5
* usb: dwc2: fix isoc split in transfer with no dataWilliam Wu2018-06-191-2/+1Star
* usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-195-5/+106
* usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu2018-06-191-1/+1
* usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan2018-06-191-1/+3
* usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan2018-06-181-2/+0Star
* usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0Star
* usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-5/+6
* USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-62/+16Star
* usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan2018-05-211-1/+1
* usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun2018-05-211-1/+3
* usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-05-212-0/+23
* usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso2018-05-211-5/+8
* usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz2018-05-211-0/+1
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-2112-61/+215
* usb: dwc2: Change reading of current frame number flow.Artur Petrosyan2018-05-153-5/+23
* usb: dwc2: debugfs: Don't touch RX FIFO during register dumpStefan Wahren2018-05-151-1/+1
* usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan2018-05-151-3/+3
* usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan2018-05-155-0/+20
* usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan2018-05-151-1/+3
* usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan2018-05-152-144/+139Star
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-2311-481/+1443
|\
| * usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King2018-03-141-1/+1
| * usb: dwc2: Make dwc2_force_mode() staticGrigor Tovmasyan2018-03-131-1/+1
| * usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay2018-03-132-0/+28
| * usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-135-65/+29Star
| * usb: dwc2: Enable power downJohn Youn2018-03-131-1/+15
| * usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan2018-03-131-3/+13
| * usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan2018-03-133-1/+121
| * usb: dwc2: Allow entering hibernation from USB_SUSPEND interruptVardan Mikayelyan2018-03-131-20/+32
| * usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan2018-03-132-0/+41
| * usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-134-2/+419
| * usb: dwc2: Add helper functions for restore routineVardan Mikayelyan2018-03-132-0/+139
| * usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan2018-03-133-4/+12
| * usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan2018-03-132-0/+8
| * usb: dwc2: core: Add hibernated flagVardan Mikayelyan2018-03-132-0/+3
| * usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan2018-03-133-15/+30
| * usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan2018-03-133-8/+6Star
| * usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan2018-03-134-5/+47
| * usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan2018-03-137-38/+38
| * usb: dwc2: Enable LPMJohn Youn2018-03-131-0/+4
| * usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva2018-03-131-2/+2
| * usb: dwc2: Add core state checkingGrigor Tovmasyan2018-03-131-2/+2
| * usb: dwc2: Add call_gadget() function callGrigor Tovmasyan2018-03-131-0/+6
| * usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan2018-03-133-0/+29
| * usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan2018-03-133-3/+8
| * usb: dwc2: gadget: LPM interrupt handlerSevak Arakelyan2018-03-131-0/+63