index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2024-06-27
usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stopped
Niklas Neronin
2024-06-27
xhci: rework xhci internal endpoint halt state detection.
Mathias Nyman
2024-06-27
usb: xhci: remove obsolete sanity check debug messages
Niklas Neronin
2024-06-27
usb: xhci: improve error message for targetless transfer event
Niklas Neronin
2024-06-27
usb: xhci: move untargeted transfer event handling to a separate function
Niklas Neronin
2024-06-27
usb: xhci: move all segment re-numbering to xhci_link_rings()
Niklas Neronin
2024-06-27
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
2024-06-27
usb: xhci: remove unused argument from handle_port_status()
Niklas Neronin
2024-06-27
usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()
Niklas Neronin
2024-06-27
usb: xhci: remove unused 'xhci' argument
Niklas Neronin
2024-06-27
usb: xhci: remove 'num_trbs' from struct 'xhci_td'
Niklas Neronin
2024-06-27
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
2024-06-27
xhci: Set correct transferred length for cancelled isoc transfers
Mathias Nyman
2024-06-27
xhci: show usb device name in xhci urb tracing
Mathias Nyman
2024-06-27
xhci: Remove dead code in xhci_move_dequeue_past_td()
Hector Martin
2024-06-20
usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LO
Daehwan Jung
2024-06-20
xhci: Add a quirk for writing ERST in high-low order
Daehwan Jung
2024-06-20
usb: host: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-18
Merge tag 'v6.10-rc4' into usb-next
Greg Kroah-Hartman
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
2024-06-12
xhci: Apply broken streams quirk to Etron EJ188 xHCI host
Kuangyi Chiang
2024-06-12
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
Kuangyi Chiang
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
2024-06-04
usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'
Dr. David Alan Gilbert
2024-05-10
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
2024-05-01
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
2024-05-01
xhci: pci: Use PCI_VENDOR_ID_RENESAS
Andy Shevchenko
2024-05-01
xhci: pci: Group out Thunderbolt xHCI IDs
Andy Shevchenko
2024-05-01
xhci: pci: Use full names in PCI IDs for Intel platforms
Andy Shevchenko
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
2024-05-01
xhci: improve PORTSC register debugging output
Mathias Nyman
2024-05-01
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
2024-05-01
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
2024-04-30
usb: ohci: Prevent missed ohci interrupts
Guenter Roeck
2024-04-23
usb: xhci-plat: Don't include xhci.h
Thinh Nguyen
2024-04-23
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
2024-04-18
usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
2024-04-18
usb: ohci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
2024-04-18
usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
2024-04-18
usb: ehci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
[prev]
[next]