summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi2016-09-071-1/+3
* Revert "usb: dwc3: gadget: always decrement by 1"John Youn2016-09-051-1/+4
* usb: dwc3: gadget: always decrement by 1Felipe Balbi2016-08-251-4/+1
* usb: dwc3: debug: fix ep name on trace outputFelipe Balbi2016-08-251-1/+1
* usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne2016-08-221-3/+3
* usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi2016-08-221-0/+1
* usb: dwc3: pci: runtime_resume child deviceFelipe Balbi2016-08-221-1/+8
* usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1
* usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
* usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
* usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus2016-08-101-0/+2
* usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-101-1/+1
* usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-101-3/+20
* usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-08-101-8/+11
* 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-011-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/+5
| * | | 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/+2
| * | | 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/+0
| * | | 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/+1
| * | | 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/+0
| * | | usb: dwc3: pci: use build-in properties instead of platform dataHeikki Krogerus2016-06-201-38/+32
| * | | usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi2016-06-202-22/+14
| * | | usb: dwc3: omap: Pass VBUS and ID events transparentlyRoger Quadros2016-06-201-8/+6
| * | | usb: dwc3: omap: Don't set POWERPRESENTRoger Quadros2016-06-201-6/+3
| * | | 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