summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2020-06-04Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas-44/+219
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas-10/+16
2020-06-04PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi-2/+396
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+28
2020-06-01PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu-2/+1
2020-05-29PCI: vmd: Filter resource type bits from shadow registerJon Derrick-2/+4
2020-05-29PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu-3/+2
2020-05-28PCI: hv: Use struct_size() helperGustavo A. R. Silva-14/+8
2020-05-27PCI: Add Loongson PCI Controller supportJiaxun Yang-0/+258
2020-05-22PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I-1/+1
2020-05-22PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier-2/+2
2020-05-22PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier-0/+2
2020-05-22PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun-5/+3
2020-05-22PCI: dwc: intel: Make intel_pcie_cpu_addr() staticJason Yan-1/+1
2020-05-22PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak-3/+7
2020-05-22PCI: rcar: Add endpoint mode supportLad Prabhakar-0/+581
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar-8/+8
2020-05-18PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DTKishon Vijay Abraham I-4/+4
2020-05-18PCI: cadence: Remove "cdns,max-outbound-regions" DT propertyKishon Vijay Abraham I-8/+0
2020-05-18PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár-23/+18
2020-05-18PCI: aardvark: Add PHY supportMarek Behún-0/+69
2020-05-18PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG accessPali Rohár-0/+7
2020-05-18PCI: aardvark: Issue PERST via GPIOPali Rohár-1/+42
2020-05-18PCI: aardvark: Improve link trainingMarek Behún-25/+89
2020-05-18PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár-4/+0
2020-05-18PCI: aardvark: Train link immediately after enabling trainingPali Rohár-6/+9
2020-05-13PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne-0/+17
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma-10/+16
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu-2/+38
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu-4/+16
2020-05-11PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan-1/+13
2020-05-11PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan-2/+2
2020-05-11PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan-1/+0
2020-05-11PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne-0/+1
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar-2/+2
2020-05-11PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar-1/+4
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar-293/+361
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar-1/+11
2020-05-11PCI: tegra: Fix reporting GPIO error valuePali Rohár-2/+2
2020-05-07PCI: rcar: Add suspend/resumeKazufumi Ikeda-15/+75
2020-05-07PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray-4/+5
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring-42/+24
2020-05-05PCI: altera: Clean up indentation issue on a return statementColin Ian King-1/+1
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET-1/+1
2020-05-05PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei-1/+1
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby-5/+1
2020-05-01PCI: host-generic: Support building as modulesRob Herring-4/+12
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring-16/+16
2020-04-24PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas-1/+0