summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-01-23usb: typec: Add mode_control field to port propertyAndrei Kuchynski2-3/+7
2026-01-23usb: phy: generic: Convert to device property APIGeert Uytterhoeven1-9/+3
2026-01-23usb: phy: generic: Convert to dev_err_probe()Geert Uytterhoeven1-18/+13
2026-01-23usb: phy: generic: Convert to devm_clk_get_optional()Geert Uytterhoeven1-19/+9
2026-01-23usb: phy: generic: Always use dev in usb_phy_generic_probe()Geert Uytterhoeven1-5/+4
2026-01-23usbip: Reduce CONNRESET message noise in dmesg from stubShuah Khan1-2/+2
2026-01-23usb: bdc: fix sleep during atomicJustin Chen1-2/+2
2026-01-23xhci: dbc: allow setting manufacturer string through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: allow setting product string through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: allow setting device serial number through sysfsŁukasz Bartosik1-0/+36
2026-01-23xhci: dbc: prepare to expose strings through sysfsŁukasz Bartosik2-78/+112
2026-01-23usb: typec: hd3ss3220: Enable VBUS based on role stateJan Remmet1-9/+18
2026-01-23usb: dwc3: google: Remove redundant dev_err()Chen Ni1-3/+1
2026-01-23usb: host: tegra: Remove manual wake IRQ disposalWayne Chang1-19/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap6-0/+6
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman19-63/+159
2026-01-16usb: misc: onboard_dev: Add WCH CH334 USB2.0 Hub (1a86:8091)Chaoyi Chen1-0/+8
2026-01-16usb: dwc3: Add dwc pointer to dwc3_readl/writelPrashanth K8-250/+253
2026-01-16usb: dwc3: Remove of dep->regsPrashanth K4-21/+15
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-14usb: chipidea: udc: fix DMA and SG cleanup in _ep_nuke()Mario Peter1-0/+7
2026-01-14usb: chipidea: ci_hdrc_imx: use "wakeup" suffix for wakeup interrupt nameXu Yang1-1/+8
2026-01-14usb: dwc3: Always deassert xilinx resetsSean Anderson1-35/+32
2026-01-14usb: gadget: u_ether: use <linux/hex.h> header fileRandy Dunlap1-0/+1
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman5-26/+0
2026-01-14usb: dwc3: imx8mp: disable auto suspend for host roleXu Yang1-0/+31
2026-01-14usb: dwc3: imx8mp: rename dwc3 to dwc3_pdev in struct dwc3_imx8mpXu Yang1-8/+8
2026-01-14usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecaseXu Yang1-3/+7
2026-01-14usb: gadget: f_fs: fix DMA-BUF OUT queuesSam Day1-3/+3
2026-01-14usb: gadget: f_fs: Fix ioctl error handlingSam Day1-12/+6
2026-01-14usb: gadget: f_tcm: initialize data_len in UAS path for consistencyJiasheng Jiang1-1/+2
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-09PCI: Add ASPEED vendor ID to pci_ids.hNirmoy Das1-1/+0
2026-01-08USB: core: Discard pm_runtime_put() return valueRafael J. Wysocki1-5/+3
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
2026-01-07usb: gadget: f_ncm: align net_device lifecycle with bind/unbindKuen-Han Tsai2-66/+66
2026-01-07usb: gadget: u_ether: Add auto-cleanup helper for freeing net_deviceKuen-Han Tsai2-0/+17