summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2026-03-30usb: dwc3: Add optional VBUS regulator support to SpacemiT K1Chukun Pan1-1/+22
2026-03-30usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoCYixun Lan1-0/+1
2026-03-30usb: gadget: udc: update outdated comment for renamed usb_gadget_udc_start()Kexin Sun1-2/+3
2026-03-30usb: typec: tcpci: support setting orientation via GPIOXu Yang1-0/+18
2026-03-30usb: tegra: use MODULE_FIRMWARE if SOC is ENABLEDNicolas Chauvet1-0/+8
2026-03-30usb: gadget: bdc: validate status-report endpoint indicesPengpeng Hou1-0/+4
2026-03-30usb: misc: iowarrior: use HID includesOliver Neukum1-5/+3
2026-03-30usb: misc: appledisplay: use HID includesOliver Neukum1-5/+3
2026-03-18usb: dwc3: imx: avoid calling imx suspend/resume callbacks twiceXu Yang1-0/+6
2026-03-18usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
2026-03-18dwc3: google: Fix PM domain leak in dwc3_google_probe()Felix Gu1-2/+3
2026-03-18cdc-acm: new quirk for EPSON HMDOliver Neukum2-0/+10
2026-03-18usb: hcd: queue wakeup_work to system_freezable_wq workqueueXu Yang1-1/+1
2026-03-18usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfoKuen-Han Tsai1-2/+4
2026-03-18USB: dummy-hcd: Fix interrupt synchronization errorAlan Stern1-15/+14
2026-03-18USB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-03-18usb: typec: ucsi: validate connector number in ucsi_notify_common()Nathan Rebello1-2/+7
2026-03-18usb: usbtmc: Flush anchored URBs in usbtmc_releaseHeitor Alves de Siqueira1-0/+3
2026-03-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-5/+5
2026-03-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan1-104/+507
2026-03-18usb: misc: onboard_dev: Remove duplicated static structuresKrzysztof Kozlowski1-19/+5
2026-03-18usb: typec: ps883x: Fix Oops at unbindMostafa Saleh1-0/+1
2026-03-18usb: port: add delay after usb_hub_set_port_power()Xu Yang1-0/+1
2026-03-18usb: core: allow ACPI-managed hard-wired ports to power offSean Rhodes1-3/+17
2026-03-18USB: core: Use krealloc() in usb_cache_string()Bence Csókás1-9/+11
2026-03-18usb: misc: onboard_usb_dev: Add Corechips SL6341 USB 2.0/3.0 hubAlexey Charkov2-0/+12
2026-03-18USB: pxa27x_udc: check return value of clk_enableZhaoyang Yu1-14/+52
2026-03-18usb: typec: ucsi: Add UCSI_USB4_IMPLIES_USB quirk for X1E80100Krishna Kurapati3-2/+9
2026-03-18iowarrior: use normal memory in write pathOliver Neukum1-7/+3
2026-03-18iowarrior: use interruptible lock in iowarrior_write()Oliver Neukum1-2/+5
2026-03-18usb: iowarrior: remove inherent race with minor numberOliver Neukum1-14/+3
2026-03-18USB: uas: give the error handler the correct nameOliver Neukum1-2/+2
2026-03-18usb: fhci: use kzalloc_flex for priv structRosen Penev2-13/+5
2026-03-18usb: renesas_usbhs: use kzalloc_flexRosen Penev1-13/+3
2026-03-18USB: usbip: drop redundant device referenceJohan Hovold1-4/+1
2026-03-18USB: apple-mfi-fastcharge: drop redundant device referenceJohan Hovold1-2/+1
2026-03-17USB: serial: ti_usb_3410_5052: use strscpy() instead of strcpy()Ai Chao1-8/+8
2026-03-17USB: serial: io_edgeport: add support for Blackbox IC135AFrej Drejhammar2-0/+4
2026-03-17USB: serial: option: add support for Rolling Wireless RW135R-GLWanquan Zhong1-0/+1
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman28-366/+317
2026-03-13USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speedVyacheslav Vahnenko1-0/+3
2026-03-11usb: roles: get usb role switch from parent only for usb-b-connectorXu Yang1-1/+6
2026-03-11Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang1-1/+1
2026-03-11usb: gadget: f_ncm: Fix net_device lifecycle with device_moveKuen-Han Tsai4-13/+73
2026-03-11Revert "usb: gadget: u_ether: add gether_opts for config caching"Kuen-Han Tsai3-234/+0
2026-03-11Revert "usb: gadget: u_ether: use <linux/hex.h> header file"Kuen-Han Tsai1-1/+0
2026-03-11Revert "usb: gadget: u_ether: Add auto-cleanup helper for freeing net_device"Kuen-Han Tsai2-17/+0
2026-03-11Revert "usb: gadget: f_ncm: align net_device lifecycle with bind/unbind"Kuen-Han Tsai2-66/+66
2026-03-11Revert "usb: legacy: ncm: Fix NPE in gncm_bind"Kuen-Han Tsai1-10/+3
2026-03-11Revert "usb: gadget: f_ncm: Fix atomic context locking issue"Kuen-Han Tsai3-13/+28