summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-08-21PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith1-1/+16
2020-08-21PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith1-0/+24
2020-08-21PCI: Add device even if driver attach failedRajat Jain1-5/+1
2020-08-21PCI: Mark AMD Navi10 GPU rev 0x00 ATS as brokenKai-Heng Feng1-1/+4
2020-08-21PCI/ATS: Add pci_pri_supported() to check device or associated PFAshok Raj1-0/+15
2020-08-21PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki1-3/+11
2020-08-19irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3
2020-08-19PCI: Release IVRS table in AMD ACS quirkHanjun Guo1-0/+2
2020-08-19PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I1-2/+7
2020-08-19PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error pathKishon Vijay Abraham I2-12/+3
2020-08-19PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang1-0/+1
2020-08-19PCI: Fix pci_cfg_wait queue locking problemBjorn Helgaas1-6/+2
2020-08-11PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet1-32/+0
2020-08-05PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridgeRobert Hancock1-0/+13
2020-07-29Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas1-21/+9
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-2/+3
2020-07-22PCI/PM: Call .bridge_d3() hook only if non-NULLBjorn Helgaas1-1/+3
2020-06-24PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-06-24PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2020-06-24PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun1-5/+3
2020-06-24PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas1-5/+17
2020-06-24PCI: aardvark: Issue PERST via GPIOPali Rohár1-1/+42
2020-06-24PCI: aardvark: Improve link trainingMarek Behún1-25/+89
2020-06-24PCI: aardvark: Train link immediately after enabling trainingPali Rohár1-6/+9
2020-06-24PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg1-9/+21
2020-06-24PCI: Fix pci_register_host_bridge() device_register() error handlingRob Herring1-2/+3
2020-06-24PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne1-0/+1
2020-06-24PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-06-24PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-06-24PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2020-06-24PCI: vmd: Filter resource type bits from shadow registerJon Derrick1-2/+4
2020-06-24PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick1-3/+3
2020-06-24PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-06-24PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan1-2/+2
2020-06-24PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi1-0/+3
2020-06-24PCI: Allow pci_resize_resource() for devices on root busArd Biesheuvel1-4/+5
2020-06-22PCI: Program MPS for RCiEP devicesAshok Raj1-1/+21
2020-06-22PCI: Add ACS quirk for Intel Root Complex Integrated EndpointsAshok Raj1-0/+15
2020-06-22PCI: Avoid FLR for AMD Starship USB 3.0Kevin Buettner1-0/+2
2020-06-22PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0Marcos Scriven1-4/+14
2020-06-22PCI: Avoid Pericom USB controller OHCI/EHCI PME# defectKai-Heng Feng1-0/+13
2020-06-22PCI: Don't disable decoding when mmio_always_on is setJiaxun Yang1-1/+1
2020-06-17PCI/PM: Adjust pcie_wait_for_link_delay() for caller delayBjorn Helgaas1-2/+2
2020-04-15PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas1-0/+7
2020-04-08Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+7
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-70/+29
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds46-1352/+3336
2020-04-02Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-141/+46
2020-04-02Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-1/+7