summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint/functions/pci-epf-test.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: endpoint: functions/pci-epf-test: Fix dma_chan directionYoshihiro Shimoda2023-05-081-1/+1
* PCI: epf-test: Simplify transfers result printDamien Le Moal2023-05-081-25/+14
* PCI: epf-test: Simplify DMA support checksDamien Le Moal2023-05-081-30/+15
* PCI: epf-test: Cleanup request result handlingDamien Le Moal2023-05-081-25/+21
* PCI: epf-test: Cleanup pci_epf_test_cmd_handler()Damien Le Moal2023-05-081-16/+14
* PCI: epf-test: Improve handling of command and status registersDamien Le Moal2023-05-081-4/+9
* PCI: epf-test: Simplify IRQ test commands executionDamien Le Moal2023-05-081-26/+17
* PCI: epf-test: Simplify pci_epf_test_raise_irq()Damien Le Moal2023-05-081-13/+8
* PCI: epf-test: Simplify read/write/copy test functionsDamien Le Moal2023-05-081-12/+9
* PCI: epf-test: Use dmaengine_submit() to initiate DMA transferDamien Le Moal2023-05-081-1/+1
* PCI: epf-test: Fix DMA transfer completion detectionDamien Le Moal2023-05-081-11/+27
* PCI: epf-test: Fix DMA transfer completion initializationDamien Le Moal2023-05-081-1/+1
* PCI: endpoint: Use link_up() callback in place of LINK_UP notifierManivannan Sadhasivam2023-02-141-23/+10
* PCI: endpoint: Use callback mechanism for passing events from EPC to EPFManivannan Sadhasivam2023-02-141-7/+6
* PCI: pci-epf-test: Register notifier if only core_init_notifier is enabledKunihiko Hayashi2022-10-271-1/+1
* Merge branch 'pci/ctrl/dwc-edma'Bjorn Helgaas2022-08-041-10/+106
|\
| * PCI: endpoint: Enable DMA tests for endpoints with DMA capabilitiesFrank Li2022-07-121-10/+106
* | PCI: endpoint: Don't stop controller when unbinding endpoint functionShunsuke Mie2022-07-061-1/+0
|/
* PCI: endpoint: Fix misused goto labelLi Chen2022-03-071-1/+1
* PCI: endpoint: Fix alignment fault error in copy testsHou Zhiqiang2022-02-091-1/+11
* PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-191-32/+42
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-05-041-7/+13
|\
| * PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang2021-04-131-0/+3
| * PCI: endpoint: Fix NULL pointer dereference for ->get_features()Shradha Todi2021-03-261-7/+10
* | PCI: Fix kernel-doc errorsKrzysztof WilczyƄski2021-03-111-1/+1
|/
* PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2021-02-231-4/+7
* PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2021-02-231-0/+2
* PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-051-1/+1
* PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi2020-05-051-0/+3
* PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I2020-04-021-6/+26
* PCI: endpoint: functions/pci-epf-test: Print throughput informationKishon Vijay Abraham I2020-04-021-0/+48
* PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataKishon Vijay Abraham I2020-04-021-3/+202
* PCI: pci-epf-test: Add support to defer core initializationVidya Sagar2020-02-261-41/+77
* PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I2020-02-241-3/+10
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+5
* PCI: endpoint: Clear BAR before freeing its spaceAlan Mikhak2019-06-111-1/+1
* PCI: endpoint: Skip odd BAR when skipping 64bit BARAlan Mikhak2019-06-111-13/+12
* PCI: endpoint: Allocate enough space for fixed size BARAlan Mikhak2019-06-111-1/+7
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-131-0/+5
|\
| * PCI: endpoint: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-121-0/+5
* | PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-151-2/+3
|/
* PCI: pci-epf-test: Use pci_epc_get_features() to get EPC featuresKishon Vijay Abraham I2019-02-151-33/+54
* PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64BitKishon Vijay Abraham I2019-02-151-0/+4
* PCI: pci-epf-test: Remove setting epf_bar flags in function driverKishon Vijay Abraham I2019-02-151-4/+0
* PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()Wen Yang2019-02-131-2/+2
* pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-191-2/+27
* pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-20/+41
* Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-06-061-14/+14
|\
| * PCI: endpoint: functions/pci-epf-test: Replace lower into upper case charactersGustavo Pimentel2018-05-151-13/+13
| * PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()Jia-Ju Bai2018-05-081-1/+1