summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-10-28Merge branch 'pci/controller/cadence'Bjorn Helgaas-5/+0
2023-10-28Merge branch 'pci/controller/aspm'Bjorn Helgaas-0/+32
2023-10-28Merge branch 'pci/vga'Bjorn Helgaas-19/+39
2023-10-28Merge branch 'pci/reset'Bjorn Helgaas-0/+12
2023-10-28Merge branch 'pci/pm'Bjorn Helgaas-5/+61
2023-10-28Merge branch 'pci/p2pdma'Bjorn Helgaas-2/+1
2023-10-28Merge branch 'pci/hotplug'Bjorn Helgaas-2/+141
2023-10-28Merge branch 'pci/enumeration'Bjorn Helgaas-98/+104
2023-10-28Merge branch 'pci/endpoint'Bjorn Helgaas-6/+6
2023-10-28Merge branch 'pci/ats'Bjorn Helgaas-7/+28
2023-10-28Merge branch 'pci/aspm'Bjorn Helgaas-33/+45
2023-10-28Merge branch 'pci/aer'Bjorn Helgaas-18/+27
2023-10-26PCI: hotplug: Add Ampere Altra Attention Indicator extension driverD Scott Phillips-0/+140
2023-10-25PCI/AER: Factor out interrupt toggling into helpersKai-Heng Feng-18/+27
2023-10-25PCI: acpiphp: Allow built-in drivers for Attention IndicatorsD Scott Phillips-2/+1
2023-10-24PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit-0/+2
2023-10-24Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit-1/+2
2023-10-23PCI/P2PDMA: Remove redundant gotoTadeusz Struk-1/+0
2023-10-18PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski-0/+19
2023-10-18PCI: Extract ATS disabling to a helper functionBartosz Pawlowski-7/+9
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam-0/+28
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam-0/+4
2023-10-10PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen-2/+3
2023-10-10PCI/ASPM: Remove unnecessary includesIlpo Järvinen-2/+0
2023-10-10PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen-7/+7
2023-10-10PCI/ASPM: Use time constantsIlpo Järvinen-6/+8
2023-10-10PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen-2/+3
2023-10-10PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fieldsIlpo Järvinen-13/+18
2023-10-10PCI: Add PCI_L1SS_CTL2 fieldsIlpo Järvinen-0/+2
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König-2/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König-2/+2
2023-10-10PCI: exynos: Don't discard .remove() callbackUwe Kleine-König-2/+2
2023-10-06drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng-8/+3
2023-10-06drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng-1/+1
2023-10-06PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng-4/+3
2023-10-06PCI/VGA: Select VGA devices earlierSui Jingfeng-6/+8
2023-10-06PCI/VGA: Use pci_is_vga() to identify VGA devicesSui Jingfeng-1/+1
2023-10-06PCI: Add pci_is_vga() helperSui Jingfeng-0/+24
2023-10-06x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Mario Limonciello-0/+59
2023-10-05PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie-6/+6
2023-10-05PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen-5/+0
2023-10-03PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemapGustavo A. R. Silva-1/+1
2023-10-03PCI/ACPI: Use acpi_evaluate_dsm_typed()Andy Shevchenko-6/+7
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen-27/+28
2023-10-03PCI: Add PCI_HEADER_TYPE_MFD definitionIlpo Järvinen-0/+1
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen-2/+1
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner-5/+2
2023-09-28drm/radeon: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng-15/+5
2023-09-28drm/amdgpu: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng-22/+9