index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Lines
2024-11-06
xhci: add stream context tracing
Mathias Nyman
-0
/
+29
2024-11-06
xhci: Don't trace ring at every enqueue or dequeue increase
Mathias Nyman
-14
/
+12
2024-11-06
xhci: show DMA address of TRB when tracing TRBs
Mathias Nyman
-25
/
+35
2024-11-06
xhci: Cleanup Candence controller PCI device and vendor ID usage
Mathias Nyman
-5
/
+3
2024-11-06
usb: xhci: Fix sum_trb_lengths()
Michal Pecio
-8
/
+7
2024-11-06
usb: xhci: Remove unused parameters of next_trb()
Michal Pecio
-9
/
+7
2024-11-06
xhci: Add Isochronous TRB fields to TRB tracer
Mathias Nyman
-5
/
+25
2024-11-05
sysfs: treewide: constify attribute callback of bin_is_visible()
Thomas Weißschuh
-1
/
+1
2024-11-05
usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()
Dan Carpenter
-0
/
+2
2024-11-05
usb: dwc3: fix fault at system suspend if device was already runtime suspended
Roger Quadros
-13
/
+12
2024-11-05
usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
Rex Nie
-4
/
+4
2024-11-05
usb: musb: sunxi: Fix accessing an released usb phy
Zijun Hu
-2
/
+0
2024-11-05
usb: Use (of|device)_property_present() for non-boolean properties
Rob Herring (Arm)
-7
/
+7
2024-11-05
Merge v6.12-rc6 into usb-next
Greg Kroah-Hartman
-21
/
+31
2024-11-04
usb: use "prompt" instead of "bool" for choice prompts
Masahiro Yamada
-5
/
+5
2024-11-04
usb: typec: mux: Add support for the TUSB1046 crosspoint switch
Romain Gantois
-0
/
+206
2024-11-04
USB: xhci: add support for PWRON active high
Parth Pancholi
-0
/
+3
2024-11-04
USB: bcma: Remove unused of_gpio.h
Andy Shevchenko
-1
/
+0
2024-10-31
USB: serial: io_edgeport: fix use after free in debug printk
Dan Carpenter
-4
/
+4
2024-10-29
USB: serial: option: add Quectel RG650V
Benoît Monin
-0
/
+3
2024-10-29
USB: serial: option: add Fibocom FG132 0x0112 composition
Reinhard Speyerer
-0
/
+3
2024-10-29
usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...
Amit Sunil Dhamne
-3
/
+7
2024-10-29
usb: phy: Fix API devm_usb_put_phy() can not release the phy
Zijun Hu
-1
/
+1
2024-10-29
usb: core: use sysfs_emit() instead of sprintf()
Jiayi Li
-11
/
+14
2024-10-29
usb: typec: tcpm: Add support for parsing time dt properties
Amit Sunil Dhamne
-16
/
+57
2024-10-29
usb: storage: use US_BULK_FLAG_OUT instead of constant values
Dingyan Li
-7
/
+7
2024-10-29
usb: dwc3: gadget: Refine the logic for resizing Tx FIFOs
Akash Kumar
-9
/
+24
2024-10-29
usb: typec: ucsi: Helper for Get Connector Status command
Heikki Krogerus
-15
/
+16
2024-10-29
usb: typec: use cleanup facility for 'altmodes_node'
Javier Carrasco
-3
/
+4
2024-10-29
usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
Javier Carrasco
-0
/
+1
2024-10-29
usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
Javier Carrasco
-2
/
+4
2024-10-29
usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
Javier Carrasco
-2
/
+2
2024-10-29
usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device links
Mathias Nyman
-2
/
+2
2024-10-29
Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"
Stefan Wahren
-1
/
+0
2024-10-29
xhci: Fix Link TRB DMA in command ring stopped completion event
Faisal Hassan
-8
/
+8
2024-10-29
xhci: Use pm_runtime_get to prevent RPM on unsupported systems
Basavaraj Natikar
-2
/
+4
2024-10-21
Merge 6.12-rc4 into usb-next
Greg Kroah-Hartman
-58
/
+140
2024-10-18
Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-0
/
+8
2024-10-17
USB: serial: option: add Telit FN920C04 MBIM compositions
Daniele Palmas
-0
/
+6
2024-10-17
USB: serial: option: add support for Quectel EG916Q-GL
Benjamin B. Frost
-0
/
+2
2024-10-17
xhci: dbc: honor usb transfer size boundaries.
Mathias Nyman
-5
/
+51
2024-10-17
usb: xhci: Fix handling errors mid TD followed by other errors
Michal Pecio
-37
/
+29
2024-10-17
xhci: Mitigate failed set dequeue pointer commands
Mathias Nyman
-1
/
+1
2024-10-17
xhci: Fix incorrect stream context type macro
Mathias Nyman
-1
/
+1
2024-10-17
USB: gadget: dummy-hcd: Fix "task hung" problem
Alan Stern
-5
/
+15
2024-10-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
-0
/
+47
2024-10-17
usb: gadget: uvc: dont call usb_composite_setup_continue when not streaming
Michael Grzeschik
-0
/
+3
2024-10-17
usb: gadget: uvc: add trace of enqueued and completed requests
Michael Grzeschik
-0
/
+80
2024-10-17
usb: gadget: uvc: set nbuffers to minimum STREAMING_MIN_BUFFERS in uvc_queue_...
Michael Grzeschik
-0
/
+5
2024-10-17
usb: gadget: uvc: set req_length based on payload by nreqs instead of req_size
Michael Grzeschik
-9
/
+20
[prev]
[next]