summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-134-1/+1464
|\
| * NTB: EPF: Tidy up some bounds checksDan Carpenter2022-08-091-2/+9
| * NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter2022-08-091-1/+2
| * PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix2022-08-091-3/+3
| * PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang2022-08-091-5/+15
| * PCI: endpoint: Fix Kconfig dependencyRen Zhijie2022-08-091-0/+1
| * NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King2022-08-091-1/+1
| * PCI: endpoint: Support NTB transfer between RC and EPFrank Li2022-08-093-0/+1436
| * PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li2022-08-091-1/+9
* | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-104-1/+541
|\ \
| * | PCI/DOE: Add DOE mailbox support functionsJonathan Cameron2022-07-193-0/+540
| * | PCI: Replace magic constant for PCI Sig Vendor IDIra Weiny2022-07-191-1/+1
| |/
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-062-62/+36
|\ \
| * | PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-66/+0
| * | PCI/P2PDMA: Introduce helpers for dma_map_sg implementationsLogan Gunthorpe2022-07-261-7/+37
| * | PCI/P2PDMA: Attempt to set map_type if it has not been setLogan Gunthorpe2022-07-261-1/+6
| * | lib/scatterlist: add flag for indicating P2PDMA segments in an SGLLogan Gunthorpe2022-07-261-0/+5
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-0457-1735/+2721
|\ \
| * \ Merge branch 'pci/header-cleanup-immutable'Bjorn Helgaas2022-08-042-1/+5
| |\ \
| | * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-222-1/+5
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2022-08-045-6/+7
| |\ \
| | * | PCI/ACPI: Update link to PCI firmware specificationMario Limonciello2022-07-221-2/+3
| | * | PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas2022-07-064-4/+4
| | |/
| * | Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas2022-08-0410-42/+35
| |\ \
| | * | PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-2710-42/+35
| | |/
| * | Merge branch 'pci/ctrl/xilinx-cpm'Bjorn Helgaas2022-08-041-2/+58
| |\ \
| | * | PCI: xilinx-cpm: Add support for Versal CPM5 Root PortBharat Kumar Gogada2022-07-221-2/+58
| | |/
| * | Merge branch 'pci/ctrl/vmd'Bjorn Helgaas2022-08-041-3/+10
| |\ \
| | * | PCI: vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUsFrancisco Munoz2022-06-281-0/+8
| | * | PCI: vmd: Use devm_kasprintf() instead of simple kasprintf()Subramanian Mohan2022-06-101-3/+2
| | |/
| * | Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2022-08-043-238/+468
| |\ \
| | * | PCI: tegra194: Add Tegra234 PCIe supportVidya Sagar2022-07-221-59/+225
| | * | PCI: tegra194: Extend Endpoint mode supportVidya Sagar2022-07-221-0/+9
| | * | PCI: tegra194: Fix link up retry sequenceVidya Sagar2022-07-221-1/+1
| | * | PCI: tegra194: Clean up the exit path for Endpoint modeVidya Sagar2022-07-221-14/+31
| | * | PCI: tegra194: Enable support for 256 Byte payloadVidya Sagar2022-07-221-0/+13
| | * | PCI: tegra194: Clear bandwidth management statusVidya Sagar2022-07-221-0/+6
| | * | PCI: tegra194: Fix Root Port interrupt handlingVidya Sagar2022-07-221-24/+22
| | * | PCI: tegra194: Find RAS DES PCIe capability offsetVidya Sagar2022-07-222-37/+35
| | * | Revert "PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcie"Vidya Sagar2022-07-221-111/+111
| | * | PCI: Disable MSI for Tegra234 Root PortsVidya Sagar2022-07-221-4/+13
| | * | PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep()Miaoqian Lin2022-06-081-0/+1
| | |/
| * | Merge branch 'pci/ctrl/switchtec'Bjorn Helgaas2022-08-041-4/+3
| |\ \
| | * | PCI: switchtec: Prefer ida_alloc()/free() over ida_simple_get()/remove()Ke Liu2022-06-091-4/+3
| | |/
| * | Merge branch 'pci/ctrl/rcar-gen2'Bjorn Helgaas2022-08-041-0/+1
| |\ \
| | * | PCI: rcar-gen2: Add RZ/N1 SOC family compatible stringHerve Codina2022-06-231-0/+1
| | |/
| * | Merge branch 'pci/ctrl/qcom'Bjorn Helgaas2022-08-043-164/+276
| |\ \
| | * | PCI: qcom: Allow ASPM L1 and substates for 2.7.0Krishna chaitanya chundru2022-07-291-0/+8
| | * | PCI: qcom: Add IPQ60xx supportSelvam Sathappan Periakaruppan2022-07-152-0/+131
| | * | PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*Baruch Siach2022-07-151-2/+15