Re: [PATCH dovetail v5 11/12] pci: plda: irq_pipeline: enable pipelined interrupt control
Bjorn Helgaas <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <20260323155526.GA822647@bhelgaas> |
On Fri, Mar 20, 2026 at 10:36:56PM +0100, Tobias Schaffner wrote: Please run "git log --oneline drivers/pci/controller/plda/pcie-plda-host.c" and make your subject line match the history. Also add a commit log here. It's OK if it repeats the subject. > Signed-off-by: Tobias Schaffner <[email protected]> > --- > drivers/pci/controller/plda/pcie-plda-host.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/pci/controller/plda/pcie-plda-host.c b/drivers/pci/controller/plda/pcie-plda-host.c > index 3c2f68383010..8f0fda4b9421 100644 > --- a/drivers/pci/controller/plda/pcie-plda-host.c > +++ b/drivers/pci/controller/plda/pcie-plda-host.c > @@ -244,6 +244,7 @@ static struct irq_chip plda_intx_irq_chip = { > .irq_ack = plda_ack_intx_irq, > .irq_mask = plda_mask_intx_irq, > .irq_unmask = plda_unmask_intx_irq, > + .flags = IRQCHIP_PIPELINE_SAFE, > }; > > static int plda_pcie_intx_map(struct irq_domain *domain, unsigned int irq, > @@ -358,6 +359,7 @@ static struct irq_chip plda_event_irq_chip = { > .irq_ack = plda_ack_event_irq, > .irq_mask = plda_mask_event_irq, > .irq_unmask = plda_unmask_event_irq, > + .flags = IRQCHIP_PIPELINE_SAFE, > }; > > static const struct plda_event_ops plda_event_ops = { > -- > 2.43.0 >