Re: [PATCH 34/39] ARM: Bulk conversion to generic_handle_domain_irq()

From: Krzysztof Kozlowski
Date: Fri May 21 2021 - 17:17:32 EST


On 20/05/2021 12:37, Marc Zyngier wrote:
> Wherever possible, replace constructs that match either
> generic_handle_irq(irq_find_mapping()) or
> generic_handle_irq(irq_linear_revmap()) to a single call to
> generic_handle_domain_irq().
>
> Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
> ---
> arch/arm/mach-pxa/pxa_cplds_irqs.c | 6 ++----
> arch/arm/mach-s3c/irq-s3c24xx.c | 5 ++---

For S3C:

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>


Best regards,
Krzysztof