aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/ep0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-30Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman1-4/+4
2014-11-10usb: dwc3: ep0: fix for dead codeFelipe Balbi1-4/+4
2014-11-05usb: dwc3: ep0: remove unnecessary break after returnJingoo Han1-2/+0
2014-11-03usb: dwc3: ep0: trace ep0 TRBs tooFelipe Balbi1-0/+6
2014-11-03usb: dwc3: trace: remove unnecessary newline characterFelipe Balbi1-9/+9
2014-10-23usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSizeFelipe Balbi1-6/+13
2014-10-20usb: dwc3: ep0: return early on NULL requestsFelipe Balbi1-3/+6
2014-10-20usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi1-2/+2
2014-10-20usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi1-1/+15
2014-09-05usb: dwc3: add tracepoints to aid debuggingFelipe Balbi1-28/+36
2014-09-05usb: dwc3: move all string helper functions to debug.hFelipe Balbi1-0/+1