aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2020-05-29PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-05-28PCI: hv: Use struct_size() helperGustavo A. R. Silva1-14/+8
2020-05-27PCI: Add Loongson PCI Controller supportJiaxun Yang3-0/+258
2020-05-22PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I1-1/+1
2020-05-22PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-05-22PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2020-05-22PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun1-5/+3
2020-05-22PCI: dwc: intel: Make intel_pcie_cpu_addr() staticJason Yan1-1/+1
2020-05-22PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak2-3/+7
2020-05-22PCI: rcar: Add endpoint mode supportLad Prabhakar4-0/+581
2020-05-22PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar1-8/+8
2020-05-18PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DTKishon Vijay Abraham I2-4/+4
2020-05-18PCI: cadence: Remove "cdns,max-outbound-regions" DT propertyKishon Vijay Abraham I2-8/+0
2020-05-18PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár1-23/+18
2020-05-18PCI: aardvark: Add PHY supportMarek Behún1-0/+69
2020-05-18PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG accessPali Rohár1-0/+7
2020-05-18PCI: aardvark: Issue PERST via GPIOPali Rohár1-1/+42
2020-05-18PCI: aardvark: Improve link trainingMarek Behún1-25/+89
2020-05-18PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár1-4/+0
2020-05-18PCI: aardvark: Train link immediately after enabling trainingPali Rohár1-6/+9
2020-05-13PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne1-0/+17
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma7-10/+16
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu1-2/+38
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu1-4/+16
2020-05-11PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan1-1/+13
2020-05-11PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan1-2/+2
2020-05-11PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan1-1/+0
2020-05-11PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne1-0/+1
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar2-2/+2
2020-05-11PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar1-1/+4
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar4-293/+361
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar3-1/+11
2020-05-11PCI: tegra: Fix reporting GPIO error valuePali Rohár1-2/+2
2020-05-07PCI: rcar: Add suspend/resumeKazufumi Ikeda1-15/+75
2020-05-07PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring6-42/+24
2020-05-05PCI: altera: Clean up indentation issue on a return statementColin Ian King1-1/+1
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2020-05-05PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei1-1/+1
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby1-5/+1
2020-05-01PCI: host-generic: Support building as modulesRob Herring3-4/+12
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring8-16/+16
2020-04-24PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas1-1/+0
2020-04-24PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by defaultBjorn Helgaas1-1/+1
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)1-16/+28
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-882/+2227
2020-04-02Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-141/+46
2020-04-02Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-1/+7
2020-04-02Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas9-454/+947
2020-04-02Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-74/+186