aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/ep0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King1-3/+0
2018-05-21usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi1-1/+0
2018-05-21usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi1-1/+1
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi1-3/+2
2018-03-19usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt1-1/+1
2018-02-12usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen1-1/+6
2017-12-11usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi1-5/+1
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: dwc3: ep0: Clean up unused variablesChristos Gkekas1-20/+0
2017-09-18usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi1-0/+7
2017-06-13usb: dwc3: ep0: make sure wValue is 0 on GetStatus()Felipe Balbi1-0/+6
2017-06-02usb: dwc3: update documentationFelipe Balbi1-1/+1
2017-04-11usb: dwc3: simplify ZLP handlingFelipe Balbi1-20/+29
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi1-47/+18
2017-04-11usb: dwc3: ep0: pass dep as argument to internal functionsFelipe Balbi1-26/+26
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi1-5/+6
2017-01-24usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseBaolin Wang1-0/+14
2017-01-02usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi1-13/+15
2017-01-02usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi1-10/+16
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann1-4/+4
2016-11-18usb: dwc3: ep0: avoid empty-body warningArnd Bergmann1-6/+7
2016-11-08usb: dwc3: trace: purge dwc3_trace()Felipe Balbi1-36/+10
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang1-0/+2
2016-11-03usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()Felipe Balbi1-93/+164
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteFelipe Balbi1-4/+0
2016-10-31usb: dwc3: debug: move dwc3_ep0_state_string() to debug.hFelipe Balbi1-16/+0
2016-10-31usb: dwc3: gadget: remove redundant trace printsFelipe Balbi1-16/+1
2016-06-20usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi1-2/+2
2016-06-20usb: dwc3: ep0: Use the correct type for SET_SEL dataJohn Youn1-2/+2
2016-06-20usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_depJohn Youn1-1/+1
2016-06-20usb: dwc3: trace: fully decode IRQ eventsFelipe Balbi1-5/+2
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi1-3/+1
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi1-3/+2
2016-04-28usb: dwc3: ep0: sanity check test mode selectorFei Yang1-2/+12
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi1-3/+3
2016-04-14usb: dwc3: better name for our request management listsFelipe Balbi1-7/+7
2016-04-14usb: dwc3: drop FIFO resizing logicFelipe Balbi1-9/+0
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn1-3/+6
2016-02-17usb: dwc3: Fix assignment of EP transfer resourcesJohn Youn1-5/+0
2015-12-15usb: dwc3: ep0: fix setup_packet_pending initializationFelipe Balbi1-3/+5
2015-12-15usb: dwc3: ep0: purge dev_dbg() callsFelipe Balbi1-2/+2
2015-07-30usb: dwc3: ep0: handle non maxpacket aligned transfers > 512Kishon Vijay Abraham I1-14/+28
2015-07-30usb: dwc3: ep0: Add chained TRB supportKishon Vijay Abraham I1-3/+13
2015-07-30usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameterKishon Vijay Abraham I1-7/+8
2015-07-30usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512Kishon Vijay Abraham I1-8/+17
2015-07-30usb: dwc3: ep0: use _roundup_ to calculate the transfer sizeKishon Vijay Abraham I1-3/+1
2015-07-30usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytesKishon Vijay Abraham I1-2/+10
2015-07-22usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn1-0/+4
2015-01-29usb: dwc3: gadget: use common is_selfpoweredPeter Chen1-1/+1