summaryrefslogtreecommitdiff
path: root/drivers/misc/pci_endpoint_test.c
AgeCommit message (Expand)Author
2024-01-15Merge branch 'pci/misc'Bjorn Helgaas
2024-01-15Merge branch 'pci/remove-old-api'Bjorn Helgaas
2024-01-06misc: pci_endpoint_test: Use a unique test pattern for each BARNiklas Cassel
2023-12-31misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() APIChristophe JAILLET
2023-12-18misc: pci_endpoint_test: Use INTX instead of LEGACYDamien Le Moal
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-27misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportSiddharth Vadapalli
2023-10-23misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerYoshihiro Shimoda
2023-06-23misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Damien Le Moal
2023-06-23misc: pci_endpoint_test: Do not write status in IRQ handlerDamien Le Moal
2023-06-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal
2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal
2023-02-22Merge branch 'pci/misc'Bjorn Helgaas
2023-01-17misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap
2023-01-16misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu
2022-09-09misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie
2022-09-09misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie
2022-01-11misc: pci_endpoint_test: Terminate statement with semicolonMing Wang
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2021-08-19misc: pci_endpoint_test: Add deviceID for AM64 and J7200Kishon Vijay Abraham I
2021-08-19misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV deviceKishon Vijay Abraham I
2021-07-21misc: pci_endpoint_test: Ensure relationship between miscdev and PCIRichard Weinberger
2021-02-23PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I
2020-12-09misc: pci_endpoint_test: fix return value of error branchXiongfeng Wang
2020-11-03misc: pci_endpoint_test: Remove unnecessary verificationGustavo Pimentel
2020-10-21Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas
2020-09-24misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllersHou Zhiqiang
2020-09-24misc: pci_endpoint_test: Add LS1088a in pci_device_id tableXiaowei Bao
2020-09-07misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controllerLad Prabhakar
2020-09-07misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllersLad Prabhakar
2020-08-03misc: pci_endpoint_test: Add J721E in pci_device_id tableKishon Vijay Abraham I
2020-05-19misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controllerLad Prabhakar
2020-04-02misc: pci_endpoint_test: remove duplicate macro PCI_ENDPOINT_TEST_STATUSLad Prabhakar
2020-04-02misc: pci_endpoint_test: Use full pci-endpoint-test name in request_irq()Kishon Vijay Abraham I
2020-04-02misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devicesKishon Vijay Abraham I
2020-04-02misc: pci_endpoint_test: Add ioctl to clear IRQKishon Vijay Abraham I
2020-04-02misc: pci_endpoint_test: Avoid using module parameter to determine irqtypeKishon Vijay Abraham I
2020-04-02misc: pci_endpoint_test: Add support to get DMA option from userspaceKishon Vijay Abraham I
2020-04-02misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocationKishon Vijay Abraham I
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-10PCI: Add Synopsys endpoint EDDA Device IDGustavo Pimentel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner
2019-05-01misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I
2019-05-01misc: pci_endpoint_test: Add support to test PCI EP in AM654xKishon Vijay Abraham I
2019-02-21misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao
2018-07-19pci_endpoint_test: Add 2 ioctl commandsGustavo Pimentel
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel
2018-07-19pci-epf-test/pci_endpoint_test: Use irq_type module parameterGustavo Pimentel