summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-0667-1871/+3217
|\
| * Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2020-06-041-2/+4
| |\
| | * PCI: vmd: Filter resource type bits from shadow registerJon Derrick2020-05-291-2/+4
| * | Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas2020-06-041-1/+1
| |\ \
| | * | PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET2020-05-051-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-06-042-7/+5
| |\ \
| | * | PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu2020-06-011-2/+1
| | * | PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-3/+2
| | * | PCI: tegra: Fix reporting GPIO error valuePali Rohár2020-05-111-2/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-06-0410-1241/+2048
| |\ \
| | * | PCI: rcar: Add endpoint mode supportLad Prabhakar2020-05-224-0/+581
| | * | PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar2020-05-222-69/+146
| | * | PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar2020-05-113-2/+9
| | * | PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar2020-05-111-1/+4
| | * | PCI: rcar: Move shareable code to a common fileLad Prabhakar2020-05-114-293/+361
| | * | PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar2020-05-113-1/+11
| | * | PCI: rcar: Add suspend/resumeKazufumi Ikeda2020-05-071-15/+75
| | * | PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray2020-05-071-4/+5
| | |/
| * | Merge branch 'remotes/lorenzo/pci/pci-bridge-emul'Bjorn Helgaas2020-06-041-30/+31
| |\ \
| | * | PCI: pci-bridge-emul: Eliminate the 'reserved' memberJon Derrick2020-05-221-17/+13
| | * | PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0Jon Derrick2020-05-221-15/+16
| | * | PCI: pci-bridge-emul: Fix Root Cap/Status commentJon Derrick2020-05-221-1/+5
| | * | PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick2020-05-221-3/+3
| | |/
| * | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-06-041-20/+62
| |\ \
| | * | PCI: hv: Use struct_size() helperGustavo A. R. Silva2020-05-281-14/+8
| | * | PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu2020-05-111-2/+38
| | * | PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu2020-05-111-4/+16
| | |/
| * | Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2020-06-0411-64/+59
| |\ \
| | * | PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring2020-05-076-42/+24
| | * | PCI: host-generic: Support building as modulesRob Herring2020-05-015-4/+17
| | * | PCI: Constify struct pci_ecam_opsRob Herring2020-05-019-19/+19
| | |/
| * | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2020-06-041-0/+3
| |\ \
| | * | PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi2020-05-051-0/+3
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-06-0411-20/+414
| |\ \
| | * | PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi2020-06-043-2/+396
| | * | PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I2020-05-221-1/+1
| | * | PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier2020-05-221-2/+2
| | * | PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-05-221-0/+2
| | * | PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun2020-05-221-5/+3
| | * | PCI: dwc: intel: Make intel_pcie_cpu_addr() staticJason Yan2020-05-221-1/+1
| | * | PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak2020-05-222-3/+7
| | * | PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei2020-05-051-1/+1
| | * | PCI: dwc: Clean up computing of msix_tblJiri Slaby2020-05-051-5/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2020-06-042-12/+4
| |\ \
| | * | PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DTKishon Vijay Abraham I2020-05-182-4/+4
| | * | PCI: cadence: Remove "cdns,max-outbound-regions" DT propertyKishon Vijay Abraham I2020-05-182-8/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-06-041-4/+33
| |\ \
| | * | PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne2020-05-131-0/+17
| | * | PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan2020-05-111-1/+13
| | * | PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan2020-05-111-2/+2