aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-07-13USB: serial: keyspan_pda: drop unused driver data usb-serial pointerJohan Hovold1-1/+0
2026-07-13USB: serial: metro-usb: drop redundant initialisationsJohan Hovold1-3/+3
2026-07-13USB: serial: metro-usb: fix unthrottle raceJohan Hovold1-8/+17
2026-07-13USB: serial: metro-usb: replace unnecessary atomic allocationJohan Hovold1-1/+1
2026-07-13USB: serial: digi_acceleport: fix oob port dev_printk()Johan Hovold1-6/+7
2026-07-13USB: serial: digi_acceleport: clean up inb command submissionJohan Hovold1-4/+3
2026-07-13USB: serial: digi_acceleport: clean up write completionJohan Hovold1-9/+8
2026-07-13USB: serial: digi_acceleport: clean up xfer buf length expressionJohan Hovold1-4/+4
2026-07-13USB: serial: digi_acceleport: drop unused in-buf defineJohan Hovold1-4/+0
2026-07-13USB: serial: digi_acceleport: stop OOB I/O when not in useJohan Hovold1-49/+51
2026-07-13USB: serial: digi_acceleport: drop redundant driver data sanity checksJohan Hovold1-36/+4
2026-07-13USB: serial: digi_acceleport: clean up declarations and whitespaceJohan Hovold1-59/+29
2026-07-13USB: serial: digi_acceleport: add oob port helperJohan Hovold1-2/+9
2026-07-13USB: serial: digi_acceleport: always stop write urb on closeJohan Hovold1-6/+2
2026-07-13USB: serial: digi_acceleport: drop unused wait queueJohan Hovold1-3/+0
2026-07-13USB: serial: digi_acceleport: fix port registration orderJohan Hovold1-29/+19
2026-07-13USB: serial: digi_acceleport: do not log stopping of urbs as errorsJohan Hovold1-1/+11
2026-07-13usb: gadget: printer: fix infinite loop in printer_read()Melbin K Mathew1-5/+18
2026-07-13usb: gadget: f_midi: cancel pending IN work before freeing the midi objectFan Wu1-0/+1
2026-07-13usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardownFan Wu2-3/+24
2026-07-13usb: typec: ucsi: Fix race condition and ordering in port unregistrationAndrei Kuchynski1-43/+39
2026-07-13usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()Sonali Pradhan1-4/+13
2026-07-13USB: gadget: fsl-udc: drop misleading unbind sanity checkJohan Hovold1-6/+0
2026-07-13USB: gadget: fsl-udc: fix dev_printk() deviceJohan Hovold2-50/+43
2026-07-13USB: gadget: snps-udc: fix device name leak on probe failureJohan Hovold1-1/+0
2026-07-13USB: gadget: fsl-udc: fix device name leak on probe failureJohan Hovold1-1/+0
2026-07-13usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bitsXincheng Zhang3-5/+12
2026-07-13usb: gadget: uvc: clamp SEND_RESPONSE length to the response bufferMuhammad Bilal1-0/+2
2026-07-13usb: gadget: f_tcm: synchronize delayed set_alt with teardownCen Zhang2-28/+177
2026-07-13usb: udc: pxa: fix error handlingArnd Bergmann1-7/+3
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman58-214/+455
2026-07-12Merge tag 'usb-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds48-204/+454
2026-07-10usb: musb: use platform_device_set_of_node_from_dev()Bartosz Golaszewski1-1/+1
2026-07-10usb: chipidea: use platform_device_set_of_node_from_dev()Bartosz Golaszewski1-1/+1
2026-07-10usb: chipidea: imx: fix missing ret assignment for dev_err_probeXu Yang1-1/+1
2026-07-10usb: typec: ucsi: gaokun: unwind notifier on UCSI register failurePengpeng Hou1-3/+12
2026-07-10USB: gadget: fsl-udc: enable compile testingJohan Hovold1-1/+1
2026-07-10usb: renesas_usbhs: Fix power-off ordering on unbindBiju Das1-3/+3
2026-07-10usb: mtu3: condition PHY wakeup for host mode and runtime suspendFei Shao1-1/+2
2026-07-10usb: mtu3: allow system suspend during active gadget connectionFei Shao1-1/+10
2026-07-10usb: dwc2: add missing @remotewakeup kernel-doc parameterRosen Penev1-2/+1
2026-07-10usb: gadget: pch_udc: remove excess kernel-doc member for registeredRosen Penev1-1/+0
2026-07-10USB: gadget: inode: fix mm lifetime handlingGabriel Prostitis1-4/+13
2026-07-10USB: gadget: ffs: fix mm lifetime handlingGabriel Prostitis1-7/+20
2026-07-10usb: core: config: fix SS companion log for interrupt endpointsXu Rao1-1/+1
2026-07-10usb: typec: ucsi: Use %pe to print error pointersSubasri S1-6/+6
2026-07-10usb: fix UAF when probe runs concurrent to dyn ID removalGary Guo1-4/+8
2026-07-10usb: xusbatm: don't rely on id table pointer arithmeticGary Guo1-2/+4
2026-07-10usb: serial: spcp8x5: don't store usb_device_idGary Guo1-3/+3
2026-07-10usb: usbtmc: don't store usb_device_idGary Guo1-2/+0