summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
43 hoursusb: gadget: f_ncm: align net_device lifecycle with bind/unbindKuen-Han Tsai2-66/+66
43 hoursusb: gadget: u_ether: Add auto-cleanup helper for freeing net_deviceKuen-Han Tsai2-0/+17
43 hoursusb: gadget: u_ether: add gether_opts for config cachingKuen-Han Tsai3-0/+234
10 daysusb: dwc2: fix resume failure if dr_mode is hostJisheng Zhang1-0/+1
10 daysusb: dwc3: gadget: Move vbus draw to workqueue contextPrashanth K3-6/+25
10 daysusb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDNHaotien Hsu1-3/+9
10 daysusb: host: tegra: Remove manual wake IRQ disposalWayne Chang1-19/+2
10 daysusb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke()Mario Peter1-0/+7
10 daysusb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
10 daysusb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
10 daysusb: typec: ucsi: psy: Fix voltage and current max for non-Fixed PDOsBenson Leung1-10/+20
2026-02-26usb: cdns3: fix role switching during resumeThomas Richard (TI)1-1/+1
2026-02-26usb: bdc: fix sleep during atomicJustin Chen1-2/+2
2026-02-26usb: typec: ucsi: drop an unused Kconfig symbolRandy Dunlap1-1/+0
2026-02-26usb: typec: fusb302: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-2/+1
2026-02-19USB: serial: option: add Telit FN920C04 RNDIS compositionsFabio Porcedda1-0/+6
2026-02-05functionfs: use spinlock for FFS_DEACTIVATED/FFS_CLOSING transitionsAl Viro2-57/+53
2026-01-16xhci: sideband: don't dereference freed ring when removing sideband endpointMathias Nyman2-4/+12
2026-01-16Merge tag 'usb-serial-6.19-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-30/+51
2026-01-14usb: gadget: uvc: retry vb2_reqbufs() with vb_vmalloc_memops if use_sg failXu Yang1-0/+8
2026-01-14usb: gadget: uvc: return error from uvcg_queue_init()Xu Yang1-2/+1
2026-01-14usb: gadget: uvc: fix interval_duration calculationXu Yang2-3/+6
2026-01-14usb: gadget: uvc: fix req_payload_size calculationXu Yang4-7/+17
2026-01-14usb: dwc3: apple: Ignore USB role switches to the active roleJanne Grunau1-0/+16
2026-01-14usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQsWayne Chang1-1/+1
2026-01-14USB: OHCI/UHCI: Add soft dependencies on ehci_platformHuacai Chen2-0/+2
2026-01-14usb: dwc3: apple: Set USB2 PHY mode before dwc3 initSven Peter1-15/+33
2026-01-13USB: serial: f81232: fix incomplete serial port generationJi-Ze Hong (Peter Hong)1-30/+47
2026-01-13USB: serial: ftdi_sio: add support for PICAXE AXE027 cableEthan Nelson-Moore2-0/+3
2026-01-13USB: serial: option: add Telit LE910 MBIM compositionUlrich Mohr1-0/+1
2026-01-07usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes BrĂ¼derl2-0/+8
2026-01-07tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris1-1/+1
2026-01-07usb: dwc3: Check for USB4 IP_NAMEThinh Nguyen2-0/+3
2025-12-23Merge patch series "usb: typec: ucsi: revert broken buffer management"Greg Kroah-Hartman8-172/+71
2025-12-23Revert "usb: typec: ucsi: Update UCSI structure to have message in and messag...Johan Hovold8-112/+71
2025-12-23Revert "usb: typec: ucsi: Add support for message out data structure"Johan Hovold3-32/+0
2025-12-23Revert "usb: typec: ucsi: Enable debugfs for message_out data structure"Johan Hovold1-26/+0
2025-12-23Revert "usb: typec: ucsi: Add support for SET_PDOS command"Johan Hovold2-2/+0
2025-12-23Revert "usb: typec: ucsi: Fix null pointer dereference in ucsi_sync_control_c...Greg Kroah-Hartman1-1/+1
2025-12-23Revert "usb: typec: ucsi: Get connector status after enable notifications"Greg Kroah-Hartman1-74/+59
2025-12-23usb: ohci-nxp: clean up probe error labelsJohan Hovold1-8/+8
2025-12-23usb: gadget: lpc32xx_udc: clean up probe error labelsJohan Hovold1-11/+10
2025-12-23usb: ohci-nxp: fix device leak on probe failureJohan Hovold1-0/+2
2025-12-23usb: phy: isp1301: fix non-OF device reference imbalanceJohan Hovold1-1/+6
2025-12-23usb: gadget: lpc32xx_udc: fix clock imbalance in error pathJohan Hovold1-10/+10
2025-12-23usb: typec: ucsi: Get connector status after enable notificationsHsin-Te Yuan1-59/+74
2025-12-23usb: usb-storage: Maintain minimal modifications to the bcdDevice range.Chen Changcheng1-1/+1
2025-12-17usb: dwc3: of-simple: fix clock resource leak in dwc3_of_simple_probeMiaoqian Lin1-3/+4
2025-12-17usb: typec: ucsi: Fix null pointer dereference in ucsi_sync_control_commonMario Limonciello (AMD)1-1/+1
2025-12-17USB: lpc32xx_udc: Fix error handling in probeMa Ke1-6/+15