summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi2018-05-213-35/+3
* usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi2018-05-212-5/+14
* usb: dwc3: gadget: remove unnecessary 'ioc' variableFelipe Balbi2018-05-211-6/+1
* usb: dwc3: gadget: make cleanup_completed_requests() return nothingFelipe Balbi2018-05-211-9/+4
* usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi2018-05-214-18/+6
* usb: dwc3: gadget: start removing BUSY flagFelipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: update dep->frame_number from XferInprogress tooFelipe Balbi2018-05-211-6/+13
* usb: dwc3: gadget: always use frame number from XferNotReadyFelipe Balbi2018-05-211-7/+5
* usb: dwc3: gadget: remove unnecessary 'dwc' parameterFelipe Balbi2018-05-211-36/+32
* usb: dwc3: gadget: move handler closer to calling siteFelipe Balbi2018-05-211-11/+11
* usb: dwc3: gadget: rename dwc3_gadget_start_isoc()Felipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: remove some pointless checksFelipe Balbi2018-05-211-13/+1
* usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi2018-05-213-24/+8
* usb: dwc3: gadget: rename done_trbs and done_reqsFelipe Balbi2018-05-211-13/+16
* usb: dwc3: gadget: don't kick transfer all the timeFelipe Balbi2018-05-211-11/+0
* usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()Felipe Balbi2018-05-211-6/+3
* usb: dwc3: gadget: XferComplete only for EP0Felipe Balbi2018-05-211-10/+1
* usb: dwc3: gadget: XferNotReady is Isoc-onlyFelipe Balbi2018-05-211-4/+6
* usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs tooFelipe Balbi2018-05-211-2/+2
* usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha2018-05-212-3/+22
* usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha2018-05-212-3/+24
* USB: dwc3: get extcon device by OF graph bindingsAndrzej Hajda2018-05-161-6/+28
* usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada2018-05-162-2/+94
* usb: dwc3: use local copy of resource to fix-up register offsetMasahiro Yamada2018-05-151-24/+8
* usb: dwc3: core: Suspend PHYs on runtime suspend in host modeManu Gautam2018-05-151-3/+33
* usb: dwc3: Add Qualcomm DWC3 glue driverManu Gautam2018-05-154-1/+633
* usb: dwc3: of-simple: Add compatible for Allwinner H6 platformIcenowy Zheng2018-05-151-0/+1
* usb: dwc3: gadget: never call ->complete() from ->ep_queue()Felipe Balbi2018-03-261-18/+25
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-239-90/+839
|\
| * usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros2018-03-221-0/+2
| * usb: dwc3: Check controller type before setting speedThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2018-03-222-0/+10
| * usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2018-03-222-0/+63
| * usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen2018-03-221-1/+5
| * usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen2018-03-221-0/+2
| * usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen2018-03-221-1/+12
| * usb: dwc3: pci: Properly cleanup resourceThinh Nguyen2018-03-221-1/+1
| * usb: dwc3: Makefile: fix link error on randconfigFelipe Balbi2018-03-221-1/+1
| * usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt2018-03-191-1/+1
| * usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros2018-03-131-3/+20
| * usb: dwc3: add dual role support using OTG blockRoger Quadros2018-03-133-28/+557
| * usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros2018-03-131-0/+3
| * usb: dwc3: core.h: add some register definitionsRoger Quadros2018-03-131-0/+82
| * usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl2018-03-131-0/+8
| * usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl2018-03-131-6/+17
| * usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi2018-03-081-49/+30
* | usb: dwc3: Fix lock-up on ID change during system suspend/resumeRoger Quadros2018-02-281-1/+1
|/