summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2021-01-25PCI: xilinx-cpm: Fix reference count leak on error pathPan Bian1-0/+1
2021-01-22PCI: Remove tango host controller driverArnd Bergmann3-356/+0
2021-01-19PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser1-2/+1
2021-01-19PCI: Drop PCIE_RCAR config optionLad Prabhakar1-9/+0
2021-01-19PCI: brcmstb: support BCM4908 with external PERST# signal controllerRafał Miłecki2-1/+33
2021-01-18PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser1-7/+3
2021-01-18PCI: dwc: Remove IRQ handler and data in one goMartin Kaiser1-4/+2
2021-01-18PCI: altera-msi: Remove IRQ handler and data in one goMartin Kaiser1-2/+1
2021-01-15PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut1-1/+1
2020-12-26Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-32/+31
2020-12-26PCI: dwc: Fix inverted condition of DMA mask setup warningAlexander Lobakin1-6/+2
2020-12-26PCI: tegra: Fix host link initializationRob Herring1-26/+29
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+4
2020-12-16Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-1434/+789
2020-12-16Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-11/+26
2020-12-16Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-2/+0
2020-12-16Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-2/+2
2020-12-16Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas1-7/+22
2020-12-16Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas24-1283/+654
2020-12-16Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas3-15/+23
2020-12-16Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas1-0/+1
2020-12-16Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas1-1/+8
2020-12-15PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner1-6/+2
2020-12-15PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner1-6/+2
2020-12-15Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+7
2020-12-10PCI: xgene: Removed unused ".bus_shift" initialisers from pci-xgene.cKrzysztof Wilczyński1-2/+0
2020-12-10PCI: vmd: Update type of the __iomem pointersKrzysztof Wilczyński1-4/+4
2020-12-10PCI: iproc: Convert to use the new ECAM constantsKrzysztof Wilczyński1-23/+8
2020-12-10PCI: thunder-pem: Add constant for custom ".bus_shift" initialiserKrzysztof Wilczyński1-2/+11
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński12-82/+30
2020-12-10PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle argKishon Vijay Abraham I1-9/+19
2020-12-10PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar1-0/+8
2020-12-09PCI: qcom: Add support for configuring BDF to SID mapping for SM8250Manivannan Sadhasivam2-0/+89
2020-12-08PCI: qcom: Add SM8250 SoC supportManivannan Sadhasivam1-0/+11
2020-12-07PCI: tegra: Disable LTSSM during L2 entryVidya Sagar1-7/+9
2020-12-07PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar1-1/+5
2020-12-07PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar1-24/+15
2020-12-07PCI: tegra: Set DesignWare IP versionVidya Sagar1-0/+1
2020-12-07PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar1-6/+6
2020-12-07PCI: aardvark: Update comment about disabling link trainingPali Rohár1-1/+8
2020-12-01PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar1-0/+7
2020-12-01PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar1-9/+10
2020-12-01PCI: dwc: exynos: Rework the driver to support Exynos5433 variantJaehoon Chung2-216/+146
2020-11-30PCI: iproc: Enhance PCIe Link information displaySrinath Mannam1-0/+6
2020-11-30PCI: iproc: Invalidate correct PAXB inbound windowsRoman Bacik1-2/+11
2020-11-30PCI: iproc: Fix out-of-bound array accessesBharat Gooty1-5/+5
2020-11-23PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick1-11/+26
2020-11-20PCI: cadence: Do not error if "cdns,max-outbound-regions" is not foundKishon Vijay Abraham I2-6/+4
2020-11-20PCI: brcmstb: Initialize "tmp" before useJim Quinlan1-0/+1
2020-11-20PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar1-2/+0