summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2016-06-20usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn
2016-06-20usb: dwc3: gadget: improve gcmd traceFelipe Balbi
2016-06-20usb: dwc3: gadget: remove udelay() from generic cmdFelipe Balbi
2016-06-20usb: dwc3: gadget: single return point on generic commandsFelipe Balbi
2016-06-20usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi
2016-06-20usb: dwc3: gadget: loop while (timeout)Felipe Balbi
2016-06-20usb: dwc3: gadget: fix trace output when command failsFelipe Balbi
2016-06-20usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi
2016-06-20usb: dwc3: gadget: fix for possible endpoint disable raceFelipe Balbi
2016-06-20usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski
2016-06-20usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi
2016-06-20usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi
2016-06-20usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi
2016-06-20usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()Felipe Balbi
2016-06-20usb: dwc3: gadget: return 0 if we try to Wakeup in superspeedFelipe Balbi
2016-06-20usb: dwc3: gadget: remove udelay(1) when sending ep cmdsFelipe Balbi
2016-06-20usb: dwc3: gadget: rely on sg_is_last() and list_is_last()Felipe Balbi
2016-06-20usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer()Felipe Balbi
2016-06-20usb: dwc3: gadget: prepare TRBs on update transfers tooFelipe Balbi
2016-06-20usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi
2016-06-20usb: dwc3: gadget: re-factor ->udc_start and ->udc_stopFelipe Balbi
2016-06-01usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski
2016-04-19usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi
2016-04-19usb: dwc3: gadget: remove newline from traceFelipe Balbi
2016-04-19usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi
2016-04-19usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi
2016-04-19usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi
2016-04-19usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi
2016-04-18usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi
2016-04-18usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi
2016-04-18usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi
2016-04-18usb: dwc3: gadget: combine return points into a single oneFelipe Balbi
2016-04-18usb: dwc3: gadget: pass ev_buff as cookie to irq handlerFelipe Balbi
2016-04-18usb: dwc3: gadget: Fix suspend/resume during device modeRoger Quadros
2016-04-14usb: dwc3: drop ev_buffs arrayFelipe Balbi
2016-04-14usb: dwc3: remove num_event_buffersFelipe Balbi
2016-04-14usb: dwc3: better name for our request management listsFelipe Balbi
2016-04-14usb: dwc3: gadget: always enable CSPFelipe Balbi
2016-04-14usb: dwc3: drop FIFO resizing logicFelipe Balbi
2016-03-29usb: dwc3: gadget: fix endpoint renamingFelipe Balbi
2016-03-29usb: dwc3: gadget: release spin lock during gadget resumeJiebing Li