aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27usb/misc: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-27usb/image: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-27usb/host: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-27usb/core: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-27USB: gadget: Fix use-after-free Read in usb_udc_uevent()Alan Stern1-5/+6
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-11/+15
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov1-1/+7
2022-07-27usb: typec: anx7411: fix passing zero to 'PTR_ERR'Xin Ji1-5/+6
2022-07-27usb: typec: anx7411: Fix error return code in anx7411_i2c_probe()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: Fix return value check in anx7411_register_i2c_dummy_clients()Yang Yingliang1-1/+1
2022-07-27usb: typec: anx7411: Fix wrong pointer passed to PTR_ERR()Yang Yingliang1-1/+3
2022-07-27usb: typec: anx7411: use semi-colons instead of commasDan Carpenter1-5/+5
2022-07-27usb: typec: anx7411: fix error checking in anx7411_get_gpio_irq()Dan Carpenter1-2/+2
2022-07-27usb: typec: anx7411: Fix an array out of boundsDan Carpenter1-1/+1
2022-07-27usb: phy: remove redundant store to variable var after & operationColin Ian King1-1/+1
2022-07-25Merge tag 'usb-serial-5.20-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman8-16/+12
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold3-3/+5
2022-07-25USB: serial: usb_wwan: replace DTR/RTS magic numbers with macrosYan Xinyu1-4/+6
2022-07-25USB: gadget: f_acm: use CDC definesJohan Hovold1-15/+5
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold2-25/+12
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold2-16/+9
2022-07-24USB: mtu3: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-4/+2
2022-07-19usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman8-17/+25
2022-07-15xhci: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-07-15usb: chipidea: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-07-14usb: typec: Add retimer handle to portPrashant Malani2-0/+10
2022-07-14usb: typec: Add support for retimersPrashant Malani5-2/+193
2022-07-14Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-0/+9
2022-07-14usb: dwc3: qcom: fix missing optional irq warningsJohan Hovold1-2/+2
2022-07-14usb: typec: anx7411: Add Analogix PD ANX7411 supportXin Ji3-0/+1608
2022-07-14usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootupRohith Kollalsi1-3/+7
2022-07-14usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc()Liang He1-1/+3
2022-07-14usb: ldusb: replace ternary operator with max_t()Jiangshan Yi1-2/+4
2022-07-14usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stageWesley Cheng1-0/+7
2022-07-14usb: misc: onboard_hub: Fix 'missing prototype' warningMatthias Kaehlcke1-0/+1
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev3-0/+42
2022-07-14usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap1-1/+1
2022-07-13USB: serial: fix repeated word "the" in commentsJiang Jian2-2/+2
2022-07-13USB: serial: io_edgeport: fix spelling mistakesZhang Jiaming1-2/+2
2022-07-13USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2-0/+9
2022-07-08usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-07-08usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-08drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.Darren Stevens2-8/+6
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik1-2/+4
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan1-0/+1
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2-1/+9
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke6-0/+608
2022-07-08usb: mtu3: support function remote wakeupChunfeng Yun3-4/+38