summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2024-11-06xhci: add stream context tracingMathias Nyman-0/+29
2024-11-06xhci: Don't trace ring at every enqueue or dequeue increaseMathias Nyman-14/+12
2024-11-06xhci: show DMA address of TRB when tracing TRBsMathias Nyman-25/+35
2024-11-06xhci: Cleanup Candence controller PCI device and vendor ID usageMathias Nyman-5/+3
2024-11-06usb: xhci: Fix sum_trb_lengths()Michal Pecio-8/+7
2024-11-06usb: xhci: Remove unused parameters of next_trb()Michal Pecio-9/+7
2024-11-06xhci: Add Isochronous TRB fields to TRB tracerMathias Nyman-5/+25
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh-1/+1
2024-11-05usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter-0/+2
2024-11-05usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros-13/+12
2024-11-05usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie-4/+4
2024-11-05usb: musb: sunxi: Fix accessing an released usb phyZijun Hu-2/+0
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)-7/+7
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman-21/+31
2024-11-04usb: use "prompt" instead of "bool" for choice promptsMasahiro Yamada-5/+5
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois-0/+206
2024-11-04USB: xhci: add support for PWRON active highParth Pancholi-0/+3
2024-11-04USB: bcma: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-10-31USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter-4/+4
2024-10-29USB: serial: option: add Quectel RG650VBenoît Monin-0/+3
2024-10-29USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer-0/+3
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne-3/+7
2024-10-29usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu-1/+1
2024-10-29usb: core: use sysfs_emit() instead of sprintf()Jiayi Li-11/+14
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne-16/+57
2024-10-29usb: storage: use US_BULK_FLAG_OUT instead of constant valuesDingyan Li-7/+7
2024-10-29usb: dwc3: gadget: Refine the logic for resizing Tx FIFOsAkash Kumar-9/+24
2024-10-29usb: typec: ucsi: Helper for Get Connector Status commandHeikki Krogerus-15/+16
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco-3/+4
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco-0/+1
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco-2/+4
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco-2/+2
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman-2/+2
2024-10-29Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren-1/+0
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan-8/+8
2024-10-29xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar-2/+4
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman-58/+140
2024-10-18Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-0/+8
2024-10-17USB: serial: option: add Telit FN920C04 MBIM compositionsDaniele Palmas-0/+6
2024-10-17USB: serial: option: add support for Quectel EG916Q-GLBenjamin B. Frost-0/+2
2024-10-17xhci: dbc: honor usb transfer size boundaries.Mathias Nyman-5/+51
2024-10-17usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio-37/+29
2024-10-17xhci: Mitigate failed set dequeue pointer commandsMathias Nyman-1/+1
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman-1/+1
2024-10-17USB: gadget: dummy-hcd: Fix "task hung" problemAlan Stern-5/+15
2024-10-17xhci: add helper to stop endpoint and wait for completionMathias Nyman-0/+47
2024-10-17usb: gadget: uvc: dont call usb_composite_setup_continue when not streamingMichael Grzeschik-0/+3
2024-10-17usb: gadget: uvc: add trace of enqueued and completed requestsMichael Grzeschik-0/+80
2024-10-17usb: gadget: uvc: set nbuffers to minimum STREAMING_MIN_BUFFERS in uvc_queue_...Michael Grzeschik-0/+5
2024-10-17usb: gadget: uvc: set req_length based on payload by nreqs instead of req_sizeMichael Grzeschik-9/+20