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

2024-11-29 Thread Akihiko Odaki
On 2024/11/30 0:25, 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 c

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

2024-11-29 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.