index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
3
-179
/
+101
2021-01-29
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2021-01-29
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
1
-55
/
+53
2021-01-29
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2
-27
/
+30
2021-01-29
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
1
-7
/
+5
2021-01-29
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2021-01-29
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2021-01-29
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
1
-3
/
+2
2021-01-29
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
1
-5
/
+32
2021-01-29
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2
-16
/
+13
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
2
-7
/
+16
2021-01-29
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
1
-1
/
+6
2021-01-29
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
1
-0
/
+7
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
3
-22
/
+2
2021-01-29
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
1
-24
/
+22
2021-01-29
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
1
-3
/
+9
2021-01-29
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2
-25
/
+52
2021-01-29
xhci: remove unused event parameter from completion handlers
Mathias Nyman
1
-8
/
+6
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
3
-21
/
+17
2021-01-29
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
3
-20
/
+12
2021-01-28
USB: serial: mos7720: fix error code in mos7720_write()
Dan Carpenter
1
-1
/
+3
2021-01-28
USB: serial: option: Adding support for Cinterion MV31
Christoph Schemmel
1
-0
/
+6
2021-01-26
usb: usb251xb: Use of_device_get_match_data()
Stephen Boyd
1
-7
/
+5
2021-01-26
usb: dwc2: Make "trimming xfer length" a debug message
Guenter Roeck
1
-1
/
+1
2021-01-26
usb: dwc2: Abort transaction after errors with unknown reason
Guenter Roeck
1
-0
/
+12
2021-01-26
usb: dwc2: Do not update data length if it is 0 on inbound transfers
Guenter Roeck
1
-7
/
+8
2021-01-26
usb: raw-gadget: update documentation and Kconfig
Andrey Konovalov
1
-4
/
+9
2021-01-26
usb: raw-gadget: add copyright
Andrey Konovalov
1
-1
/
+2
2021-01-26
usb/c67x00: Replace tasklet with work
Davidlohr Bueso
2
-6
/
+8
2021-01-26
USB: serial: xr: fix B0 handling
Johan Hovold
1
-9
/
+14
2021-01-26
USB: serial: xr: fix pin configuration
Johan Hovold
1
-0
/
+8
2021-01-26
USB: serial: xr: fix gpio-mode handling
Johan Hovold
1
-6
/
+3
2021-01-26
USB: serial: xr: simplify line-speed logic
Johan Hovold
1
-2
/
+1
2021-01-26
USB: serial: xr: clean up line-settings handling
Johan Hovold
1
-19
/
+15
2021-01-26
USB: serial: xr: document vendor-request recipient
Johan Hovold
1
-4
/
+4
2021-01-26
USB: serial: xr: use termios flag helpers
Johan Hovold
1
-2
/
+1
2021-01-26
USB: serial: xr: use subsystem usb_device at probe
Johan Hovold
1
-2
/
+1
2021-01-26
USB: serial: xr: fix interface leak at disconnect
Johan Hovold
1
-0
/
+10
2021-01-26
USB: serial: xr: fix NULL-deref at probe
Johan Hovold
1
-0
/
+3
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
5
-39
/
+111
2021-01-26
USB: serial: mos7840: fix error code in mos7840_write()
Dan Carpenter
1
-1
/
+3
2021-01-26
usb: gadget: aspeed: add missing of_node_put
kernel test robot
1
-1
/
+3
2021-01-26
USB: usblp: don't call usb_set_interface if there's a single alt
Jeremy Figgins
1
-8
/
+11
2021-01-25
USB: serial: cp210x: add pid/vid for WSDA-200-USB
Pho Tran
1
-0
/
+1
2021-01-25
usb: typec: tcpci_maxim: add terminating newlines to logging
Junlin Yang
1
-6
/
+6
2021-01-25
usb: typec: tcpci_maxim: remove redundant assignment
Junlin Yang
1
-1
/
+0
2021-01-25
usb: typec: tcpm: Create legacy PDOs for PD2 connection
Kyle Tso
1
-10
/
+52
2021-01-25
Merge v5.11-rc5 into usb-next
Greg Kroah-Hartman
8
-18
/
+56
2021-01-23
usb: cdns3: Add support for TI's AM64 SoC
Aswath Govindraju
1
-0
/
+1
[prev]
[next]