Re: [PATCH v15 09/15] gpex: Allow more than 4 legacy IRQs

2024-12-23 Thread Philippe Mathieu-Daudé
On 18/12/24 21:20, Phil Dennis-Jordan wrote: From: Alexander Graf Some boards such as vmapple don't do real legacy PCI IRQ swizzling. Instead, they just keep allocating more board IRQ lines for each new legacy IRQ. Let's support that mode by giving instantiators a new "nr_irqs" property they ca

[PATCH v15 09/15] gpex: Allow more than 4 legacy IRQs

2024-12-18 Thread Phil Dennis-Jordan
From: Alexander Graf Some boards such as vmapple don't do real legacy PCI IRQ swizzling. Instead, they just keep allocating more board IRQ lines for each new legacy IRQ. Let's support that mode by giving instantiators a new "nr_irqs" property they can use to support more than 4 legacy IRQ lines.