summaryrefslogtreecommitdiffstats
path: root/drivers/pci/endpoint/functions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/endpoint'Bjorn Helgaas2024-05-171-47/+15
|\
| * PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind()Niklas Cassel2024-04-101-8/+6
| * PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loopNiklas Cassel2024-04-101-17/+4
| * PCI: endpoint: pci-epf-test: Remove superfluous codeNiklas Cassel2024-04-101-14/+0
| * PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loopNiklas Cassel2024-04-101-8/+5
* | PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam2024-04-101-13/+5
|/
* PCI: endpoint: Clean up hardware description for BARsNiklas Cassel2024-02-163-8/+6
* PCI: epf-mhi: Add support for SA8775P SoCMrinmay Sarkar2024-02-161-0/+17
* PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function namesManivannan Sadhasivam2024-02-161-2/+2
* PCI: epf-vntb: Return actual error code during pci_vntb_probe() failureYang Yingliang2024-02-161-1/+1
* NTB: fix possible name leak in ntb_register_device()Yang Yingliang2024-02-161-5/+1
* PCI: endpoint: pci-epf-vntb: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel2024-02-091-11/+0
* PCI: endpoint: pci-epf-test: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel2024-02-091-8/+0
* PCI: endpoint: Refactor pci_epf_alloc_space() APINiklas Cassel2024-02-093-6/+5
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-181-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: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-184-11/+8
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-16/+16
|\
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-16/+16
* | 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: Pass EPF device ID to the probe functionManivannan Sadhasivam2023-06-233-3/+8
* | 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