summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-11-06xhci: Don't perform Soft Retry for Etron xHCI hostKuangyi Chiang
2024-11-06xhci: Fix control transfer error on Etron xHCI hostKuangyi Chiang
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang
2024-11-06xhci: Combine two if statements for Etron xHCI hostKuangyi Chiang
2024-11-06usb: xhci: add xhci_initialize_ring_segments()Niklas Neronin
2024-11-06usb: xhci: rework xhci_link_segments()Niklas Neronin
2024-11-06usb: xhci: refactor xhci_link_rings() to use source and destination ringsNiklas Neronin
2024-11-06usb: xhci: rework xhci_free_segments_for_ring()Niklas Neronin
2024-11-06usb: xhci: adjust xhci_alloc_segments_for_ring() argumentsNiklas Neronin
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin
2024-11-06xhci: debugfs: Add virt endpoint state to xhci debugfsWangYuli
2024-11-06xhci: trace stream context at Set TR Deq command completionMathias Nyman
2024-11-06xhci: add stream context tracingMathias Nyman
2024-11-06xhci: Don't trace ring at every enqueue or dequeue increaseMathias Nyman
2024-11-06xhci: show DMA address of TRB when tracing TRBsMathias Nyman
2024-11-06xhci: Cleanup Candence controller PCI device and vendor ID usageMathias Nyman
2024-11-06usb: xhci: Fix sum_trb_lengths()Michal Pecio
2024-11-06usb: xhci: Remove unused parameters of next_trb()Michal Pecio
2024-11-06xhci: Add Isochronous TRB fields to TRB tracerMathias Nyman
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois
2024-11-04USB: xhci: add support for PWRON active highParth Pancholi
2024-11-04USB: bcma: Remove unused of_gpio.hAndy Shevchenko
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne
2024-10-29usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu
2024-10-29usb: core: use sysfs_emit() instead of sprintf()Jiayi Li
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne
2024-10-29usb: storage: use US_BULK_FLAG_OUT instead of constant valuesDingyan Li
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman
2024-10-29Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan
2024-10-29xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman
2024-10-18Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-10-17USB: serial: option: add Telit FN920C04 MBIM compositionsDaniele Palmas
2024-10-17USB: serial: option: add support for Quectel EG916Q-GLBenjamin B. Frost
2024-10-17xhci: dbc: honor usb transfer size boundaries.Mathias Nyman
2024-10-17usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio
2024-10-17xhci: Mitigate failed set dequeue pointer commandsMathias Nyman
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman
2024-10-17USB: gadget: dummy-hcd: Fix "task hung" problemAlan Stern
2024-10-17xhci: add helper to stop endpoint and wait for completionMathias Nyman