aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/pci_endpoint_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-2/+12
2024-01-15Merge branch 'pci/remove-old-api'Gravatar Bjorn Helgaas 1-3/+3
2024-01-06misc: pci_endpoint_test: Use a unique test pattern for each BARGravatar Niklas Cassel 1-2/+12
2023-12-31misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() APIGravatar Christophe JAILLET 1-3/+3
2023-12-18misc: pci_endpoint_test: Use INTX instead of LEGACYGravatar Damien Le Moal 1-15/+15
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2023-10-27misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportGravatar Siddharth Vadapalli 1-0/+4
2023-10-23misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerGravatar Yoshihiro Shimoda 1-0/+4
2023-06-23misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Gravatar Damien Le Moal 1-8/+4
2023-06-23misc: pci_endpoint_test: Do not write status in IRQ handlerGravatar Damien Le Moal 1-3/+0
2023-06-23misc: pci_endpoint_test: Re-init completion for every testGravatar Damien Le Moal 1-0/+4
2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceGravatar Damien Le Moal 1-3/+3
2023-02-22Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-1/+1
2023-01-17misc: pci_endpoint_test: Drop initial kernel-doc markerGravatar Randy Dunlap 1-1/+1
2023-01-16misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportGravatar Richard Zhu 1-0/+2
2022-09-09misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicGravatar Shunsuke Mie 1-0/+5
2022-09-09misc: pci_endpoint_test: Aggregate params checking for xferGravatar Shunsuke Mie 1-6/+23
2022-01-11misc: pci_endpoint_test: Terminate statement with semicolonGravatar Ming Wang 1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+9
2021-09-02Merge branch 'remotes/lorenzo/pci/endpoint'Gravatar Bjorn Helgaas 1-0/+1
2021-08-19misc: pci_endpoint_test: Add deviceID for AM64 and J7200Gravatar Kishon Vijay Abraham I 1-0/+8
2021-08-19misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV deviceGravatar Kishon Vijay Abraham I 1-0/+1
2021-07-21misc: pci_endpoint_test: Ensure relationship between miscdev and PCIGravatar Richard Weinberger 1-0/+1
2021-02-23PCI: Add TI J721E device to PCI IDsGravatar Kishon Vijay Abraham I 1-1/+0
2020-12-09misc: pci_endpoint_test: fix return value of error branchGravatar Xiongfeng Wang 1-2/+6
2020-11-03misc: pci_endpoint_test: Remove unnecessary verificationGravatar Gustavo Pimentel 1-1/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/rcar'Gravatar Bjorn Helgaas 1-2/+7
2020-09-24misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllersGravatar Hou Zhiqiang 1-2/+6
2020-09-24misc: pci_endpoint_test: Add LS1088a in pci_device_id tableGravatar Xiaowei Bao 1-0/+2
2020-09-07misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controllerGravatar Lad Prabhakar 1-0/+2
2020-09-07misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllersGravatar Lad Prabhakar 1-2/+5
2020-08-03misc: pci_endpoint_test: Add J721E in pci_device_id tableGravatar Kishon Vijay Abraham I 1-0/+9
2020-05-19misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controllerGravatar Lad Prabhakar 1-0/+4
2020-04-02misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUSGravatar Lad Prabhakar 1-1/+0
2020-04-02misc: pci_endpoint_test: Use full pci-endpoint-test name in request_irq()Gravatar Kishon Vijay Abraham I 1-6/+19
2020-04-02misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesGravatar Kishon Vijay Abraham I 1-1/+1
2020-04-02misc: pci_endpoint_test: Add ioctl to clear IRQGravatar Kishon Vijay Abraham I 1-0/+10
2020-04-02misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeGravatar Kishon Vijay Abraham I 1-3/+9
2020-04-02misc: pci_endpoint_test: Add support to get DMA option from userspaceGravatar Kishon Vijay Abraham I 1-3/+62
2020-04-02misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocationGravatar Kishon Vijay Abraham I 1-21/+79
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 1-4/+4
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2019-06-10PCI: Add Synopsys endpoint EDDA Device IDGravatar Gustavo Pimentel 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Gravatar Thomas Gleixner 1-12/+1
2019-05-01misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testGravatar Kishon Vijay Abraham I 1-0/+1
2019-05-01misc: pci_endpoint_test: Add support to test PCI EP in AM654xGravatar Kishon Vijay Abraham I 1-0/+17
2019-02-21misc: pci_endpoint_test: Add the layerscape EP device supportGravatar Xiaowei Bao 1-0/+1
2018-07-19pci_endpoint_test: Add 2 ioctl commandsGravatar Gustavo Pimentel 1-47/+159
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGravatar Gustavo Pimentel 1-8/+21
2018-07-19pci-epf-test/pci_endpoint_test: Use irq_type module parameterGravatar Gustavo Pimentel 1-9/+19