summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-28Merge branch 'pci/controller/hyperv'Bjorn Helgaas1-1/+1
2023-10-28Merge branch 'pci/controller/cadence'Bjorn Helgaas1-5/+0
2023-10-28Merge branch 'pci/controller/aspm'Bjorn Helgaas3-0/+32
2023-10-28Merge branch 'pci/vga'Bjorn Helgaas4-19/+15
2023-10-28Merge branch 'pci/reset'Bjorn Helgaas1-0/+12
2023-10-28Merge branch 'pci/pm'Bjorn Helgaas2-5/+2
2023-10-28Merge branch 'pci/p2pdma'Bjorn Helgaas1-2/+1
2023-10-28Merge branch 'pci/hotplug'Bjorn Helgaas4-2/+141
2023-10-28Merge branch 'pci/enumeration'Bjorn Helgaas21-87/+93
2023-10-28Merge branch 'pci/endpoint'Bjorn Helgaas1-6/+6
2023-10-28Merge branch 'pci/ats'Bjorn Helgaas1-7/+28
2023-10-28Merge branch 'pci/aspm'Bjorn Helgaas1-33/+43
2023-10-26PCI: hotplug: Add Ampere Altra Attention Indicator extension driverD Scott Phillips3-0/+140
2023-10-26PCI/AER: Factor out interrupt toggling into helpersKai-Heng Feng1-18/+27
2023-10-25PCI: acpiphp: Allow built-in drivers for Attention IndicatorsD Scott Phillips1-2/+1
2023-10-25PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit1-0/+2
2023-10-25Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit1-1/+2
2023-10-23PCI/P2PDMA: Remove redundant gotoTadeusz Struk1-1/+0
2023-10-19PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski1-0/+19
2023-10-19PCI: Extract ATS disabling to a helper functionBartosz Pawlowski1-7/+9
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byKees Cook1-1/+1
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam1-0/+28
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam2-0/+4
2023-10-11PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen1-2/+3
2023-10-11PCI/ASPM: Remove unnecessary includesIlpo Järvinen1-2/+0
2023-10-11PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen1-7/+7
2023-10-11PCI/ASPM: Use time constantsIlpo Järvinen1-6/+8
2023-10-11PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen1-2/+3
2023-10-11PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fieldsIlpo Järvinen1-13/+18
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: exynos: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-07drm/qxl: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-8/+3
2023-10-07drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-1/+1
2023-10-07PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()Sui Jingfeng1-4/+3
2023-10-07PCI/VGA: Select VGA devices earlierSui Jingfeng1-6/+8
2023-10-07PCI/VGA: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-1/+1
2023-10-06PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie1-6/+6
2023-10-05PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen1-5/+0
2023-10-04PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemapGustavo A. R. Silva1-1/+1
2023-10-03PCI/ACPI: Use acpi_evaluate_dsm_typed()Andy Shevchenko1-6/+7
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen12-27/+28
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen1-2/+1
2023-09-30PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner2-5/+2
2023-09-29drm/radeon: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng1-15/+5
2023-09-29drm/amdgpu: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng2-22/+9
2023-09-29drm/nouveau: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng1-7/+4
2023-09-29PCI: Add pci_get_base_class() helperSui Jingfeng1-0/+31
2023-09-28PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e cardLukas Wunner1-0/+12