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
/
xhci-hub.c
Age
Commit message (
Expand
)
Author
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
2022-04-09
xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
Mathias Nyman
2022-03-03
xhci: fix runtime PM imbalance in USB2 resume
Henry Lin
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
2021-11-06
xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
Mathias Nyman
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
2021-07-21
xhci: Fix lost USB 2 remote wake
Mathias Nyman
2021-03-23
usb: xhci: Remove unused function
Thinh Nguyen
2021-03-23
usb: xhci: Rewrite xhci_create_usb3_bos_desc()
Thinh Nguyen
2020-12-09
xhci: Give USB2 ports time to enter U3 in bus suspend
Li Jun
2020-08-30
Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
xhci: Do warm-reset when both CAS and XDEV_RESUME are set
Kai-Heng Feng
2020-07-23
xhci: Make debug message consistent with bus and port number
Kai-Heng Feng
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
2020-04-21
xhci: prevent bus suspend if a roothub port detected a over-current condition
Mathias Nyman
2020-03-12
xhci: Finetune host initiated USB3 rootport link suspend and resume
Mathias Nyman
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
2020-03-12
xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
Kai-Heng Feng
2020-02-24
Merge 5.6-rc3 into usb-next
Greg Kroah-Hartman
2020-02-17
xhci: Add missing annotation for xhci_enter_test_mode
Jules Irenge
2020-02-17
xhci: Add missing annotation for xhci_set_port_power()
Jules Irenge
2020-02-12
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
2020-02-12
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
2020-02-10
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
2019-12-11
xhci: make sure interrupts are restored to correct state
Mathias Nyman
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
2019-07-25
usb: host: xhci-hub: fix extra endianness conversion
Ruslan Bilovol
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
2019-03-22
xhci: Don't let USB3 ports stuck in polling state prevent suspend
Mathias Nyman
2018-12-21
Merge USB 4.20-rc8 mergepoint into usb-next
Greg Kroah-Hartman
2018-12-14
xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only
Mathias Nyman
2018-12-07
xhci: move usb2 get port status link resume handling to its own function
Mathias Nyman
2018-12-07
xhci: refactor U0 link state handling in get_port_status
Mathias Nyman
2018-12-07
xhci: cleanup code that sets portstatus and portchange bits
Mathias Nyman
2018-12-07
xhci: move usb2 speficic bits to own function in get_port_status call
Mathias Nyman
2018-12-07
xhci: move usb3 speficic bits to own function in get_port_status call
Mathias Nyman
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
2018-11-15
usb: xhci: Prevent bus suspend if a port connect change or polling state is d...
Mathias Nyman
2018-11-09
usb: xhci: fix timeout for transition from RExit to U0
Aaron Ma
2018-11-09
usb: xhci: fix uninitialized completion when USB3 port got wrong status
Aaron Ma
2018-09-28
xhci: Avoid USB autosuspend when resuming USB2 ports.
Anshuman Gupta
2018-06-25
USB: xhci-hcd: Add get_resuming_ports method
Alan Stern
2018-05-24
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
2018-05-24
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
2018-05-24
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
[next]