summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1364/+2714
2020-06-04Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas-2/+4
2020-06-04Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas-7/+5
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas-1181/+1904
2020-06-04Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas-20/+62
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas-61/+51
2020-06-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-20/+414
2020-06-04Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas-12/+4
2020-06-04Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas-4/+33
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