summaryrefslogtreecommitdiffstats
path: root/drivers/misc/pci_endpoint_test.c
Commit message (Expand)AuthorAgeFilesLines
* misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Damien Le Moal2023-06-231-8/+4
* misc: pci_endpoint_test: Do not write status in IRQ handlerDamien Le Moal2023-06-231-3/+0
* misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal2023-06-231-0/+4
* misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal2023-06-231-3/+3
* Merge branch 'pci/misc'Bjorn Helgaas2023-02-221-1/+1
|\
| * misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap2023-01-171-1/+1
* | misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu2023-01-161-0/+2
|/
* misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie2022-09-091-0/+5
* misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie2022-09-091-6/+23
* misc: pci_endpoint_test: Terminate statement with semicolonMing Wang2022-01-111-1/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-0/+9
|\
| * Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-09-021-0/+1
| |\
| | * misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV deviceKishon Vijay Abraham I2021-08-191-0/+1
| * | misc: pci_endpoint_test: Add deviceID for AM64 and J7200Kishon Vijay Abraham I2021-08-191-0/+8
| |/
* / misc: pci_endpoint_test: Ensure relationship between miscdev and PCIRichard Weinberger2021-07-211-0/+1
|/
* PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I2021-02-231-1/+0
* misc: pci_endpoint_test: fix return value of error branchXiongfeng Wang2020-12-091-2/+6
* misc: pci_endpoint_test: Remove unnecessary verificationGustavo Pimentel2020-11-031-1/+1
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-10-211-2/+7
|\
| * misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controllerLad Prabhakar2020-09-071-0/+2
| * misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllersLad Prabhakar2020-09-071-2/+5
* | misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllersHou Zhiqiang2020-09-241-2/+6
* | misc: pci_endpoint_test: Add LS1088a in pci_device_id tableXiaowei Bao2020-09-241-0/+2
|/
* misc: pci_endpoint_test: Add J721E in pci_device_id tableKishon Vijay Abraham I2020-08-031-0/+9
* misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controllerLad Prabhakar2020-05-191-0/+4
* misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUSLad Prabhakar2020-04-021-1/+0
* misc: pci_endpoint_test: Use full pci-endpoint-test name in request_irq()Kishon Vijay Abraham I2020-04-021-6/+19
* misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I2020-04-021-1/+1
* misc: pci_endpoint_test: Add ioctl to clear IRQKishon Vijay Abraham I2020-04-021-0/+10
* misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeKishon Vijay Abraham I2020-04-021-3/+9
* misc: pci_endpoint_test: Add support to get DMA option from userspaceKishon Vijay Abraham I2020-04-021-3/+62
* misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocationKishon Vijay Abraham I2020-04-021-21/+79
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-4/+4
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-1/+1
|\
| * PCI: Add Synopsys endpoint EDDA Device IDGustavo Pimentel2019-06-101-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner2019-06-051-12/+1
|/
* misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I2019-05-011-0/+1
* misc: pci_endpoint_test: Add support to test PCI EP in AM654xKishon Vijay Abraham I2019-05-011-0/+17
* misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao2019-02-211-0/+1
* pci_endpoint_test: Add 2 ioctl commandsGustavo Pimentel2018-07-191-47/+159
* pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-191-8/+21
* pci-epf-test/pci_endpoint_test: Use irq_type module parameterGustavo Pimentel2018-07-191-9/+19
* pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspaceGustavo Pimentel2018-07-191-31/+50
* Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-06-061-14/+14
|\
| * misc: pci_endpoint_test: Use pci_irq_vector functionGustavo Pimentel2018-05-151-5/+5
| * misc: pci_endpoint_test: Replace lower into upper case charactersGustavo Pimentel2018-05-151-9/+9
* | misc: pci_endpoint_test: Add DesignWare EP entryGustavo Pimentel2018-05-151-0/+1
|/
* misc: pci_endpoint_test: Handle 64-bit BARs properlyNiklas Cassel2018-04-031-5/+7
* misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()Kishon Vijay Abraham I2017-10-311-0/+8
* misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on removeKishon Vijay Abraham I2017-10-311-2/+10