summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy2016-04-041-5/+18
* usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn2016-03-041-2/+4
* usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä2016-03-041-0/+34
* usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-044-1801/+1806
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-044-183/+179
* usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla2016-03-041-1/+1
* usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson2016-03-041-6/+42
* usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-044-171/+1250
* usb: dwc2: host: Properly set even/odd frameDouglas Anderson2016-03-042-3/+100
* usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2016-03-042-0/+33
* usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson2016-03-042-89/+272
* usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson2016-03-043-6/+11
* usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson2016-03-041-45/+67
* usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson2016-03-041-289/+289
* usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson2016-03-044-82/+92
* usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson2016-03-041-39/+32
* usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson2016-03-041-0/+10
* usb: dwc2: host: Properly set the HFIRDouglas Anderson2016-03-041-2/+2
* usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson2016-03-041-3/+1
* usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson2016-03-042-56/+187
* usb: dwc2: host: Add scheduler tracingDouglas Anderson2016-03-044-2/+53
* usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson2016-03-045-0/+31
* usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-044-11/+14
* usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson2016-03-042-0/+20
* usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson2016-03-041-1/+1
* usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson2016-03-045-186/+87
* usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson2016-03-041-1/+1
* Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman2016-03-013-12/+25
|\
| * usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven2016-02-171-0/+1
| * usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2016-02-172-1/+9
| * usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan2016-02-171-11/+10
| * usb: dwc2: Add extra delay when forcing dr_modeJohn Youn2016-02-171-0/+6
* | usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven2016-02-201-0/+1
* | usb: add HAS_IOMEM dependency to USB_DWC2Vegard Nossum2016-02-141-0/+1
|/
* usb: dwc2: Fix probe problem on bcm2835John Youn2016-02-031-6/+0
* Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-032-9/+7
* usb: dwc2: add shutdown callback to platform variantHeiko Stübner2015-12-221-8/+27
* usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut2015-12-221-1/+1
* usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn2015-12-221-2/+0
* usb: dwc2: Remove redundant reset in probeJohn Youn2015-12-221-1/+1
* usb: dwc2: Reduce delay when forcing mode in resetJohn Youn2015-12-221-1/+1
* usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn2015-12-221-49/+1
* usb: dwc2: gadget: Use hw params from coreJohn Youn2015-12-221-25/+16
* usb: dwc2: Improve handling of host and device hwparamsJohn Youn2015-12-222-21/+70
* usb: dwc2: Add functions to set and clear force modeJohn Youn2015-12-222-24/+127
* usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2015-12-222-7/+11
* usb: dwc2: Move mode querying functions into core.hJohn Youn2015-12-222-12/+12
* usb: dwc2: Fix dr_mode validationJohn Youn2015-12-221-13/+69
* usb: dwc2: Add functions to check the HW OTG configJohn Youn2015-12-222-0/+50
* usb: dwc2: Add dwc2_core_reset()John Youn2015-12-222-2/+21
OpenPOWER on IntegriCloud