summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu2016-06-202-0/+2
| * | | usb: dwc3: Fix DWC3_USB31_REVISION_110A definitionJohn Youn2016-06-201-1/+1
| * | | usb: dwc3: Use the correct speed macros for DSTS/DCFGJohn Youn2016-06-201-12/+12
| * | | usb: dwc3: gadget: Fix truncated cast issueJohn Youn2016-06-201-1/+1
| * | | usb: dwc3: gadget: Handle TRB index 0 when full or emptyJohn Youn2016-06-201-6/+22
| * | | usb: dwc3: gadget: Account for link TRB in TRBs leftJohn Youn2016-06-201-0/+3
| * | | usb: dwc3: gadget: Account for max size in TRB spaceJohn Youn2016-06-201-1/+5
| * | | usb: dwc3: gadget: Don't prepare TRBs if no spaceJohn Youn2016-06-201-0/+2
| * | | usb: dwc3: gadget: Initialize the TRB ringJohn Youn2016-06-201-2/+6
| * | | usb: dwc3: gadget: Simplify skipping of link TRBsJohn Youn2016-06-201-18/+16
| * | | usb: dwc3: Endianness issue on dwc3_log_ctrlJohn Youn2016-06-201-8/+8
| * | | usb: dwc3: gadget: Fix usage of bitwise operatorJohn Youn2016-06-201-1/+1
| * | | usb: dwc3: ep0: Use the correct type for SET_SEL dataJohn Youn2016-06-201-2/+2
| * | | usb: dwc3: ep0: Fix endianness of wIndex passed to dwc3_wIndex_to_depJohn Youn2016-06-201-1/+1
| * | | usb: dwc3: gadget: improve gcmd traceFelipe Balbi2016-06-203-14/+29
| * | | usb: dwc3: gadget: remove udelay() from generic cmdFelipe Balbi2016-06-201-2/+0
| * | | usb: dwc3: gadget: single return point on generic commandsFelipe Balbi2016-06-201-13/+12
| * | | usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi2016-06-203-9/+30
| * | | usb: dwc3: gadget: loop while (timeout)Felipe Balbi2016-06-201-12/+6
| * | | usb: dwc3: gadget: fix trace output when command failsFelipe Balbi2016-06-201-2/+2
| * | | usb: dwc3: trace: fully decode IRQ eventsFelipe Balbi2016-06-203-28/+92
| * | | usb: dwc3: gadget: no more tracking endpoint type with its nameFelipe Balbi2016-06-201-23/+1
| * | | usb: dwc3: trace: pretty-print TRB's ctrl fieldJanusz Dziedzic2016-06-201-2/+38
| * | | usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi2016-06-202-0/+3
| * | | usb: dwc3: pci: add Power Management dummy hooksFelipe Balbi2016-06-201-0/+39
| * | | usb: dwc3: implement runtime PMFelipe Balbi2016-06-203-15/+174
| * | | usb: dwc3: gadget: fix for possible endpoint disable raceFelipe Balbi2016-06-201-1/+17
| * | | usb: dwc3: fix for the isoc transfer EP_BUSY flagKonrad Leszczynski2016-06-201-0/+4
| * | | usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi2016-06-201-5/+7
| * | | usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi2016-06-202-3/+4
| * | | usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi2016-06-202-57/+5
| * | | usb: dwc3: core: re-factor init and exit pathsFelipe Balbi2016-06-201-58/+60
| * | | usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi2016-06-202-9/+9
| * | | usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi2016-06-206-156/+78
| * | | usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi2016-06-203-20/+21
| * | | usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi2016-06-202-11/+55
| * | | usb: dwc3: gadget: split __dwc3_gadget_kick_transfer()Felipe Balbi2016-06-201-57/+65
| * | | usb: dwc3: gadget: return 0 if we try to Wakeup in superspeedFelipe Balbi2016-06-201-1/+1
| * | | usb: dwc3: gadget: remove udelay(1) when sending ep cmdsFelipe Balbi2016-06-201-2/+0
| * | | usb: dwc3: gadget: rely on sg_is_last() and list_is_last()Felipe Balbi2016-06-201-5/+5
| * | | usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer()Felipe Balbi2016-06-201-34/+14
| * | | usb: dwc3: gadget: prepare TRBs on update transfers tooFelipe Balbi2016-06-201-21/+29
| * | | usb: dwc3: core: get rid of DWC3_PM_OPS macroFelipe Balbi2016-06-201-6/+2
| * | | usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi2016-06-202-33/+12
| * | | usb: dwc3: gadget: re-factor ->udc_start and ->udc_stopFelipe Balbi2016-06-201-41/+49
| |/ /
* | | usb: dwc3: host: use build-in property instead of platform dataHeikki Krogerus2016-06-261-9/+9
|/ /
* | usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn2016-06-012-6/+25
* | usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.Peter Griffin2016-05-311-2/+8
* | usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-05-311-8/+11
|/
* usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter2016-05-031-1/+1
OpenPOWER on IntegriCloud