aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-06-21usb: dwc2: gadget: Fix transfer stop programming for out endpointVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected field namesVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary codeVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Remove unnecessary lineVardan Mikayelyan
2016-06-21usb: dwc2: Add missing register field definitionsVardan Mikayelyan
2016-06-21usb: pxa27x_udc: remove unused function argumentArnd Bergmann
2016-06-21usb: dwc3: gadget: Add the suspend state checking when stopping gadgetBaolin Wang
2016-06-21usb: dwc3: gadget: issue ENDTRANSFER conditional on resource_indexFelipe Balbi
2016-06-21usb: dwc3: fix runtime PM in error pathRoger Quadros
2016-06-21usb: dwc3: gadget: simplify run_stop() break conditionFelipe Balbi
2016-06-21usb: dwc3: gadget: avoid while(1) in run_stop()Felipe Balbi
2016-06-21usb: dwc3: gadget: remove udelay() from run_stop()Felipe Balbi
2016-06-21usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi
2016-06-21usb: dwc3: pci: add dr-mode for Intel dwc3Felipe Balbi
2016-06-21usb: dwc3: gadget: rename 'ignore' argument to 'modify'Felipe Balbi
2016-06-21usb: gadget: add tracepoints to the gadget APIFelipe Balbi
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi
2016-06-21usb: chipidea: Kconfig: improve Kconfig help textPeter Chen
2016-06-20Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"Greg Kroah-Hartman
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman
2016-06-20usb: dwc3: gadget: decrement trbs_left for each sg entryFelipe Balbi
2016-06-20usb: dwc3: gadget: start Bulk endpoints more frequentlyFelipe Balbi
2016-06-20usb: dwc3: gadget: disable XFER_NOT_READYFelipe Balbi
2016-06-20usb: dwc3: gadget: use allocated/queued reqs for LST bitFelipe Balbi
2016-06-20usb: dwc3: gadget: halt and stop based HWO bitFelipe Balbi
2016-06-20usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi
2016-06-20usb: dwc3: gadget: update transfer needs transfer resourceFelipe Balbi
2016-06-20usb: dwc3: remove handling of platform dataHeikki Krogerus
2016-06-20usb: dwc3: pci: use build-in properties instead of platform dataHeikki Krogerus
2016-06-20usb: dwc3: remove trailing newline from dwc3_traceFelipe Balbi
2016-06-20usb: dwc3: omap: Pass VBUS and ID events transparentlyRoger Quadros
2016-06-20usb: dwc3: omap: Don't set POWERPRESENTRoger Quadros
2016-06-20usb: dwc3: omap: Mark the interrupt handler as sharedRoger Quadros
2016-06-20usb: dwc3: omap: use request_threaded_irq()Roger Quadros
2016-06-20usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu
2016-06-20usb: dwc3: Fix DWC3_USB31_REVISION_110A definitionJohn Youn
2016-06-20usb: dwc3: Use the correct speed macros for DSTS/DCFGJohn Youn
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