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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
3
-1
/
+12
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
2
-27
/
+16
2024-05-01
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
1
-11
/
+6
2024-05-01
xhci: pci: Use PCI_VENDOR_ID_RENESAS
Andy Shevchenko
1
-2
/
+2
2024-05-01
xhci: pci: Group out Thunderbolt xHCI IDs
Andy Shevchenko
1
-7
/
+9
2024-05-01
xhci: pci: Use full names in PCI IDs for Intel platforms
Andy Shevchenko
1
-9
/
+9
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
1
-17
/
+21
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
1
-3
/
+3
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
1
-9
/
+4
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
1
-2
/
+3
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
4
-30
/
+10
2024-05-01
xhci: improve PORTSC register debugging output
Mathias Nyman
1
-1
/
+6
2024-05-01
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
1
-7
/
+7
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2
-3
/
+1
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
1
-1
/
+1
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
1
-4
/
+2
2024-05-01
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2
-14
/
+14
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
1
-21
/
+8
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
3
-28
/
+7
2024-04-30
usb: ohci: Prevent missed ohci interrupts
Guenter Roeck
1
-0
/
+8
2024-04-23
usb: xhci-plat: Don't include xhci.h
Thinh Nguyen
2
-1
/
+4
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
2
-12
/
+9
2024-04-18
usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: ohci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
1
-11
/
+3
2024-04-18
usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
1
-10
/
+3
2024-04-18
usb: ehci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
1
-11
/
+3
2024-04-04
xhci: Fix root hub port null pointer dereference in xhci tracepoints
Mathias Nyman
1
-7
/
+5
2024-04-04
usb: xhci: correct return value in case of STS_HCE
Oliver Neukum
1
-5
/
+4
2024-03-26
USB: Use EHCI control transfer pid macros instead of constant values.
Dingyan Li
3
-18
/
+20
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-536
/
+521
2024-03-07
usb: ohci-pxa27x: Remove unused of_gpio.h
Andy Shevchenko
1
-1
/
+0
2024-03-07
usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined
Colin Ian King
1
-0
/
+2
2024-03-05
xhci: Allow RPM on the USB controller (1022:43f7) by default
Basavaraj Natikar
1
-1
/
+4
2024-03-05
xhci: Fix failure to detect ring expansion need.
Mathias Nyman
1
-1
/
+7
2024-03-02
usb: xhci: Add error handling in xhci_map_urb_for_dma
Prashanth K
1
-0
/
+2
2024-03-02
xhci: dbc: poll at different rate depending on data transfer activity
Mathias Nyman
2
-2
/
+13
2024-03-02
xhci: retry Stop Endpoint on buggy NEC controllers
Michal Pecio
1
-0
/
+9
2024-03-02
xhci: fix matching completion events with TDs
Michal Pecio
1
-4
/
+3
2024-03-02
usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segments
Niklas Neronin
1
-22
/
+15
2024-03-02
usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'
Niklas Neronin
1
-13
/
+1
2024-03-02
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
5
-75
/
+26
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
6
-45
/
+35
2024-03-02
xhci: rework how real & fake ports are found
Niklas Neronin
1
-19
/
+15
2024-02-26
Merge v6.8-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2024-02-19
Revert "xhci: add helper to stop endpoint and wait for completion"
Greg Kroah-Hartman
2
-48
/
+16
2024-02-19
usb: uhci-grlib: Explicitly include linux/platform_device.h
Andreas Larsson
1
-0
/
+1
2024-02-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
2
-16
/
+48
2024-02-17
xhci: Decouple handling an event from checking for unhandled events
Mathias Nyman
1
-19
/
+19
2024-02-17
xhci: Don't check if the event ring is valid before every event TRB
Mathias Nyman
1
-6
/
+6
2024-02-17
xhci: add helper that checks for unhandled events on a event ring
Mathias Nyman
1
-3
/
+8
[next]