aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann1-0/+27
2016-05-31usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan1-0/+5
2016-05-31usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan1-4/+15
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2-0/+2
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan1-0/+3
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan1-1/+4
2016-04-04usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy1-5/+18
2016-03-04usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn1-2/+4
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä1-0/+34
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn4-1801/+1806
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn4-183/+179
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla1-1/+1
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson1-6/+42
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson4-171/+1250
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson2-3/+100
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2-0/+33
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson2-89/+272
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson3-6/+11
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson1-45/+67
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson1-289/+289
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson4-82/+92
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson1-39/+32
2016-03-04usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson1-2/+2
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson1-3/+1
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson2-56/+187
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson4-2/+53
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson5-0/+31
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson4-11/+14
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson2-0/+20
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson1-1/+1
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson5-186/+87
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson1-1/+1
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman3-12/+25
2016-02-20usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-02-17usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-02-17usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2-1/+9
2016-02-17usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan1-11/+10
2016-02-17usb: dwc2: Add extra delay when forcing dr_modeJohn Youn1-0/+6
2016-02-14usb: add HAS_IOMEM dependency to USB_DWC2Vegard Nossum1-0/+1
2016-02-03usb: dwc2: Fix probe problem on bcm2835John Youn1-6/+0
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2-9/+7
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner1-8/+27
2015-12-22usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut1-1/+1
2015-12-22usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn1-2/+0
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn1-1/+1
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn1-1/+1
2015-12-22usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn1-49/+1