PCI: endpoint: pci-epf-test: Expose supported IRQ types in CAPS register
authorNiklas Cassel <cassel@kernel.org>
Mon, 10 Mar 2025 11:10:23 +0000 (12:10 +0100)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Wed, 26 Mar 2025 06:11:52 +0000 (06:11 +0000)
commit7c3b54cf6464b4d6ba5440ae5bb44552f099a078
tree16e9f8e10f1b0f7f22e355068d0f321816ae9bb7
parente55c67837a8cd42d6936e567f2ac75337b0e57f6
PCI: endpoint: pci-epf-test: Expose supported IRQ types in CAPS register

Expose the supported IRQ types in the CAPS register.

This way, the host side driver (drivers/misc/pci_endpoint_test.c) can
know which IRQ types that the endpoint supports.

The host side driver will make use of this information in a follow-up
commit.

Signed-off-by: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Link: https://lore.kernel.org/r/20250310111016.859445-15-cassel@kernel.org
drivers/pci/endpoint/functions/pci-epf-test.c