aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Revert "usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpoint"Chunfeng Yun2-86/+69
2021-08-26Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"Chunfeng Yun1-13/+7
2021-08-26usb: isp1760: clean never read udc_enabled warningRui Miguel Silva1-2/+2
2021-08-26usb: isp1760: do not shift in uninitialized slotRui Miguel Silva1-7/+11
2021-08-26usb: isp1760: do not reset retvalRui Miguel Silva1-1/+0
2021-08-26usb: isp1760: check maxpacketsize before using itRui Miguel Silva1-1/+1
2021-08-26usb: isp1760: ignore return value for bus change patternRui Miguel Silva1-3/+7
2021-08-26usb: gadget: Add description for module parameterWei Ming Chen1-0/+1
2021-08-26usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan1-1/+7
2021-08-26usbip: clean up code in vhci_device_unlink_cleanupAnirudh Rayabharam1-40/+12
2021-08-26usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam1-0/+24
2021-08-26usb: gadget: aspeed: Remove repeated verbose license textCai Huoqing5-25/+0
2021-08-26usb: gadget: mass_storage: Remove repeated verbose license textCai Huoqing1-30/+0
2021-08-26usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-08-26usb: dwc3: pci: add support for AMD's newer generation platform.Nehal Bakulchandra Shah1-0/+17
2021-08-26usb: dwc3: imx8mp: request irq after initializing dwc3Nadezda Lutovinova1-7/+7
2021-08-26usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman3-5/+10
2021-08-26xhci: Add additional dynamic debug to follow URBs in cancel and error cases.Mathias Nyman1-6/+24
2021-08-26Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman1-12/+12
2021-08-26xhci: Fix failure to give back some cached cancelled URBs.Mathias Nyman1-15/+25
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman4-23/+27
2021-08-26xhci: fix unsafe memory usage in xhci tracingMathias Nyman3-30/+36
2021-08-26USB: serial: replace symbolic permissions by octal permissionsUtkarsh Verma7-15/+15
2021-08-25Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold1-1/+0
2021-08-24USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang1-0/+2
2021-08-24usb: gadget: f_hid: optional SETUP/SET_REPORT modeMaxim Devaev2-33/+188
2021-08-24Merge 5.14-rc7 into usb-nextGreg Kroah-Hartman1-6/+7
2021-08-21usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun1-3/+11
2021-08-20usb: typec: altmodes/displayport: Notify drm subsys of hotplug eventsHans de Goede2-0/+24
2021-08-20usb: typec: altmodes/displayport: Make dp_altmode_notify() more genericHans de Goede1-22/+13
2021-08-18USB: EHCI: Add alias for Broadcom INSNREGKees Cook1-7/+4
2021-08-18usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova1-9/+10
2021-08-18usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede1-6/+7
2021-08-18usb: gadget: f_uac1: fixing inconsistent indentingPavel Hofman1-6/+6
2021-08-18usb: remove reference to deleted config STB03xxxLukas Bulwahn1-1/+1
2021-08-18usb: host: remove line for obsolete config USB_HWA_HCDLukas Bulwahn1-1/+0
2021-08-18usb: host: remove dead EHCI support for on-chip PMC MSP71xx USB controllerLukas Bulwahn3-342/+0
2021-08-18usb: dwc3: Decouple USB 2.0 L1 & L2 eventsJack Pham2-2/+12
2021-08-16usb: phy: tahvo: add IRQ checkSergey Shtylyov1-1/+3
2021-08-16usb: host: ohci-tmio: add IRQ checkSergey Shtylyov1-0/+3
2021-08-16Merge 5.14-rc6 into usb-nextGreg Kroah-Hartman1-16/+2
2021-08-13usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuseGeert Uytterhoeven1-10/+7
2021-08-13usb: typec: tcpm: Support non-PD modeKyle Tso1-19/+68
2021-08-13usb: gadget: bdc: remove unnecessary AND operation when get ep maxpChunfeng Yun1-1/+0
2021-08-13usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun1-2/+2
2021-08-13usb: cdnsp: fix the wrong mult value for HS isoc or intrChunfeng Yun1-1/+1
2021-08-13usb: mtu3: fix the wrong HS mult valueChunfeng Yun1-4/+2
2021-08-13usb: mtu3: use @mult for HS isoc or intrChunfeng Yun1-1/+1
2021-08-13usb: mtu3: restore HS function when set SS/SSPChunfeng Yun1-1/+3