index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-02
xhci: track port suspend state correctly in unsuccessful resume cases
Mathias Nyman
1
-9
/
+10
2023-02-02
xhci: decouple usb2 port resume and get_port_status request handling
Mathias Nyman
1
-22
/
+25
2023-02-02
xhci: clear usb2 resume related variables in one place.
Mathias Nyman
1
-22
/
+16
2023-02-02
xhci: rename resume_done to resume_timestamp
Mathias Nyman
1
-10
/
+10
2023-02-02
xhci: Pass port structure as parameter to xhci_disable_port().
Mathias Nyman
1
-9
/
+15
2023-02-02
xhci: move port specific items such as state completions to port structure
Mathias Nyman
1
-16
/
+15
2023-02-02
xhci: pass port pointer as parameter to xhci_set_port_power()
Mathias Nyman
1
-14
/
+11
2023-02-02
xhci: cleanup xhci_hub_control port references
Mathias Nyman
1
-60
/
+63
2023-01-17
xhci: hub: export symbol on xhci_hub_control
Jim Lin
1
-0
/
+1
2022-11-30
xhci: export two xhci_hub functions for xhci-pci module usage
Mathias Nyman
1
-4
/
+18
2022-08-25
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
1
-1
/
+1
2022-08-25
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
1
-0
/
+11
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
1
-1
/
+1
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
1
-1
/
+2
2022-04-09
xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
Mathias Nyman
1
-1
/
+1
2022-03-03
xhci: fix runtime PM imbalance in USB2 resume
Henry Lin
1
-0
/
+3
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
1
-1
/
+1
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-0
/
+1
2021-11-06
xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
Mathias Nyman
1
-1
/
+2
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-2
/
+4
2021-07-21
xhci: Fix lost USB 2 remote wake
Mathias Nyman
1
-1
/
+2
2021-03-23
usb: xhci: Remove unused function
Thinh Nguyen
1
-147
/
+0
2021-03-23
usb: xhci: Rewrite xhci_create_usb3_bos_desc()
Thinh Nguyen
1
-2
/
+235
2020-12-09
xhci: Give USB2 ports time to enter U3 in bus suspend
Li Jun
1
-0
/
+4
2020-08-30
Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-9
/
+10
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-23
xhci: Do warm-reset when both CAS and XDEV_RESUME are set
Kai-Heng Feng
1
-9
/
+10
2020-07-23
xhci: Make debug message consistent with bus and port number
Kai-Heng Feng
1
-18
/
+23
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
1
-3
/
+4
2020-04-21
xhci: prevent bus suspend if a roothub port detected a over-current condition
Mathias Nyman
1
-0
/
+9
2020-03-12
xhci: Finetune host initiated USB3 rootport link suspend and resume
Mathias Nyman
1
-11
/
+25
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
1
-13
/
+31
2020-03-12
xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
Kai-Heng Feng
1
-1
/
+10
2020-02-24
Merge 5.6-rc3 into usb-next
Greg Kroah-Hartman
1
-8
/
+17
2020-02-17
xhci: Add missing annotation for xhci_enter_test_mode
Jules Irenge
1
-0
/
+1
2020-02-17
xhci: Add missing annotation for xhci_set_port_power()
Jules Irenge
1
-0
/
+1
2020-02-12
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
1
-8
/
+17
2020-02-12
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
1
-17
/
+8
2020-02-10
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
1
-8
/
+17
2019-12-11
xhci: make sure interrupts are restored to correct state
Mathias Nyman
1
-6
/
+6
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
1
-0
/
+10
2019-07-25
usb: host: xhci-hub: fix extra endianness conversion
Ruslan Bilovol
1
-1
/
+1
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
1
-17
/
+27
2019-03-22
xhci: Don't let USB3 ports stuck in polling state prevent suspend
Mathias Nyman
1
-7
/
+12
2018-12-21
Merge USB 4.20-rc8 mergepoint into usb-next
Greg Kroah-Hartman
1
-1
/
+2
2018-12-14
xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only
Mathias Nyman
1
-1
/
+2
2018-12-07
xhci: move usb2 get port status link resume handling to its own function
Mathias Nyman
1
-84
/
+104
2018-12-07
xhci: refactor U0 link state handling in get_port_status
Mathias Nyman
1
-13
/
+19
2018-12-07
xhci: cleanup code that sets portstatus and portchange bits
Mathias Nyman
1
-12
/
+14
2018-12-07
xhci: move usb2 speficic bits to own function in get_port_status call
Mathias Nyman
1
-20
/
+24
[next]