aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-24Merge tag 'usb-serial-6.18-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-0/+10
2025-10-23USB: serial: option: add Telit FN920C04 ECM compositionsLI Qingwu1-0/+4
2025-10-22USB: serial: option: add Quectel RG255CReinhard Speyerer1-0/+4
2025-10-22tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik1-2/+2
2025-10-22usb/core/quirks: Add Huawei ME906S to wakeup quirkTim Guttzeit1-0/+2
2025-10-22usb: raw-gadget: do not limit transfer lengthAndrey Konovalov1-2/+0
2025-10-20USB: serial: option: add UNISOC UIS7720Renjun Wang1-0/+2
2025-10-14xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman1-1/+8
2025-10-14xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman1-2/+4
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio1-1/+2
2025-10-13usb: misc: Add x86 dependency for Intel USBIO driverPeter Robinson1-0/+1
2025-10-13usb: dwc3: Don't call clk_bulk_disable_unprepare() twiceChristophe JAILLET1-3/+0
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds76-696/+2722
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-5/+8
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+2
2025-09-25usb: vhci-hcd: Prevent suspending virtually attached devicesCristian Ciocaltea1-0/+22
2025-09-25Merge tag 'usb-serial-6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman2-1/+7
2025-09-24USB: serial: option: add SIMCom 8230C compositionsXiaowei Li1-0/+6
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin1-1/+1
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin1-17/+17
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin2-7/+8
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin1-18/+24
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio1-2/+3
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio1-7/+4
2025-09-17Merge patch series "usb: gadget: Refactor function drivers to use __free() cleanup"Greg Kroah-Hartman5-146/+110
2025-09-17usb: gadget: f_rndis: Refactor bind path to use __free()Kuen-Han Tsai1-50/+35
2025-09-17usb: gadget: f_ecm: Refactor bind path to use __free()Kuen-Han Tsai1-28/+20
2025-09-17usb: gadget: f_acm: Refactor bind path to use __free()Kuen-Han Tsai1-23/+19
2025-09-17usb: gadget: f_ncm: Refactor bind path to use __free()Kuen-Han Tsai1-45/+33
2025-09-17usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai1-0/+3
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das3-1/+68
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das2-0/+15
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das2-44/+50
2025-09-17usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu1-1/+7
2025-09-17usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBsForest Crossman1-6/+8
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati1-0/+1
2025-09-17Merge patch series "Add SpacemiT K1 USB3.0 host controller support"Greg Kroah-Hartman3-0/+178
2025-09-17usb: dwc3: add generic driver to support flattenedZe Huang3-0/+178
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik2-2/+2
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman7-40/+108
2025-09-14usb: typec: tipd: Handle mode transitions for CD321xHector Martin1-4/+286
2025-09-14usb: typec: tipd: Read data status in probe and cache its valueHector Martin1-0/+4
2025-09-14usb: typec: tipd: Use read_power_status function in probeHector Martin1-4/+1
2025-09-14usb: typec: tipd: Update partner identity when power status was updatedHector Martin1-1/+8
2025-09-14usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321xSven Peter1-3/+82
2025-09-14usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321xSven Peter1-4/+76
2025-09-14usb: typec: tipd: Add cd321x struct with separate sizeSven Peter1-5/+15
2025-09-14usb: typec: tipd: Trace data status for CD321x correctlySven Peter3-1/+51
2025-09-14usb: typec: tipd: Move switch_power_state to tipd_dataSven Peter1-9/+8
2025-09-14usb: typec: tipd: Move initial irq mask to tipd_dataSven Peter1-12/+11