aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2021-09-02Merge branch 'pci/dwc'Bjorn Helgaas
2021-09-02Merge branch 'pci/artpec6'Bjorn Helgaas
2021-09-02Merge branch 'pci/misc'Bjorn Helgaas
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas
2021-09-02Merge branch 'pci/virtualization'Bjorn Helgaas
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas
2021-09-02Merge branch 'pci/portdrv'Bjorn Helgaas
2021-09-02Merge branch 'pci/irq'Bjorn Helgaas
2021-09-02Merge branch 'pci/iommu'Bjorn Helgaas
2021-09-02Merge branch 'pci/hotplug'Bjorn Helgaas
2021-09-02PCI: ibmphp: Fix double unmap of io_memVishal Aslot
2021-08-31PCI/VPD: Use unaligned access helpersHeiner Kallweit
2021-08-31PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit
2021-08-31PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit
2021-08-31PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit
2021-08-31PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit
2021-08-31PCI: Set dma-can-stall for HiSilicon chipsZhangfei Gao
2021-08-31PCI: dwc: Remove surplus break statement after returnKrzysztof Wilczyński
2021-08-31PCI: artpec6: Remove local code block from switch statementKrzysztof Wilczyński
2021-08-31PCI: artpec6: Remove surplus break statement after returnKrzysztof Wilczyński
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao
2021-08-20PCI: Make saved capability state private to coreBjorn Helgaas
2021-08-20PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson
2021-08-20PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian
2021-08-20PCI/PTM: Remove error message at bootJakub Kicinski
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni
2021-08-18PCI: Use acpi_pci_power_manageable()Shanker Donthineni
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit