summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-083-0/+130
|\
| * PCI: VMD: ACPI: Make ACPI companion lookup work for VMD busRafael J. Wysocki2021-09-023-0/+130
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-0767-885/+3210
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-09-021-0/+1
| |\ \
| | * | PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XXGeert Uytterhoeven2021-07-231-0/+1
| * | | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-09-0210-197/+551
| |\ \ \
| | * | | PCI: cadence: Add support to configure virtual functionsKishon Vijay Abraham I2021-08-192-21/+128
| | * | | PCI: cadence: Simplify code to get register base address for configuring BARKishon Vijay Abraham I2021-08-192-14/+7
| | * | | PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-198-163/+297
| | * | | PCI: endpoint: Add support to link a physical function to a virtual functionKishon Vijay Abraham I2021-08-191-0/+24
| | * | | PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2021-08-192-2/+98
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xilinx-nwl'Bjorn Helgaas2021-09-021-0/+12
| |\ \ \
| | * | | PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon2021-08-131-0/+12
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2021-09-021-1/+0
| |\ \ \
| | * | | PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()ErKun Yang2021-08-051-1/+0
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/tegra194'Bjorn Helgaas2021-09-021-23/+31
| |\ \ \
| | * | | PCI: tegra194: Cleanup unused codeOm Prakash Singh2021-08-041-7/+0
| | * | | PCI: tegra194: Don't allow suspend when Tegra PCIe is in EP modeOm Prakash Singh2021-08-041-0/+5
| | * | | PCI: tegra194: Disable interrupts before entering L2Om Prakash Singh2021-08-041-0/+10
| | * | | PCI: tegra194: Fix MSI-X programmingOm Prakash Singh2021-08-041-1/+1
| | * | | PCI: tegra194: Fix handling BME_CHGED eventOm Prakash Singh2021-08-041-15/+15
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2021-09-021-16/+14
| |\ \ \
| | * | | PCI: tegra: make const array err_msg staticChristophe JAILLET2021-08-051-1/+1
| | * | | PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET2021-08-051-5/+5
| | * | | PCI: tegra: Fix OF node reference leakChristophe JAILLET2021-08-051-5/+8
| | * | | PCI: tegra: Remove unused struct tegra_pcie_busKrzysztof WilczyƄski2021-07-231-5/+0
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2021-09-023-2/+95
| |\ \ \
| | * | | PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut2021-08-162-0/+93
| | * | | PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu2021-08-051-2/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2021-09-021-13/+39
| |\ \ \
| | * | | PCI: mediatek: Use PCI domain to handle ports detectionChuanjia Liu2021-08-261-12/+17
| | * | | PCI: mediatek: Add new method to get irq numberChuanjia Liu2021-08-261-1/+5
| | * | | PCI: mediatek: Add new method to get shared pcie-cfg base addressChuanjia Liu2021-08-261-0/+17
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/keembay'Bjorn Helgaas2021-09-023-0/+489
| |\ \ \
| | * | | PCI: keembay: Add support for Intel Keem BaySrikanth Thokala2021-08-203-0/+489
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2021-09-022-11/+7
| |\ \ \
| | * | | PCI: iproc: Fix BCMA probe resource handlingRob Herring2021-08-041-10/+6
| | * | | PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Rob Herring2021-08-041-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-022-38/+60
| |\ \ \
| | * | | PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng2021-08-231-0/+7
| | * | | PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng2021-08-231-5/+8
| | * | | PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng2021-08-231-4/+5
| | * | | PCI: hv: Generify PCI probingArnd Bergmann2021-08-231-27/+30
| | * | | PCI: Support populating MSI domains of root buses via bridgesBoqun Feng2021-08-231-1/+5
| | * | | PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-1/+5
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2021-09-021-5/+62
| |\ \ \
| | * | | PCI: hv: Support for create interrupt v3Sunil Muthuswamy2021-08-131-5/+62
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2021-09-025-6/+95
| |\ \ \
| | * | | PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I2021-08-191-0/+19
| | * | | PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I2021-08-191-4/+36