aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pci_endpoint_test.c
Commit message (Expand)AuthorAgeFilesLines
* misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE)Niklas Cassel2025-04-231-20/+1
* Merge branch 'pci/controller/dwc'Bjorn Helgaas2025-03-271-1/+0
|\
| * PCI: Add Rockchip Vendor IDShawn Lin2025-03-061-1/+0
* | misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTONiklas Cassel2025-03-261-5/+20
* | misc: pci_endpoint_test: Use IRQ_TYPE_* defines from UAPI headerNiklas Cassel2025-03-141-23/+23
* | misc: pci_endpoint_test: Do not use managed IRQ functionsKunihiko Hayashi2025-03-141-5/+4
* | misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'Kunihiko Hayashi2025-03-141-15/+3
* | misc: pci_endpoint_test: Fix 'irq_type' to convey the correct typeKunihiko Hayashi2025-03-141-0/+1
* | misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' errorKunihiko Hayashi2025-03-081-1/+1
* | misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_ir...Kunihiko Hayashi2025-03-081-0/+3
* | misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAXNiklas Cassel2025-03-081-8/+10
* | misc: pci_endpoint_test: Give disabled BARs a distinct error codeNiklas Cassel2025-03-081-2/+4
* | misc: pci_endpoint_test: Fix potential truncation in pci_endpoint_test_probe()Niklas Cassel2025-03-081-1/+1
* | misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handlingNiklas Cassel2025-03-081-2/+2
|/
* misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam2025-01-211-128/+127
* misc: pci_endpoint_test: Remove redundant 'remainder' testHans Zhang2025-01-211-7/+1
* misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel2025-01-211-0/+88
* misc: pci_endpoint_test: Add support for capabilitiesNiklas Cassel2025-01-211-0/+19
* misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} f...Jiapeng Chong2024-07-091-12/+0
* misc: pci_endpoint_test: Document policy about adding pci_device_idYoshihiro Shimoda2024-07-091-0/+4
* misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logicFrank Li2024-07-091-5/+1
* misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR testsNiklas Cassel2024-07-091-12/+42
* misc: pci_endpoint_test: Add support for Rockchip rk3588Niklas Cassel2024-07-091-0/+11
* Merge branch 'pci/misc'Bjorn Helgaas2024-01-151-2/+12
|\
| * misc: pci_endpoint_test: Use a unique test pattern for each BARNiklas Cassel2024-01-061-2/+12
* | Merge branch 'pci/remove-old-api'Bjorn Helgaas2024-01-151-3/+3
|\ \
| * | misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() APIChristophe JAILLET2023-12-311-3/+3
| |/
* / misc: pci_endpoint_test: Use INTX instead of LEGACYDamien Le Moal2023-12-181-15/+15
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-041-0/+4
|\
| * misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportSiddharth Vadapalli2023-10-271-0/+4
* | misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerYoshihiro Shimoda2023-10-231-0/+4
|/
* 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-081-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
|\