summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* PCI: mvebu: Fix duplicate resource requestsRob Herring2020-11-041-13/+10
* PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring2020-11-041-2/+6
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-2240-1426/+1935
|\
| * Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2020-10-211-4/+0
| |\
| | * PCI: xilinx-cpm: Remove leftover bridge initializationLorenzo Pieralisi2020-09-071-4/+0
| * | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2020-10-211-2/+2
| |\ \
| | * | PCI: xgene: Remove unused assignment to variable msi_valKrzysztof Wilczyński2020-10-021-2/+2
| | |/
| * | Merge branch 'pci/vmd'Bjorn Helgaas2020-10-211-124/+182
| |\ \
| | * | PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick2020-10-211-2/+0
| | * | PCI: vmd: Create IRQ allocation helperJon Derrick2020-10-201-41/+53
| | * | PCI: vmd: Create IRQ Domain configuration helperJon Derrick2020-10-201-17/+35
| | * | PCI: vmd: Create bus offset configuration helperJon Derrick2020-10-201-21/+32
| | * | PCI: vmd: Create physical offset helperJon Derrick2020-10-201-43/+62
| | |/
| * | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-10-212-59/+12
| |\ \
| | * | PCI: tegra: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-281-25/+3
| | * | PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman2020-09-072-35/+10
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-10-211-1/+1
| |\ \
| | * | PCI: rcar-gen2: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-071-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-10-211-0/+13
| |\ \
| | * | PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith2020-09-071-0/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas2020-10-211-3/+0
| |\ \
| | * | PCI: mvebu: Remove useless msi_controller pointer allocationLorenzo Pieralisi2020-09-081-3/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas2020-10-211-6/+1
| |\ \
| | * | PCI: mobiveil: Simplify mobiveil_pcie_init_irq_domain() return expressionLiu Shixin2020-10-021-6/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas2020-10-212-2/+9
| |\ \
| | * | PCI: meson: Build as module by defaultKevin Hilman2020-10-052-2/+9
| | |/
| * | Merge branch 'remotes/lorenzo/pci/loongson'Bjorn Helgaas2020-10-211-6/+1
| |\ \
| | * | PCI: loongson: Simplify loongson_pci_probe() return expressionQinglang Miao2020-10-021-6/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas2020-10-211-1/+5
| |\ \
| | * | PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't readyBean Huo2020-09-281-1/+5
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2020-10-213-17/+11
| |\ \
| | * | PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probeKrzysztof Wilczyński2020-10-091-1/+1
| | * | PCI: iproc: Use module_bcma_driver to simplify the codeLiu Shixin2020-10-021-12/+1
| | * | PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson2020-09-081-4/+9
| | |/
| * | Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2020-10-211-23/+18
| |\ \
| | * | PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang2020-09-071-20/+15
| | * | PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-071-3/+3
| | |/
| * | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-10-211-3/+47
| |\ \
| | * | PCI: hv: Fix hibernation in case interrupts are not re-createdDexuan Cui2020-10-021-3/+47
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-10-2120-1066/+848
| |\ \
| | * | PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()Hou Zhiqiang2020-10-201-0/+11
| | * | PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang2020-10-133-17/+36
| | * | PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabledJisheng Zhang2020-10-131-1/+1
| | * | PCI: keystone: Remove iATU register mappingKunihiko Hayashi2020-10-131-16/+4
| | * | PCI: dwc: Add common iATU register supportKunihiko Hayashi2020-10-131-0/+5
| | * | PCI: dwc: Fix 'cast truncates bits from constant value'Gustavo Pimentel2020-09-281-1/+1
| | * | PCI: layerscape: Add EP mode support for ls1088a and ls2088aXiaowei Bao2020-09-211-19/+53
| | * | PCI: layerscape: Modify the MSIX to the doorbell modeXiaowei Bao2020-09-211-1/+2
| | * | PCI: layerscape: Modify the way of getting capability with different PEXXiaowei Bao2020-09-211-8/+23
| | * | PCI: layerscape: Fix some format issue of the codeXiaowei Bao2020-09-211-2/+2