summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: isp1760: write to status and address registerRui Miguel Silva2021-08-271-12/+11
* usb: isp1760: fix qtd fill lengthRui Miguel Silva2021-08-271-2/+4
* usb: isp1760: fix memory pool initializationRui Miguel Silva2021-08-271-2/+2
* usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-08-271-2/+2
* usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Colin Ian King2021-08-271-1/+1
* usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"Colin Ian King2021-08-271-1/+1
* usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda2021-08-271-0/+7
* usb: xhci-mtk: allow bandwidth table rolloverChunfeng Yun2021-08-272-39/+18
* Merge tag 'usb-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-08-271-3/+11
|\
| * usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun2021-08-211-3/+11
* | usb: mtu3: fix random remote wakeupChunfeng Yun2021-08-262-1/+4
* | usb: mtu3: return successful suspend statusChunfeng Yun2021-08-261-0/+1
* | usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun2021-08-262-51/+60
* | usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun2021-08-261-0/+65
* | usb: xhci-mtk: add a member of num_esitChunfeng Yun2021-08-262-13/+9
* | usb: xhci-mtk: check boundary before check ttChunfeng Yun2021-08-261-3/+4
* | usb: xhci-mtk: update fs bus bandwidth by bw_budget_tableChunfeng Yun2021-08-261-10/+7
* | usb: xhci-mtk: fix issue of out-of-bounds array accessChunfeng Yun2021-08-261-4/+6
* | usb: xhci-mtk: support option to disable usb2 portsChunfeng Yun2021-08-262-2/+11
* | usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun2021-08-261-1/+1
* | dt-bindings: usb: mtk-xhci: add compatible for mt8195Chunfeng Yun2021-08-261-0/+1
* | dt-bindings: usb: mtk-xhci: add optional property to disable usb2 portsChunfeng Yun2021-08-261-0/+5
* | usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET2021-08-261-14/+13
* | usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET2021-08-261-1/+2
* | Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun2021-08-262-86/+69
* | Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun2021-08-261-13/+7
* | usb: isp1760: clean never read udc_enabled warningRui Miguel Silva2021-08-261-2/+2
* | usb: isp1760: do not shift in uninitialized slotRui Miguel Silva2021-08-261-7/+11
* | usb: isp1760: do not reset retvalRui Miguel Silva2021-08-261-1/+0
* | usb: isp1760: check maxpacketsize before using itRui Miguel Silva2021-08-261-1/+1
* | usb: isp1760: ignore return value for bus change patternRui Miguel Silva2021-08-261-3/+7
* | usb: gadget: Add description for module parameterWei Ming Chen2021-08-261-0/+1
* | usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan2021-08-261-1/+7
* | usbip: clean up code in vhci_device_unlink_cleanupAnirudh Rayabharam2021-08-261-40/+12
* | usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam2021-08-261-0/+24
* | usb: gadget: aspeed: Remove repeated verbose license textCai Huoqing2021-08-265-25/+0
* | usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing2021-08-261-30/+0
* | usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova2021-08-261-7/+6
* | usb: dwc3: pci: add support for AMD's newer generation platform.Nehal Bakulchandra Shah2021-08-261-0/+17
* | usb: dwc3: imx8mp: request irq after initializing dwc3Nadezda Lutovinova2021-08-261-7/+7
* | usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov2021-08-261-2/+6
* | xhci: Add bus number to some debug messagesMathias Nyman2021-08-263-5/+10
* | xhci: Add additional dynamic debug to follow URBs in cancel and error cases.Mathias Nyman2021-08-261-6/+24
* | Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman2021-08-261-12/+12
* | xhci: Fix failure to give back some cached cancelled URBs.Mathias Nyman2021-08-261-15/+25
* | xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman2021-08-264-23/+27
* | xhci: fix unsafe memory usage in xhci tracingMathias Nyman2021-08-263-30/+36
* | usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2021-08-242-33/+188
* | Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-08-243-17/+59
|\ \
| * | thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta2021-08-091-1/+1