summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio
2025-10-13usb: misc: Add x86 dependency for Intel USBIO driverPeter Robinson
2025-10-13usb: dwc3: Don't call clk_bulk_disable_unprepare() twiceChristophe JAILLET
2025-10-13usb: ljca: Improve ACPI hardware ID documentationSakari Ailus
2025-10-13usb: ljca: Order ACPI hardware IDs alphabeticallySakari Ailus
2025-10-13usb: vhci-hcd: Replace pr_*() with dev_*() loggingCristian Ciocaltea
2025-10-13usb: vhci-hcd: Switch to dev_err_probe() in probe pathCristian Ciocaltea
2025-10-13usb: typec: ucsi: Handle incorrect num_connectors capabilityMark Pearson
2025-10-13USB: Fix descriptor count when handling invalid MBIM extended descriptorSeungjin Bae
2025-10-13usb: dwc3: dwc3-generic-plat: Add layerscape dwc3 supportFrank Li
2025-10-13usb: dwc3: Add software-managed properties for flattened modelFrank Li
2025-10-13usb: typec: altmodes/displayport: do not enter mode if port is the UFPRD Babiera
2025-10-13usb: typec: class: add typec_get_data_role symbolRD Babiera
2025-10-13usb: chipidea: imx: add USB support for i.MX94Xu Yang
2025-10-13usb: typec: tipd: Fix error handling in cd321x_read_data_statusSven Peter
2025-10-13usb: gadget: zero: add function wakeup supportXu Yang
2025-10-13usb: hub: Use max() to improve usb_set_lpm_pel()Thorsten Blum
2025-10-13usbip: Fix locking bug in RT-enabled kernelsLizhi Xu
2025-10-13usb: usbtmc: Remove unnecessary local variable from usbtmc_ioctl_requestThorsten Blum
2025-10-13usb: ehci: Add Aspeed AST2700 supportRyan Chen
2025-10-13usb: uhci: Add Aspeed AST2700 supportRyan Chen
2025-10-13usb: uhci: Add reset control supportRyan Chen
2025-10-13usb: core: Drop spaces after function namesClaudiu Beznea
2025-10-13usb: misc: ljca: Remove Wentong's e-mail addressSakari Ailus
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-25usb: vhci-hcd: Prevent suspending virtually attached devicesCristian Ciocaltea
2025-09-25Merge tag 'usb-serial-6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2025-09-24USB: serial: option: add SIMCom 8230C compositionsXiaowei Li
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio
2025-09-17Merge patch series "usb: gadget: Refactor function drivers to use __free() cl...Greg Kroah-Hartman
2025-09-17usb: gadget: f_rndis: Refactor bind path to use __free()Kuen-Han Tsai
2025-09-17usb: gadget: f_ecm: Refactor bind path to use __free()Kuen-Han Tsai
2025-09-17usb: gadget: f_acm: Refactor bind path to use __free()Kuen-Han Tsai
2025-09-17usb: gadget: f_ncm: Refactor bind path to use __free()Kuen-Han Tsai
2025-09-17usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das
2025-09-17usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu
2025-09-17usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBsForest Crossman
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-09-17Merge patch series "Add SpacemiT K1 USB3.0 host controller support"Greg Kroah-Hartman
2025-09-17usb: dwc3: add generic driver to support flattenedZe Huang