summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-39/+275
|\
| * PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()Manivannan Sadhasivam2023-12-151-1/+1
| * PCI: epf-mhi: Enable MHI async read/write supportManivannan Sadhasivam2023-12-141-3/+4
| * PCI: epf-mhi: Add support for DMA async read/write operationManivannan Sadhasivam2023-12-141-3/+228
| * PCI: epf-mhi: Simulate async read/write using iATUManivannan Sadhasivam2023-12-141-0/+6
| * bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam2023-12-141-4/+4
| * bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam2023-12-141-31/+35
* | Merge branch 'pci/endpoint'Bjorn Helgaas2024-01-154-5/+5
|\ \
| * | PCI: endpoint: pci-epf-test: Make struct pci_epf_ops constLars-Peter Clausen2023-12-181-1/+1
| * | PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops constLars-Peter Clausen2023-12-181-1/+1
| * | PCI: endpoint: pci-epf-ntb: Make struct pci_epf_ops constLars-Peter Clausen2023-12-181-1/+1
| * | PCI: endpoint: pci-epf-mhi: Make structs pci_epf_ops and pci_epf_event_ops constLars-Peter Clausen2023-12-181-2/+2
| |/
* | PCI: endpoint: Rename LEGACY to INTX in test function driverDamien Le Moal2023-12-181-4/+4
* | PCI: endpoint: Use INTX instead of legacyDamien Le Moal2023-12-181-2/+2
* | PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-185-12/+9
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-10-281-1/+0
|\
| * PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter2023-10-261-1/+0
* | PCI: endpoint: Use IS_ERR_OR_NULL() helper functionRuan Jinjie2023-10-051-6/+6
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-292-17/+16
|\
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-16/+16
| * PCI: Explicitly include correct DT includesRob Herring2023-07-181-1/+0
* | PCI: endpoint: Add kernel-doc for pci_epc_mem_init() APIManivannan Sadhasivam2023-08-261-0/+10
* | PCI: epf-mhi: Use iATU for small transfersManivannan Sadhasivam2023-08-261-0/+6
* | PCI: epf-mhi: Add support for SM8450Manivannan Sadhasivam2023-08-261-3/+19
* | PCI: epf-mhi: Add eDMA supportManivannan Sadhasivam2023-08-261-6/+231
* | PCI: epf-mhi: Make use of the alignment restriction from EPF coreManivannan Sadhasivam2023-08-261-7/+14
|/
* 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
* | 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: 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