summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-hub.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin1-60/+11
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin1-1/+3
2023-10-21xhci: pass port structure to tracing instead of port numberMathias Nyman1-2/+2
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman1-9/+10
2023-02-02xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman1-22/+25
2023-02-02xhci: clear usb2 resume related variables in one place.Mathias Nyman1-22/+16
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman1-10/+10
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman1-9/+15
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman1-16/+15
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman1-14/+11
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman1-60/+63
2023-01-17xhci: hub: export symbol on xhci_hub_controlJim Lin1-0/+1
2022-11-30xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman1-4/+18
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman1-1/+1
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-0/+11
2022-06-23xhci: turn off port power in shutdownMathias Nyman1-1/+1
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit1-1/+2
2022-04-09xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500msMathias Nyman1-1/+1
2022-03-03xhci: fix runtime PM imbalance in USB2 resumeHenry Lin1-0/+3
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-1/+1
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman1-0/+1
2021-11-06xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman1-1/+2
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman1-2/+4
2021-07-21xhci: Fix lost USB 2 remote wakeMathias Nyman1-1/+2
2021-03-23usb: xhci: Remove unused functionThinh Nguyen1-147/+0
2021-03-23usb: xhci: Rewrite xhci_create_usb3_bos_desc()Thinh Nguyen1-2/+235
2020-12-09xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun1-0/+4
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-9/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng1-18/+23
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-3/+4
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman1-0/+9
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman1-11/+25
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-13/+31
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng1-1/+10
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-8/+17
2020-02-17xhci: Add missing annotation for xhci_enter_test_modeJules Irenge1-0/+1
2020-02-17xhci: Add missing annotation for xhci_set_port_power()Jules Irenge1-0/+1
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman1-8/+17
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman1-17/+8
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman1-8/+17
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman1-6/+6
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman1-0/+10
2019-07-25usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol1-1/+1
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman1-17/+27
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman1-7/+12
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman1-1/+2
2018-12-14xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman1-84/+104