aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-06xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko1-4/+4
2024-11-06xhci: pci: Use standard pattern for device IDsAndy Shevchenko1-5/+5
2024-11-06xhci: Don't perform Soft Retry for Etron xHCI hostKuangyi Chiang1-0/+1
2024-11-06xhci: Fix control transfer error on Etron xHCI hostKuangyi Chiang1-0/+14
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang3-0/+21
2024-11-06xhci: Combine two if statements for Etron xHCI hostKuangyi Chiang1-6/+2
2024-11-06usb: xhci: add xhci_initialize_ring_segments()Niklas Neronin1-18/+23
2024-11-06usb: xhci: rework xhci_link_segments()Niklas Neronin1-24/+30
2024-11-06usb: xhci: refactor xhci_link_rings() to use source and destination ringsNiklas Neronin1-20/+20
2024-11-06usb: xhci: rework xhci_free_segments_for_ring()Niklas Neronin1-10/+11
2024-11-06usb: xhci: adjust xhci_alloc_segments_for_ring() argumentsNiklas Neronin1-27/+21
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin4-33/+27
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin4-33/+19
2024-11-06xhci: debugfs: Add virt endpoint state to xhci debugfsWangYuli1-2/+3
2024-11-06xhci: trace stream context at Set TR Deq command completionMathias Nyman2-5/+14
2024-11-06xhci: add stream context tracingMathias Nyman3-0/+29
2024-11-06xhci: Don't trace ring at every enqueue or dequeue increaseMathias Nyman2-14/+12
2024-11-06xhci: show DMA address of TRB when tracing TRBsMathias Nyman3-25/+35
2024-11-06xhci: Cleanup Candence controller PCI device and vendor ID usageMathias Nyman1-5/+3
2024-11-06usb: xhci: Fix sum_trb_lengths()Michal Pecio1-8/+7
2024-11-06usb: xhci: Remove unused parameters of next_trb()Michal Pecio1-9/+7
2024-11-06xhci: Add Isochronous TRB fields to TRB tracerMathias Nyman1-5/+25
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-11-05usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter1-0/+2
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
2024-11-05usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie1-4/+4
2024-11-05usb: musb: sunxi: Fix accessing an released usb phyZijun Hu1-2/+0
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)7-7/+7
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman8-21/+31
2024-11-04usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada5-5/+5
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois3-0/+206
2024-11-04USB: xhci: add support for PWRON active highParth Pancholi1-0/+3
2024-11-04USB: bcma: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-10-31USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter1-4/+4
2024-10-29USB: serial: option: add Quectel RG650VBenoît Monin1-0/+3
2024-10-29USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+3
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne1-3/+7
2024-10-29usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu1-1/+1
2024-10-29usb: core: use sysfs_emit() instead of sprintf()Jiayi Li3-11/+14
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne1-16/+57
2024-10-29usb: storage: use US_BULK_FLAG_OUT instead of constant valuesDingyan Li3-7/+7
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar1-9/+24
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus1-15/+16
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco1-3/+4
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco1-0/+1
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco1-2/+4
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco1-2/+2
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman1-2/+2
2024-10-29Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren1-1/+0
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8