mbox series

[0/4] pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically

Message ID 20250318103330.1840678-6-cassel@kernel.org (mailing list archive)
Headers show
Series pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically | expand

Message

Niklas Cassel March 18, 2025, 10:33 a.m. UTC
Hello there,

From recent feedback from Mani, he did not like PCITEST_IRQ_TYPE_AUTO,
thus rework the solution and let PCITEST_{READ,WRITE,COPY} set the IRQ
type themselves.


Kind regards,
Niklas

Niklas Cassel (4):
  Revert "misc: pci_endpoint_test: Add support for
    PCITEST_IRQ_TYPE_AUTO"
  misc: pci_endpoint_test: Fetch supported IRQ types in CAPS register
  misc: pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type
    automatically
  selftests: pci_endpoint: Remove PCITEST_SET_IRQTYPE ioctls for
    read/write/copy

 drivers/misc/pci_endpoint_test.c              | 138 +++++++++---------
 include/uapi/linux/pcitest.h                  |   1 -
 .../pci_endpoint/pci_endpoint_test.c          |   9 --
 3 files changed, 68 insertions(+), 80 deletions(-)