summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-04-28PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński2-27/+26
2021-04-28PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński1-38/+29
2021-04-28PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński1-39/+25
2021-04-20PCI: Refactor HT advertising of NO_MSI flagMarc Zyngier1-11/+4
2021-04-20PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier1-2/+9
2021-04-20PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner1-0/+4
2021-04-20PCI/MSI: Make pci_host_common_probe() declare its reliance on MSI domainsMarc Zyngier1-0/+1
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier1-0/+2
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier1-10/+1
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier2-24/+1
2021-04-20PCI: hv: Drop msi_controller structureMarc Zyngier1-4/+0
2021-04-20PCI: xilinx: Convert to MSI domainsMarc Zyngier2-138/+106
2021-04-20PCI: xilinx: Don't allocate extra memory for the MSI capture addressMarc Zyngier1-12/+6
2021-04-20PCI: rcar: Convert to MSI domainsMarc Zyngier2-183/+169
2021-04-20PCI: rcar: Don't allocate extra memory for the MSI capture addressMarc Zyngier1-11/+7
2021-04-20PCI: tegra: Convert to MSI domainsMarc Zyngier2-159/+191
2021-04-20PCI: Export pci_pio_to_address() for module useJianjun Wang1-0/+1
2021-04-16PCI: acpiphp: Fix whitespace issuechakravarthikulkarni1-2/+1
2021-04-16PCI: shpchp: Remove unused shpc_writeb()Jiapeng Chong1-5/+0
2021-04-14PCI: cpqphp: Use DEFINE_SPINLOCK() for int15_lockGuobin Huang1-4/+1
2021-04-14PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()Chen Hui1-3/+1
2021-04-13PCI: mediatek: Add missing MODULE_DEVICE_TABLEQiheng Lin1-0/+1
2021-04-13PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang1-0/+3
2021-04-13PCI: endpoint: Remove redundant initialization of pointer devColin Ian King1-1/+1
2021-04-09PCI: Delay after FLR of Intel DC P4510 NVMeRaphael Norwitz1-0/+1
2021-04-08PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu1-1/+1
2021-04-08ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Feilong Lin1-0/+1
2021-04-07PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCIBharat Kumar Gogada1-0/+7
2021-04-01PCI/ACPI: Fix acpi_pci_set_power_state() debug messageRafael J. Wysocki1-1/+1
2021-03-31IB/mthca: Disable parity reportingHeiner Kallweit1-9/+4
2021-03-31PCI: Add pci_disable_parity()Bjorn Helgaas1-0/+17
2021-03-31PCI: xgene: Fix cfg resource mappingDejin Zheng1-1/+2
2021-03-31PCI/VPD: Remove sysfs accessor size checking dead codeHeiner Kallweit1-14/+0
2021-03-30PCI/VPD: Remove obsolete Broadcom NIC quirkHeiner Kallweit1-46/+0
2021-03-29PCI: mediatek: Configure FC and FTS for functions other than 0Ryder Lee1-1/+1
2021-03-26PCI: endpoint: Fix NULL pointer dereference for ->get_features()Shradha Todi1-7/+10
2021-03-23PCI: Release OF node in pci_scan_device()'s error pathDmitry Baryshkov1-0/+1
2021-03-23PCI: j721e: Add support to provide refclk to PCIe connectorKishon Vijay Abraham I1-1/+21
2021-03-23PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependenciesGeert Uytterhoeven1-2/+1
2021-03-22PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194Wesley Sheng1-1/+1
2021-03-22PCI: brcmstb: Fix error return code in brcm_pcie_probe()Wei Yongjun1-0/+1
2021-03-22PCI: layerscape: Correct syntax by changing comma to semicolonKrzysztof Wilczyński1-1/+1
2021-03-22PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I1-1/+2
2021-03-22PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-3/+1
2021-03-22PCI: microchip: Make some symbols staticWei Yongjun1-4/+4
2021-03-22PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()Pali Rohár1-1/+1
2021-03-22PCI: vmd: Disable MSI-X remapping when possibleJon Derrick1-12/+51
2021-03-22PCI: tegra: Constify static structsRikard Falkeborn1-2/+2
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński10-20/+47
2021-03-12PCI: Avoid building empty driversArnd Bergmann2-2/+12