summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* USB: dwc2-usb: add USB_GADGET dependencyArnd Bergmann2016-06-291-0/+1
* usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss2016-06-291-1/+2
* usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan2016-06-213-28/+71
* usb: dwc2: gadget: Add EP disabled interrupt handlerVardan Mikayelyan2016-06-211-17/+70
* usb: dwc2: gadget: Add Incomplete ISO IN/OUT Interrupt handlersVardan Mikayelyan2016-06-211-49/+124
* usb: dwc2: gadget: Add OUTTKNEPDIS and NAKINTRPT handlersVardan Mikayelyan2016-06-211-0/+94
* usb: dwc2: gadget: Add dwc2_gadget_start_next_request functionVardan Mikayelyan2016-06-211-13/+38
* usb: dwc2: gadget: Add dwc2_gadget_read_ep_interrupts functionVardan Mikayelyan2016-06-211-1/+29
* usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan2016-06-212-5/+5
* usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan2016-06-212-0/+24
* usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan2016-06-211-4/+2Star
* usb: dwc2: gadget: Corrected field namesVardan Mikayelyan2016-06-211-3/+3
* usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan2016-06-211-8/+0Star
* usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan2016-06-211-1/+0Star
* usb: dwc2: Add missing register field definitionsVardan Mikayelyan2016-06-211-0/+13
* usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann2016-05-311-0/+27
* usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan2016-05-311-0/+5
* usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan2016-05-311-4/+15
* usb: dwc2: Proper cleanup on dr_mode failureJohn Youn2016-04-281-1/+1
* usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan2016-04-281-1/+2
* usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2016-04-282-0/+2
* usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan2016-04-281-0/+3
* usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan2016-04-281-1/+4
* 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/+179Star
* 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/+32Star
* 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/+1Star
* 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/+87Star
* usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson2016-03-041-1/+1