summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-091-0/+1
|\
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
* | Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-061-1/+1
|\ \
| * | dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing2023-05-241-1/+1
* | | Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-3053-676/+1514
|\ \ \
| * \ \ Merge branch 'pci/controller/remove-void-callbacks'Bjorn Helgaas2023-06-2621-80/+43
| |\ \ \
| | * | | PCI: xgene-msi: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: tegra: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: rockchip-host: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: mvebu: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: mt7621: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: mediatek-gen3: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: mediatek: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: iproc: Convert to platform remove callback returning voidUwe Kleine-König2023-06-243-7/+5
| | * | | PCI: hisi-error: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: dwc: Convert to platform remove callback returning voidUwe Kleine-König2023-06-245-22/+12
| | * | | PCI: j721e: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: brcmstb: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: altera-msi: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-3/+2
| | * | | PCI: altera: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | * | | PCI: aardvark: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
| | |/ /
| * | | Merge branch 'pci/controller/endpoint'Bjorn Helgaas2023-06-2611-215/+818
| |\ \ \
| | * | | PCI: layerscape: Add the endpoint linkup notifier supportFrank Li2023-06-231-1/+99
| | * | | PCI: endpoint: pci-epf-vntb: Fix typo in commentsFrank Li2023-06-231-5/+5
| | * | | PCI: endpoint: Add PCI Endpoint function driver for MHI busManivannan Sadhasivam2023-06-233-0/+469
| | * | | PCI: qcom-ep: Add support for BME notificationManivannan Sadhasivam2023-06-231-0/+1
| | * | | PCI: qcom-ep: Add support for Link down notificationManivannan Sadhasivam2023-06-231-0/+1
| | * | | PCI: endpoint: Add BME notifier supportManivannan Sadhasivam2023-06-231-0/+26
| | * | | PCI: endpoint: Add linkdown notifier supportManivannan Sadhasivam2023-06-231-0/+26
| | * | | PCI: endpoint: Return error if EPC is started/stopped multiple timesManivannan Sadhasivam2023-06-231-0/+3
| | * | | PCI: endpoint: Pass EPF device ID to the probe functionManivannan Sadhasivam2023-06-234-8/+13
| | * | | PCI: endpoint: Add missing documentation about the MSI/MSI-X rangeManivannan Sadhasivam2023-06-231-2/+2
| | * | | PCI: endpoint: Improve pci_epf_type_add_cfs()Damien Le Moal2023-06-231-1/+1
| | * | | PCI: endpoint: functions/pci-epf-test: Fix dma_chan directionYoshihiro Shimoda2023-06-231-1/+1
| | * | | PCI: epf-test: Simplify transfers result printDamien Le Moal2023-06-231-25/+14
| | * | | PCI: epf-test: Simplify DMA support checksDamien Le Moal2023-06-231-30/+15
| | * | | PCI: epf-test: Cleanup request result handlingDamien Le Moal2023-06-231-25/+21
| | * | | PCI: epf-test: Cleanup pci_epf_test_cmd_handler()Damien Le Moal2023-06-231-16/+14
| | * | | PCI: epf-test: Improve handling of command and status registersDamien Le Moal2023-06-231-4/+9
| | * | | PCI: epf-test: Simplify IRQ test commands executionDamien Le Moal2023-06-231-26/+17
| | * | | PCI: epf-test: Simplify pci_epf_test_raise_irq()Damien Le Moal2023-06-231-13/+8
| | * | | PCI: epf-test: Simplify read/write/copy test functionsDamien Le Moal2023-06-231-12/+9
| | * | | PCI: epf-test: Use dmaengine_submit() to initiate DMA transferDamien Le Moal2023-06-231-1/+1
| | * | | PCI: epf-test: Fix DMA transfer completion detectionDamien Le Moal2023-06-231-11/+27
| | * | | PCI: epf-test: Fix DMA transfer completion initializationDamien Le Moal2023-06-231-1/+1
| | * | | PCI: endpoint: Move pci_epf_type_add_cfs() codeDamien Le Moal2023-06-232-32/+36
| | * | | PCI: endpoint: Automatically create a function specific attributes groupDamien Le Moal2023-06-231-22/+20
| | * | | PCI: endpoint: Fix a Kconfig prompt of vNTB driverShunsuke Mie2023-06-231-1/+1
| | |/ /
| * | | Merge branch 'pci/controller/vmd'Bjorn Helgaas2023-06-261-1/+10
| |\ \ \
| | * | | PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain()Xinghui Li2023-06-241-1/+2