We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305825d commit f35508bCopy full SHA for f35508b
drivers/irqchip/irq-bcm2712-mip.c
@@ -163,6 +163,7 @@ static const struct irq_domain_ops mip_middle_domain_ops = {
163
static const struct msi_parent_ops mip_msi_parent_ops = {
164
.supported_flags = MIP_MSI_FLAGS_SUPPORTED,
165
.required_flags = MIP_MSI_FLAGS_REQUIRED,
166
+ .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
167
.bus_select_token = DOMAIN_BUS_GENERIC_MSI,
168
.bus_select_mask = MATCH_PCI_MSI,
169
.prefix = "MIP-MSI-",
0 commit comments