summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: Use SIMPLE_DEV_PM_OPS macroYoshihiro Shimoda2018-12-051-4/+1
* usb: renesas_usbhs: Remove dummy runtime PM callbacksJarkko Nikula2018-12-051-14/+0
* usb: dwc2: host: use hrtimer for NAK retriesTerin Stock2018-12-052-8/+13
* usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS modeChunfeng Yun2018-12-052-0/+7
* usb: mtu3: enable SETUPENDISR interruptChunfeng Yun2018-12-053-2/+7
* usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)Chunfeng Yun2018-12-052-5/+7
* usb: mtu3: enable hardware remote wakeup from L1 automaticallyChunfeng Yun2018-12-051-7/+3
* usb: mtu3: remove QMU checksumChunfeng Yun2018-12-052-28/+0
* usb/mtu3: power down device ip at setupHsin-Yi, Wang2018-12-051-0/+8
* usb: dwc2: Disable power down feature on Samsung SoCsMarek Szyprowski2018-12-051-1/+9
* usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb()Anurag Kumar Vulisha2018-12-051-3/+3
* usb: dwc3: don't issue no-op trb for stream capable endpointsAnurag Kumar Vulisha2018-12-051-1/+1
* usb: dwc3: update stream id in depcmdAnurag Kumar Vulisha2018-12-051-0/+3
* usb: dwc3: gadget: check if dep->frame_number is still validFelipe Balbi2018-11-272-3/+13
* usb: dwc3: gadget: remove unnecessary dev_info()Felipe Balbi2018-11-261-2/+0
* usb: dwc3: trace: log ep commands in hexFelipe Balbi2018-11-261-1/+1
* usb: dwc3: gadget: return errors from __dwc3_gadget_start_isoc()Felipe Balbi2018-11-261-14/+11
* usb: dwc3: gadget: remove wait_end_transferFelipe Balbi2018-11-262-42/+1
* usb: dwc3: gadget: move requests to cancelled_listFelipe Balbi2018-11-261-3/+14
* usb: dwc3: gadget: introduce cancelled_listFelipe Balbi2018-11-263-0/+18
* usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs()Felipe Balbi2018-11-261-37/+24
* usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()Felipe Balbi2018-11-261-24/+4
* usb: dwc3: gadget: track number of TRBs per requestFelipe Balbi2018-11-262-0/+9
* usb: dwc3: gadget: combine unaligned and zero flagsFelipe Balbi2018-11-262-13/+12
* usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen2018-11-263-0/+146
* usb: dwc3: Add disabling of start_transfer failure quirkThinh Nguyen2018-11-261-0/+3
* usb: dwc3: Track DWC_usb31 VERSIONTYPEThinh Nguyen2018-11-262-0/+11
* usb: gadget: f_fs: Allow scatter-gather buffersAndrzej Pietrasiewicz2018-11-261-7/+86
* usb: gadget: f_fs: Add support for CCID descriptors.Vincent Pelletier2018-11-262-7/+73
* usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King2018-11-261-1/+1
* usb: gadget: uvc: constify vb2_ops structureJulia Lawall2018-11-261-1/+1
* usb: dwc2: gadget: Accept LPM token when TxFIFO is not emptyArtur Petrosyan2018-11-262-0/+3
* usb: dwc2: gadget: Fix WkupAlert interrupt handler.Artur Petrosyan2018-11-261-1/+1
* usb: dwc3: Set default mode for DWC_usb3 v3.30a and higherThinh Nguyen2018-11-262-4/+6
* usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_deviceYoshihiro Shimoda2018-11-261-5/+10
* usb: dwc3: drd: Add support for DR detection through extconAndy Shevchenko2018-11-261-0/+10
* usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko2018-11-261-2/+3
* usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris2018-11-261-1/+2
* usb: gadget: aspeed-vhub: constify usb_gadget_ops structureJulia Lawall2018-11-261-1/+1
* usb: dwc3: Support option to disable USB2 LPMThinh Nguyen2018-11-263-1/+8
* usb: dwc3: Add a property to disable USB2 LPMThinh Nguyen2018-11-261-0/+1
* usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen2018-11-261-0/+2
* usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen2018-11-261-0/+13
* usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen2018-11-262-2/+46
* usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen2018-11-262-4/+154
* usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen2018-11-261-0/+8
* usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen2018-11-262-10/+10
* Linux 4.20-rc4v4.20-rc4Linus Torvalds2018-11-251-2/+2
* Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-252-2/+3
|\
| * swiotlb: Skip cache maintenance on map errorRobin Murphy2018-11-211-1/+2