summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-06-25PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas1-5/+17
2020-06-25PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring1-2/+3
2020-06-25PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-06-25PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-25PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-06-20PCI: Program MPS for RCiEP devicesAshok Raj1-1/+21
2020-06-20PCI: Unify ACS quirk desired vs provided checkingBjorn Helgaas1-22/+45
2020-06-20PCI: Add ACS quirk for Intel Root Complex Integrated EndpointsAshok Raj1-0/+15
2020-06-20PCI: Generalize multi-function power dependency device linksAbhishek Sahu1-20/+34
2020-06-20vga_switcheroo: Use device link for HDA controllerLukas Wunner1-0/+39
2020-06-20PCI: Make ACS quirk implementations more uniformBjorn Helgaas1-22/+19
2020-06-20PCI: Add ACS quirk for Ampere root portsFeng Kan1-0/+9
2020-06-20PCI: Add ACS quirk for iProc PAXBAbhinav Ratna1-0/+14
2020-06-20PCI: Avoid FLR for AMD Starship USB 3.0Kevin Buettner1-0/+2
2020-06-20PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0Marcos Scriven1-4/+14
2020-06-20PCI: Disable MSI for Freescale Layerscape PCIe RC modeHou Zhiqiang1-0/+8
2020-06-20PCI: Don't disable decoding when mmio_always_on is setJiaxun Yang1-1/+1
2020-05-02PCI/ASPM: Allow re-enabling Clock PMHeiner Kallweit1-7/+11
2020-04-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-2/+8
2020-04-24PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang1-2/+2
2020-04-24PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe1-1/+1
2020-02-28PCI/IOV: Fix memory leak in pci_iov_add_virtfn()Navid Emamdoost1-0/+1
2020-02-15PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16
2020-02-15PCI/switchtec: Fix vep_vector_number ioread widthLogan Gunthorpe1-1/+1
2020-02-15PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-02-05PCI: Add DMA alias quirk for Intel VCA NTBSlawomir Pawlowski1-0/+34
2020-01-27PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang1-2/+2
2020-01-27switchtec: Remove immediate status check after submitting MRPC commandKelvin Cao1-4/+0
2020-01-27PCI: iproc: Remove PAXC slot check to allow VF supportJitendra Bhivare1-8/+0
2020-01-17PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas1-1/+1
2020-01-12PCI/switchtec: Read all 64 bits of part_event_bitmapLogan Gunthorpe1-2/+2
2019-12-21PCI: Apply Cavium ACS quirk to ThunderX2 and ThunderX3George Cherian1-7/+13
2019-12-21PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan1-1/+1
2019-12-21PCI: Fix Intel ACS quirk UPDCR register addressSteffen Liebergeld1-1/+1
2019-12-21PCI/PM: Always return devices to D0 when thawingDexuan Cui1-6/+11
2019-12-05PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei1-9/+13
2019-12-01PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I1-0/+3
2019-12-01PCI: vmd: Detach resources after stopping root busJon Derrick1-1/+1
2019-11-12PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-11-12PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy1-0/+17
2019-11-06PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck1-0/+1
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-10-07PCI: exynos: Propagate errors for optional PHYsThierry Reding1-1/+1
2019-10-07PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-10-07PCI: rockchip: Propagate errors for optional regulatorsThierry Reding1-8/+8
2019-10-07PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-10-05PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-09-21PCI: kirin: Fix section mismatch warningNathan Chancellor1-2/+2
2019-09-19PCI: Always allow probing with driver_overrideAlex Williamson1-1/+2
2019-09-16PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R1-1/+2