summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20usb: dwc3: gadget: single return point on generic commandsFelipe Balbi1-13/+12
2016-06-20usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi1-3/+5
2016-06-20usb: dwc3: gadget: loop while (timeout)Felipe Balbi1-12/+6
2016-06-20usb: dwc3: gadget: fix trace output when command failsFelipe Balbi1-2/+2
2016-06-20usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi1-23/+1
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi1-0/+1
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi1-1/+31
2016-06-20usb: dwc3: gadget: fix for possible endpoint disable raceFelipe Balbi1-1/+17
2016-06-20usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski1-0/+4
2016-06-20usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi1-5/+7
2016-06-20usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi1-3/+2
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi1-9/+7
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi1-13/+15
2016-06-20usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi1-11/+43
2016-06-20usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()Felipe Balbi1-57/+65
2016-06-20usb: dwc3: gadget: return 0 if we try to Wakeup in superspeedFelipe Balbi1-1/+1
2016-06-20usb: dwc3: gadget: remove udelay(1) when sending ep cmdsFelipe Balbi1-2/+0
2016-06-20usb: dwc3: gadget: rely on sg_is_last() and list_is_last()Felipe Balbi1-5/+5
2016-06-20usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer()Felipe Balbi1-34/+14
2016-06-20usb: dwc3: gadget: prepare TRBs on update transfers tooFelipe Balbi1-21/+29
2016-06-20usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi1-32/+12
2016-06-20usb: dwc3: gadget: re-factor ->udc_start and ->udc_stopFelipe Balbi1-41/+49
2016-06-01usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn1-6/+24
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-223/+204
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi1-0/+11
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi1-2/+12
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski1-3/+30
2016-04-19usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi1-1/+1
2016-04-19usb: dwc3: gadget: remove newline from traceFelipe Balbi1-1/+1
2016-04-19usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi1-39/+10
2016-04-19usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi1-5/+7
2016-04-19usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi1-7/+21
2016-04-19usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi1-7/+7
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi1-15/+15
2016-04-18usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi1-0/+16
2016-04-18usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi1-15/+17
2016-04-18usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi1-0/+23
2016-04-18usb: dwc3: gadget: combine return points into a single oneFelipe Balbi1-3/+8
2016-04-18usb: dwc3: gadget: pass ev_buff as cookie to irq handlerFelipe Balbi1-16/+14
2016-04-18usb: dwc3: gadget: Fix suspend/resume during device modeRoger Quadros1-0/+6
2016-04-14usb: dwc3: drop ev_buffs arrayFelipe Balbi1-2/+2
2016-04-14usb: dwc3: remove num_event_buffersFelipe Balbi1-26/+12
2016-04-14usb: dwc3: better name for our request management listsFelipe Balbi1-29/+29
2016-04-14usb: dwc3: gadget: always enable CSPFelipe Balbi1-7/+9
2016-04-14usb: dwc3: drop FIFO resizing logicFelipe Balbi1-86/+0
2016-03-29usb: dwc3: gadget: fix endpoint renamingFelipe Balbi1-2/+3
2016-03-29usb: dwc3: gadget: release spin lock during gadget resumeJiebing Li1-1/+5
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn1-3/+6
2016-03-04usb: dwc3: Enable SuperSpeedPlusJohn Youn1-0/+8
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn1-5/+8