aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)Author
2016-06-29USB: dwc2-usb: add USB_GADGET dependencyArnd Bergmann
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan
2016-06-21usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected field namesVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan
2016-06-21usb: dwc2: Add missing register field definitionsVardan Mikayelyan
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann
2016-05-31usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan
2016-05-31usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan
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