summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman2016-07-041-2/+4
|\
| * Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-07-021-1/+2
| |\
| | * usb: dwc3: st: Use explicit reset_control_get_exclusive() APILee Jones2016-07-011-1/+2
| * | Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2016-06-301-1/+2
| |\|
| | * usb: dwc3: st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-1/+2
* | | usb: dwc3: host: Fix broken XHCI hostRoger Quadros2016-07-011-1/+42
* | | Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-06-2912-885/+1156
|\ \ \
| * | | dwc3: gadget: Implement the suspend entry event handlerBaolin Wang2016-06-211-1/+25
| * | | usb: dwc3: core: cleanup IRQ resourcesRoger Quadros2016-06-213-18/+78
| * | | usb: dwc3: gadget: Add the suspend state checking when stopping gadgetBaolin Wang2016-06-211-0/+3
| * | | usb: dwc3: gadget: issue ENDTRANSFER conditional on resource_indexFelipe Balbi2016-06-211-15/+5Star
| * | | usb: dwc3: fix runtime PM in error pathRoger Quadros2016-06-211-8/+18
| * | | usb: dwc3: gadget: simplify run_stop() break conditionFelipe Balbi2016-06-211-8/+2Star
| * | | usb: dwc3: gadget: avoid while(1) in run_stop()Felipe Balbi2016-06-211-4/+4
| * | | usb: dwc3: gadget: remove udelay() from run_stop()Felipe Balbi2016-06-211-1/+0Star
| * | | usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi2016-06-211-2/+6
| * | | usb: dwc3: pci: add dr-mode for Intel dwc3Felipe Balbi2016-06-211-25/+37
| * | | usb: dwc3: gadget: rename 'ignore' argument to 'modify'Felipe Balbi2016-06-211-7/+12
| * | | usb: dwc3: gadget: decrement trbs_left for each sg entryFelipe Balbi2016-06-201-1/+1
| * | | usb: dwc3: gadget: start Bulk endpoints more frequentlyFelipe Balbi2016-06-201-2/+1Star
| * | | usb: dwc3: gadget: disable XFER_NOT_READYFelipe Balbi2016-06-201-2/+4
| * | | usb: dwc3: gadget: use allocated/queued reqs for LST bitFelipe Balbi2016-06-201-6/+14
| * | | usb: dwc3: gadget: halt and stop based HWO bitFelipe Balbi2016-06-201-4/+24
| * | | usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi2016-06-203-2/+18
| * | | usb: dwc3: gadget: update transfer needs transfer resourceFelipe Balbi2016-06-201-3/+4
| * | | usb: dwc3: remove handling of platform dataHeikki Krogerus2016-06-202-88/+0Star
| * | | usb: dwc3: pci: use build-in properties instead of platform dataHeikki Krogerus2016-06-201-38/+32Star
| * | | usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi2016-06-202-22/+14Star
| * | | usb: dwc3: omap: Pass VBUS and ID events transparentlyRoger Quadros2016-06-201-8/+6Star
| * | | usb: dwc3: omap: Don't set POWERPRESENTRoger Quadros2016-06-201-6/+3Star
| * | | usb: dwc3: omap: Mark the interrupt handler as sharedRoger Quadros2016-06-201-1/+1
| * | | usb: dwc3: omap: use request_threaded_irq()Roger Quadros2016-06-201-6/+26
| * | | 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/+16Star
| * | | 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/+0Star
| * | | usb: dwc3: gadget: single return point on generic commandsFelipe Balbi2016-06-201-13/+12Star
| * | | usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi2016-06-203-9/+30