summaryrefslogtreecommitdiffstats
path: root/drivers/misc/pci_endpoint_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I2017-10-311-0/+2
* misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter2017-10-311-0/+2
* misc: pci_endpoint_test: Prevent some integer overflowsDan Carpenter2017-10-171-0/+9
* misc: pci_endpoint_test: Enable/Disable MSI using module paramKishon Vijay Abraham I2017-08-291-1/+5
* misc: pci_endpoint_test: Avoid using hard-coded BAR sizesKishon Vijay Abraham I2017-08-291-3/+2
* misc: pci_endpoint_test: Add support to not enable MSI interruptsKishon Vijay Abraham I2017-08-291-4/+9
* misc: pci_endpoint_test: Add support to provide aligned buffer addressesKishon Vijay Abraham I2017-08-291-15/+76
* misc: pci_endpoint_test: Add support for PCI_ENDPOINT_TEST regs to be mapped ...Kishon Vijay Abraham I2017-08-291-4/+21
* misc: Add host side PCI driver for PCI test function deviceKishon Vijay Abraham I2017-04-281-0/+534