summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-pci.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun1-3/+5
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio1-3/+7
2025-02-14usb: xhci: Restore xhci_pci support for Renesas HCsMichal Pecio1-3/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-11-13usb: cdns3: Synchronise PCI IDs via common data baseAndy Shevchenko1-3/+2
2024-11-06usb: xhci: request MSI/-X according to requested amountNiklas Neronin1-7/+4
2024-11-06xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko1-4/+4
2024-11-06xhci: pci: Use standard pattern for device IDsAndy Shevchenko1-5/+5
2024-11-06xhci: Don't perform Soft Retry for Etron xHCI hostKuangyi Chiang1-0/+1
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang1-0/+1
2024-11-06xhci: Combine two if statements for Etron xHCI hostKuangyi Chiang1-6/+2
2024-11-06xhci: Cleanup Candence controller PCI device and vendor ID usageMathias Nyman1-5/+3
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman1-2/+4
2024-11-04USB: xhci: add support for PWRON active highParth Pancholi1-0/+3
2024-10-29xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar1-2/+4
2024-10-04usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak1-0/+7
2024-09-11usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI hostWangYuli1-0/+7
2024-09-05xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman1-3/+5
2024-09-05usb: xhci: remove 'retval' from xhci_pci_resume()Niklas Neronin1-3/+1
2024-09-05usb: xhci: add comments explaining specific interrupt behaviourNiklas Neronin1-2/+5
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin1-3/+3
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings1-38/+19
2024-06-27xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGLReka Norman1-1/+3
2024-06-12xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang1-1/+3
2024-06-12xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang1-0/+5
2024-05-01xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko1-2/+2
2024-05-01xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko1-7/+9
2024-05-01xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko1-9/+9
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman1-13/+2
2024-03-05xhci: Allow RPM on the USB controller (1022:43f7) by defaultBasavaraj Natikar1-1/+4
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin1-6/+4
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman1-2/+0
2023-12-06Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman1-2/+0
2023-12-04xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin1-5/+3
2023-12-04xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin1-29/+15
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin1-7/+7
2023-12-04xhci: refactor static MSI functionNiklas Neronin1-34/+15
2023-12-04xhci: refactor static MSI-X functionNiklas Neronin1-40/+28
2023-12-04xhci: add handler for only one interrupt lineNiklas Neronin1-25/+10
2023-12-04xhci: check if legacy irq is available before using it as fallbackNiklas Neronin1-1/+1
2023-10-21xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar1-1/+3
2023-10-21xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar1-0/+2
2023-07-25Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum1-3/+1
2023-06-13xhci: Add ZHAOXIN xHCI host U1/U2 feature supportWeitao Wang1-0/+1
2023-06-13xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang1-0/+2
2023-06-13xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang1-1/+6
2023-06-13xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman1-7/+0
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman1-2/+10