Skip to content

Commit 82f1cc1

Browse files
floatiousMani-Sadhasivam
authored andcommitted
PCI: tegra194: Set pci_epc_features::msi_capable to true
Since the driver supports MSI, set the flag to true. This helps pci_endpoint_test to use the optimal IRQ type when using PCITEST_IRQ_TYPE_AUTO. Signed-off-by: Niklas Cassel <cassel@kernel.org> [mani: splitted this change from the bug fix] Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Link: https://patch.msgid.link/20250922140822.519796-6-cassel@kernel.org
1 parent b640d42 commit 82f1cc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pci/controller/dwc/pcie-tegra194.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,6 +1998,7 @@ static int tegra_pcie_ep_raise_irq(struct dw_pcie_ep *ep, u8 func_no,
19981998

19991999
static const struct pci_epc_features tegra_pcie_epc_features = {
20002000
.linkup_notifier = true,
2001+
.msi_capable = true,
20012002
.bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
20022003
.only_64bit = true, },
20032004
.bar[BAR_1] = { .type = BAR_RESERVED, },

0 commit comments

Comments
 (0)