summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2016-04-04usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy
2016-03-04usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson
2016-03-04usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman
2016-02-20usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven
2016-02-17usb: dwc2: USB_DWC2 should depend on HAS_DMAGeert Uytterhoeven
2016-02-17usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang
2016-02-17usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan
2016-02-17usb: dwc2: Add extra delay when forcing dr_modeJohn Youn
2016-02-14usb: add HAS_IOMEM dependency to USB_DWC2Vegard Nossum
2016-02-03usb: dwc2: Fix probe problem on bcm2835John Youn
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn
2015-12-22usb: dwc2: add shutdown callback to platform variantHeiko Stübner
2015-12-22usb: dwc2: gadget: Repair DSTS register decodingMarek Vasut
2015-12-22usb: dwc2: gadget: Remove call to dwc2_hsotg_init()John Youn
2015-12-22usb: dwc2: Remove redundant reset in probeJohn Youn
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn
2015-12-22usb: dwc2: gadget: Replace dwc2_hsotg_corereset()John Youn
2015-12-22usb: dwc2: gadget: Use hw params from coreJohn Youn
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn
2015-12-22usb: dwc2: Move mode querying functions into core.hJohn Youn
2015-12-22usb: dwc2: Fix dr_mode validationJohn Youn
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn