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

2024-11-28 Thread Phil Dennis-Jordan
On Thu, 28 Nov 2024 at 13:45, Akihiko Odaki wrote: > On 2024/11/28 0:02, 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 s

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

2024-11-28 Thread Akihiko Odaki
On 2024/11/28 0:02, 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 v11 09/15] gpex: Allow more than 4 legacy IRQs

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