aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
diff options
context:
space:
mode:
authorNiklas Cassel <[email protected]>2025-03-10 11:10:21 +0000
committerKrzysztof Wilczyński <[email protected]>2025-03-26 06:09:38 +0000
commit4b313c69a38e28b2f002198c3909fb553e9b0176 (patch)
tree272e781dd1c924a1551aca65153bdce3626ddd6b /drivers/pci/controller/dwc
parentselftests: pci_endpoint: Use IRQ_TYPE_* defines from UAPI header (diff)
downloadkernel-4b313c69a38e28b2f002198c3909fb553e9b0176.tar.gz
kernel-4b313c69a38e28b2f002198c3909fb553e9b0176.zip
PCI: endpoint: Add intx_capable to epc_features struct
In struct pci_epc_features, an EPC driver can already specify if they support MSI (by setting msi_capable) and MSI-X (by setting msix_capable). Thus, for consistency, allow an EPC driver to specify if it supports INTx interrupts as well (by setting intx_capable). Since this struct is zero initialized, EPC drivers that want to claim INTx support will need to set intx_capable to true. Signed-off-by: Niklas Cassel <[email protected]> [kwilczynski: add missing kernel-doc for "intx_capable"] Signed-off-by: Krzysztof Wilczyński <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions