summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2025-08-19usb: xhci: fix host not responding after suspend and resumeNiklas Neronin1-0/+2
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang5-23/+35
2025-08-19usb: typec: fusb302: Revert incorrect threaded irq fixSebastian Reichel1-4/+8
2025-08-19USB: core: Update kerneldoc for usb_hcd_giveback_urb()Alan Stern1-4/+4
2025-08-17usb: typec: maxim_contaminant: re-enable cc toggle if cc is open and port is ...Amit Sunil Dhamne1-0/+53
2025-08-17usb: typec: maxim_contaminant: disable low power mode when reading comparator...Amit Sunil Dhamne2-0/+6
2025-08-17usb: dwc3: Remove WARN_ON for device endpoint command timeoutsSelvarasu Ganesan2-6/+24
2025-08-17USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi donglesZenm Chen1-0/+22
2025-08-13usb: storage: realtek_cr: Use correct byte order for bcs->ResidueThorsten Blum1-1/+1
2025-08-13usb: chipidea: imx: improve usbmisc_imx7d_pullup()Xu Yang2-8/+18
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior1-7/+5
2025-08-13usb: dwc3: pci: add support for the Intel Wildcat LakeHeikki Krogerus1-0/+2
2025-08-13usb: dwc3: Ignore late xferNotReady event to prevent halt timeoutKuen-Han Tsai1-0/+9
2025-08-13USB: storage: Add unusual-devs entry for Novatek NTK96550-based cameraMael GUERIN1-0/+7
2025-08-13usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE testXu Yang1-1/+7
2025-08-13usb: renesas-xhci: Fix External ROM access timeoutsMarek Vasut1-3/+4
2025-08-13usb: gadget: tegra-xudc: fix PM use count underflowRussell King (Oracle)1-2/+7
2025-08-13usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash DriveMiao Li1-0/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-3/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds68-462/+788
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-12/+2
2025-07-29Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-8/+2
2025-07-25usb: musb: omap2430: clean up probe error handlingJohan Hovold1-13/+10
2025-07-25usb: musb: omap2430: fix device leak at unbindJohan Hovold1-5/+9
2025-07-25usb: gadget: udc: renesas_usb3: fix device leak at unbindJohan Hovold1-0/+1
2025-07-25usb: dwc3: meson-g12a: fix device leaks at unbindJohan Hovold1-0/+3
2025-07-25usb: dwc3: imx8mp: fix device leak at unbindJohan Hovold1-1/+6
2025-07-25usb: musb: omap2430: enable compile testingJohan Hovold1-1/+2
2025-07-25usb: gadget: udc: renesas_usb3: drop unused module aliasJohan Hovold1-1/+0
2025-07-25usb: xhci: print xhci->xhc_state when queue_command failedSu Hui1-1/+2
2025-07-24Merge tag 'usb-serial-6.17-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/...Greg Kroah-Hartman1-0/+2
2025-07-24Merge tag 'usb-serial-6.17-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-10/+18
2025-07-24usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init()Nathan Chancellor1-57/+49
2025-07-22USB: serial: option: add Foxconn T99W709Slark Xiao1-0/+2
2025-07-21Merge tag 'v6.16-rc7' into tty-nextGreg Kroah-Hartman29-104/+207
2025-07-21usb: typec: ucsi: Update power_supply on power role changeMyrrh Periwinkle1-0/+1
2025-07-21usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and DefaultBenson Leung2-4/+5
2025-07-21usb: typec: fusb302: cache PD RX stateSebastian Reichel1-0/+8
2025-07-21usb: typec: ucsi: yoga-c630: add DRM dependencyArnd Bergmann1-0/+1
2025-07-21usb: gadget : fix use-after-free in composite_dev_cleanup()Tao Xue1-0/+5
2025-07-21usb: chipidea: imx: Add a missing blank lineDan Carpenter1-0/+1
2025-07-21usb: gadget: f_uac1: replace scnprintf() with sysfs_emit()Sumanth Gavini1-1/+1
2025-07-21usb: usblp: clean up assignment inside if conditionsDarshan Rathod1-11/+22
2025-07-21usb: gadget: uvc: Initialize frame-based format color matching descriptorAkash Kumar1-0/+10
2025-07-21cdc-acm: fix race between initial clearing halt and openOliver Neukum1-5/+6
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman8-19/+50
2025-07-17usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen1-0/+2
2025-07-17usb: xhci: Avoid showing warnings for dying controllerMario Limonciello1-2/+4