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-07-10
usb: dwc2: add support for other Lantiq SoCs
Hauke Mehrtens
-5
/
+25
2024-07-10
usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
Takashi Iwai
-8
/
+11
2024-07-09
USB: serial: mos7840: fix crash on resume
Dmitry Smirnov
-0
/
+45
2024-07-05
USB: serial: garmin_gps: use struct_size() to allocate pkt
Javier Carrasco
-2
/
+1
2024-07-05
USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
Javier Carrasco
-1
/
+1
2024-07-05
USB: serial: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+7
2024-07-05
USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'
Dr. David Alan Gilbert
-10
/
+0
2024-07-05
USB: serial: option: add Rolling RW350-GL variants
Vanillan Wang
-0
/
+2
2024-07-05
USB: serial: option: add support for Foxconn T99W651
Slark Xiao
-0
/
+2
2024-07-05
USB: serial: option: add Netprisma LCUK54 series modules
Mank Wang
-0
/
+24
2024-07-05
usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
Lee Jones
-0
/
+3
2024-07-03
usb: dwc3: pci: add support for the Intel Panther Lake
Heikki Krogerus
-0
/
+8
2024-07-03
usb: dwc3: core: Check all ports when set phy suspend
Thinh Nguyen
-12
/
+17
2024-07-03
usb: typec: tcpci: add support to set connector orientation
Marco Felsch
-0
/
+44
2024-07-03
usb: typec: ucsi: reorder operations in ucsi_run_command()
Dmitry Baryshkov
-20
/
+14
2024-07-03
usb: typec: ucsi: extract common code for command handling
Dmitry Baryshkov
-203
/
+67
2024-07-03
usb: typec: ucsi: inline ucsi_read_message_in
Dmitry Baryshkov
-14
/
+8
2024-07-03
usb: typec: ucsi: rework command execution functions
Dmitry Baryshkov
-72
/
+66
2024-07-03
usb: typec: ucsi: split read operation
Dmitry Baryshkov
-72
/
+169
2024-07-03
usb: typec: ucsi: simplify command sending API
Dmitry Baryshkov
-87
/
+64
2024-07-03
usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
Dmitry Baryshkov
-10
/
+6
2024-07-03
usb: core: add missing of_node_put() in usb_of_has_devices_or_graph
Javier Carrasco
-2
/
+5
2024-07-03
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
WangYuli
-0
/
+3
2024-07-03
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...
Alan Stern
-3
/
+15
2024-07-03
xhci: always resume roothubs if xHC was reset during resume
Mathias Nyman
-3
/
+13
2024-07-03
Merge tag 'usb-serial-6.10-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-0
/
+10
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-5
/
+5
2024-07-01
Merge 6.10-rc6 into usb-next
Greg Kroah-Hartman
-29
/
+165
2024-06-30
Merge tag 'usb-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-29
/
+152
2024-06-27
usb: dwc3: core: Workaround for CSR read timeout
Jos Wang
-1
/
+19
2024-06-27
Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach"
Ferry Toth
-1
/
+1
2024-06-27
Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment"
Ferry Toth
-2
/
+0
2024-06-27
usb: typec: ucsi: add Lenovo Yoga C630 glue driver
Dmitry Baryshkov
-0
/
+214
2024-06-27
usb: typec: ucsi: UCSI2.0 Get Error Status changes
Pooja Katiyar
-3
/
+29
2024-06-27
usb: typec: ucsi: UCSI2.0 Get Error Status data structure changes
Pooja Katiyar
-0
/
+8
2024-06-27
usb: typec: ucsi: Only set number of plug altmodes after registration
Jameson Thies
-6
/
+6
2024-06-27
xhci: sort out TRB Endpoint ID bitfield macros
Mathias Nyman
-22
/
+17
2024-06-27
xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL
Reka Norman
-1
/
+3
2024-06-27
usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()
Niklas Neronin
-16
/
+17
2024-06-27
usb: xhci: move process TD code out of the while loop
Niklas Neronin
-32
/
+30
2024-06-27
usb: xhci: remove infinite loop prevention
Niklas Neronin
-15
/
+0
2024-06-27
usb: xhci: remove false xhci_giveback_urb_in_irq() header comment
Niklas Neronin
-4
/
+0
2024-06-27
usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stopped
Niklas Neronin
-13
/
+12
2024-06-27
xhci: rework xhci internal endpoint halt state detection.
Mathias Nyman
-27
/
+29
2024-06-27
usb: xhci: remove obsolete sanity check debug messages
Niklas Neronin
-8
/
+2
2024-06-27
usb: xhci: improve error message for targetless transfer event
Niklas Neronin
-2
/
+2
2024-06-27
usb: xhci: move untargeted transfer event handling to a separate function
Niklas Neronin
-27
/
+29
2024-06-27
usb: xhci: move all segment re-numbering to xhci_link_rings()
Niklas Neronin
-12
/
+13
2024-06-27
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
-16
/
+9
2024-06-27
usb: xhci: remove unused argument from handle_port_status()
Niklas Neronin
-4
/
+2
[prev]
[next]