summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2016-06-20usb: dwc3: gadget: Fix truncated cast issueJohn Youn
2016-06-20usb: dwc3: gadget: Handle TRB index 0 when full or emptyJohn Youn
2016-06-20usb: dwc3: gadget: Account for link TRB in TRBs leftJohn Youn
2016-06-20usb: dwc3: gadget: Account for max size in TRB spaceJohn Youn
2016-06-20usb: dwc3: gadget: Don't prepare TRBs if no spaceJohn Youn
2016-06-20usb: dwc3: gadget: Initialize the TRB ringJohn Youn
2016-06-20usb: dwc3: gadget: Simplify skipping of link TRBsJohn Youn
2016-06-20usb: dwc3: Endianness issue on dwc3_log_ctrlJohn Youn
2016-06-20usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn
2016-06-20usb: dwc3: ep0: Use the correct type for SET_SEL dataJohn Youn
2016-06-20usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_depJohn 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: trace: fully decode IRQ eventsFelipe Balbi
2016-06-20usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi
2016-06-20usb: dwc3: trace: pretty-print TRB's ctrl fieldJanusz Dziedzic
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi
2016-06-20usb: dwc3: pci: add Power Management dummy hooksFelipe 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: core: simplify suspend/resume operationsFelipe Balbi
2016-06-20usb: dwc3: core: re-factor init and exit pathsFelipe Balbi
2016-06-20usb: dwc3: core: move fladj to dwc3 structureFelipe 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: core: get rid of DWC3_PM_OPS macroFelipe 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-05-31usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.Peter Griffin
2016-05-31usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson
2016-05-03usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter
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