summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-05-14usb: gadget: pch_udc: Check if driver is present before calling ->setup()Andy Shevchenko1-10/+18
2021-05-14usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()Andy Shevchenko1-1/+1
2021-05-14usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun1-2/+2
2021-05-14usb: typec: tps6598x: Fix return value check in tps6598x_probe()Wei Yongjun1-2/+2
2021-05-14usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan1-3/+18
2021-05-14usb: gadget: pch_udc: Revert d3cb25a12138 completelyAndy Shevchenko1-4/+13
2021-05-14usb: xhci-mtk: improve bandwidth scheduling with TTChunfeng Yun2-16/+64
2021-05-14usb: xhci-mtk: remove or operator for setting schedule parametersChunfeng Yun1-3/+3
2021-05-14usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan1-3/+1
2021-05-14usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan1-35/+53
2021-05-14usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan1-7/+10
2021-05-14USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission checkJohan Hovold1-2/+7
2021-05-14USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-4/+5
2021-05-14usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()Hans de Goede1-0/+2
2021-05-14Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-05-11usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-05-11usb: dwc3: core: Do core softreset when switch modeYu Chen2-0/+32
2021-05-11usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen1-6/+7
2021-05-11usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen1-4/+6
2021-05-11usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson1-1/+2
2021-05-11usb: gadget: Fix double free of device descriptor pointersHemant Kumar1-0/+4
2021-05-11usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-05-11usb: dwc3: gadget: Check for disabled LPM quirkThinh Nguyen3-2/+13
2021-05-11usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2021-05-11usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-05-11usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang1-1/+1
2021-05-11xhci: fix potential array out of bounds with several interruptersMathias Nyman1-1/+5
2021-05-11xhci: check control context is valid before dereferencing it.Mathias Nyman1-0/+8
2021-05-11xhci: check port array allocation was successful before dereferencing itMathias Nyman1-0/+3
2021-05-11usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2-0/+4
2021-05-11usb: xhci: Fix port minor revisionThinh Nguyen1-0/+9
2021-05-11usb: dwc3: gadget: Ignore EP queue requests during bus resetWesley Cheng1-0/+9
2021-05-11usb: gadget: f_uac1: validate input parametersRuslan Bilovol1-0/+43
2021-05-11usb: gadget: f_uac2: validate input parametersRuslan Bilovol1-2/+37
2021-05-11usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak2-0/+2
2021-05-11usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak1-1/+6
2021-05-07USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu1-0/+1
2021-05-07USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng1-0/+3
2021-04-28USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-14usbip: synchronize event handler with sysfs code pathsShuah Khan1-0/+2
2021-04-14usbip: vudc synchronize sysfs code pathsShuah Khan2-0/+6
2021-04-14usbip: stub-dev synchronize sysfs code pathsShuah Khan1-2/+9
2021-04-14usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan3-5/+29
2021-04-07usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng1-4/+4
2021-04-07usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo1-0/+3
2021-04-07usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan1-1/+2
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan1-1/+1
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-04-07USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-04-07USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0