summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-11usb: dwc3: starfive: Add JHB100 USB 2.0 DRD controllerMinda Chen
2026-04-11drivers/usb/host: Fix spelling error 'seperate' -> 'separate'Qinghua Zhao
2026-04-11Merge tag 'usb-serial-7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-04-08USB: serial: iuu_phoenix: fix iuutool author nameThorsten Blum
2026-04-07usb: gadget: f_ncm: validate minimum block_len in ncm_unwrap_ntb()Greg Kroah-Hartman
2026-04-07usb: gadget: f_phonet: fix skb frags[] overflow in pn_rx_complete()Greg Kroah-Hartman
2026-04-07usb: gadget: f_hid: Add missing error codeEthan Tidmore
2026-04-07usb: typec: cros_ec_ucsi: Load driver from OF and ACPI definitionsJameson Thies
2026-04-07USB: of: Simplify with scoped for each OF child loopHans Zhang
2026-04-07usbip: validate number_of_packets in usbip_pack_ret_submit()Nathan Rebello
2026-04-07usb: gadget: renesas_usb3: validate endpoint index in standard request handlersGreg Kroah-Hartman
2026-04-07usb: core: config: reverse the size check of the SSP isoc endpoint descriptorGreg Kroah-Hartman
2026-04-07usb: typec: ucsi: Set usb mode on partner changeJameson Thies
2026-04-07USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC touchscreenDave Carey
2026-04-07usb: storage: Expand range of matched versions for VL817 quirks entryDaniel BrĂ¡t
2026-04-07usb: chipidea: otg: not wait vbus drop if use role_switchXu Yang
2026-04-07usb: chipidea: core: allow ci_irq_handler() handle both ID and VBUS changeXu Yang
2026-04-07usb: chipidea: core: refactor ci_usb_role_switch_set()Xu Yang
2026-04-07usb: typec: ucsi: skip connector validation before initNathan Rebello
2026-04-07USB: serial: option: add Telit Cinterion FN990A MBIM compositionFabio Porcedda
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman
2026-04-03Revert "usb: cdns3: Add USBSSP platform driver support"Greg Kroah-Hartman
2026-04-03Revert "usb: cdnsp: Add support for device-only configuration"Greg Kroah-Hartman
2026-04-02usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin
2026-04-02usb: xhci: simpilfy resume root hub codeNiklas Neronin
2026-04-02usb: xhci: cleanup xhci_hub_report_usb3_link_state()Niklas Neronin
2026-04-02usb: xhci: rename parameter to match argument 'portsc'Niklas Neronin
2026-04-02usb: xhci: add PORTSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: add PORTPMSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...Niklas Neronin
2026-04-02usb: xhci: clean up 'wValue' handling in xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: clean up handling of upper bits in SetPortFeature wIndexNiklas Neronin
2026-04-02usb: xhci: rename 'wIndex' parameters to 'portnum'Niklas Neronin
2026-04-02usb: xhci: stop treating 'wIndex' as a mutable port numberNiklas Neronin
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin
2026-04-02usb: xhci: improve debug messages during suspendNiklas Neronin
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin
2026-04-02usb: xhci: move ring initializationNiklas Neronin
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin
2026-04-02usb: xhci: relocate Restore/Controller error checkNiklas Neronin
2026-04-02usb: xhci: simplify CMRT initialization logicNiklas Neronin
2026-04-02usb: xhci: Fix debugfs bandwidth reportingMichal Pecio
2026-04-02usb: xhci: Simplify clearing the Event Interrupt bitMichal Pecio
2026-04-02xhci: use BIT macroOliver Neukum