aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/ep0.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-18usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Gravatar Felipe Balbi 1-0/+7
2017-06-13usb: dwc3: ep0: make sure wValue is 0 on GetStatus()Gravatar Felipe Balbi 1-0/+6
2017-06-02usb: dwc3: update documentationGravatar Felipe Balbi 1-1/+1
2017-04-11usb: dwc3: simplify ZLP handlingGravatar Felipe Balbi 1-20/+29
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsGravatar Felipe Balbi 1-47/+18
2017-04-11usb: dwc3: ep0: pass dep as argument to internal functionsGravatar Felipe Balbi 1-26/+26
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBGravatar Felipe Balbi 1-5/+6
2017-01-24usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseGravatar Baolin Wang 1-0/+14
2017-01-02usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Gravatar Felipe Balbi 1-13/+15
2017-01-02usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Gravatar Felipe Balbi 1-10/+16
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationGravatar Arnd Bergmann 1-4/+4
2016-11-18usb: dwc3: ep0: avoid empty-body warningGravatar Arnd Bergmann 1-6/+7
2016-11-08usb: dwc3: trace: purge dwc3_trace()Gravatar Felipe Balbi 1-36/+10
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soGravatar Baolin Wang 1-0/+2
2016-11-03usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()Gravatar Felipe Balbi 1-93/+164
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteGravatar Felipe Balbi 1-4/+0
2016-10-31usb: dwc3: debug: move dwc3_ep0_state_string() to debug.hGravatar Felipe Balbi 1-16/+0
2016-10-31usb: dwc3: gadget: remove redundant trace printsGravatar Felipe Balbi 1-16/+1
2016-06-20usb: dwc3: remove trailing newline from dwc3_traceGravatar Felipe Balbi 1-2/+2
2016-06-20usb: dwc3: ep0: Use the correct type for SET_SEL dataGravatar John Youn 1-2/+2
2016-06-20usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_depGravatar John Youn 1-1/+1
2016-06-20usb: dwc3: trace: fully decode IRQ eventsGravatar Felipe Balbi 1-5/+2
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersGravatar Felipe Balbi 1-3/+1
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandGravatar Felipe Balbi 1-3/+2
2016-04-28usb: dwc3: ep0: sanity check test mode selectorGravatar Fei Yang 1-2/+12
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueGravatar Felipe Balbi 1-3/+3
2016-04-14usb: dwc3: better name for our request management listsGravatar Felipe Balbi 1-7/+7
2016-04-14usb: dwc3: drop FIFO resizing logicGravatar Felipe Balbi 1-9/+0
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusGravatar John Youn 1-3/+6
2016-02-17usb: dwc3: Fix assignment of EP transfer resourcesGravatar John Youn 1-5/+0
2015-12-15usb: dwc3: ep0: fix setup_packet_pending initializationGravatar Felipe Balbi 1-3/+5
2015-12-15usb: dwc3: ep0: purge dev_dbg() callsGravatar Felipe Balbi 1-2/+2
2015-07-30usb: dwc3: ep0: handle non maxpacket aligned transfers > 512Gravatar Kishon Vijay Abraham I 1-14/+28
2015-07-30usb: dwc3: ep0: Add chained TRB supportGravatar Kishon Vijay Abraham I 1-3/+13
2015-07-30usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameterGravatar Kishon Vijay Abraham I 1-7/+8
2015-07-30usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512Gravatar Kishon Vijay Abraham I 1-8/+17
2015-07-30usb: dwc3: ep0: use _roundup_ to calculate the transfer sizeGravatar Kishon Vijay Abraham I 1-3/+1
2015-07-30usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesGravatar Kishon Vijay Abraham I 1-2/+10
2015-07-22usb: dwc3: Reset the transfer resource index on SET_INTERFACEGravatar John Youn 1-0/+4
2015-01-29usb: dwc3: gadget: use common is_selfpoweredGravatar Peter Chen 1-1/+1
2014-11-30Merge 3.18-rc7 into usb-nextGravatar Greg Kroah-Hartman 1-4/+4
2014-11-10usb: dwc3: ep0: fix for dead codeGravatar Felipe Balbi 1-4/+4
2014-11-05usb: dwc3: ep0: remove unnecessary break after returnGravatar Jingoo Han 1-2/+0
2014-11-03usb: dwc3: ep0: trace ep0 TRBs tooGravatar Felipe Balbi 1-0/+6
2014-11-03usb: dwc3: trace: remove unnecessary newline characterGravatar Felipe Balbi 1-9/+9
2014-10-23usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSizeGravatar Felipe Balbi 1-6/+13
2014-10-20usb: dwc3: ep0: return early on NULL requestsGravatar Felipe Balbi 1-3/+6
2014-10-20usb: dwc3: gadget: fix set_halt() bug with pending transfersGravatar Felipe Balbi 1-2/+2
2014-10-20usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltGravatar Felipe Balbi 1-1/+15
2014-09-05usb: dwc3: add tracepoints to aid debuggingGravatar Felipe Balbi 1-28/+36