On 05/04/2022 11:17, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > As a final bit of preparation for converting to ARCH_MULTIPLATFORM, > change the interrupt handling for s3c24xx to use sparse IRQs. > > Since the number of possible interrupts is already fixed and relatively > small per chip, just make it use all legacy interrupts preallocated > using the .nr_irqs field in the machine descriptor, rather than actually > allocating domains on the fly. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof