aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/pci_endpoint_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-23misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE)Niklas Cassel1-20/+1
2025-03-27Merge branch 'pci/controller/dwc'Bjorn Helgaas1-1/+0
2025-03-26misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTONiklas Cassel1-5/+20
2025-03-14misc: pci_endpoint_test: Use IRQ_TYPE_* defines from UAPI headerNiklas Cassel1-23/+23
2025-03-14misc: pci_endpoint_test: Do not use managed IRQ functionsKunihiko Hayashi1-5/+4
2025-03-14misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'Kunihiko Hayashi1-15/+3
2025-03-14misc: pci_endpoint_test: Fix 'irq_type' to convey the correct typeKunihiko Hayashi1-0/+1
2025-03-08misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' errorKunihiko Hayashi1-1/+1
2025-03-08misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq errorKunihiko Hayashi1-0/+3
2025-03-08misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAXNiklas Cassel1-8/+10
2025-03-08misc: pci_endpoint_test: Give disabled BARs a distinct error codeNiklas Cassel1-2/+4
2025-03-08misc: pci_endpoint_test: Fix potential truncation in pci_endpoint_test_probe()Niklas Cassel1-1/+1
2025-03-08misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handlingNiklas Cassel1-2/+2
2025-03-06PCI: Add Rockchip Vendor IDShawn Lin1-1/+0
2025-01-21misc: pci_endpoint_test: Fix IOCTL return valueManivannan Sadhasivam1-128/+127
2025-01-21misc: pci_endpoint_test: Remove redundant 'remainder' testHans Zhang1-7/+1
2025-01-21misc: pci_endpoint_test: Add consecutive BAR testNiklas Cassel1-0/+88
2025-01-21misc: pci_endpoint_test: Add support for capabilitiesNiklas Cassel1-0/+19
2024-07-09misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} functionsJiapeng Chong1-12/+0
2024-07-09misc: pci_endpoint_test: Document policy about adding pci_device_idYoshihiro Shimoda1-0/+4
2024-07-09misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logicFrank Li1-5/+1
2024-07-09misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR testsNiklas Cassel1-12/+42
2024-07-09misc: pci_endpoint_test: Add support for Rockchip rk3588Niklas Cassel1-0/+11
2024-01-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+12
2024-01-15Merge branch 'pci/remove-old-api'Bjorn Helgaas1-3/+3
2024-01-06misc: pci_endpoint_test: Use a unique test pattern for each BARNiklas Cassel1-2/+12
2023-12-31misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-3/+3
2023-12-18misc: pci_endpoint_test: Use INTX instead of LEGACYDamien Le Moal1-15/+15
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+4
2023-10-27misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device supportSiddharth Vadapalli1-0/+4
2023-10-23misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controllerYoshihiro Shimoda1-0/+4
2023-06-23misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()Damien Le Moal1-8/+4
2023-06-23misc: pci_endpoint_test: Do not write status in IRQ handlerDamien Le Moal1-3/+0
2023-06-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal1-0/+4
2023-06-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal1-3/+3
2023-02-22Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2023-01-17misc: pci_endpoint_test: Drop initial kernel-doc markerRandy Dunlap1-1/+1
2023-01-16misc: pci_endpoint_test: Add i.MX8 PCIe EP device supportRichard Zhu1-0/+2
2022-09-09misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panicShunsuke Mie1-0/+5
2022-09-09misc: pci_endpoint_test: Aggregate params checking for xferShunsuke Mie1-6/+23
2022-01-11misc: pci_endpoint_test: Terminate statement with semicolonMing Wang1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+9
2021-09-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-0/+1
2021-08-19misc: pci_endpoint_test: Add deviceID for AM64 and J7200Kishon Vijay Abraham I1-0/+8
2021-08-19misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV deviceKishon Vijay Abraham I1-0/+1
2021-07-21misc: pci_endpoint_test: Ensure relationship between miscdev and PCIRichard Weinberger1-0/+1
2021-02-23PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I1-1/+0
2020-12-09misc: pci_endpoint_test: fix return value of error branchXiongfeng Wang1-2/+6
2020-11-03misc: pci_endpoint_test: Remove unnecessary verificationGustavo Pimentel1-1/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-2/+7