Re: [PATCH] drivers: irqchip: pdc: setup all edge interrupts as rising edge at GIC

From: Evan Green
Date: Thu Sep 27 2018 - 14:05:02 EST


On Thu, Sep 27, 2018 at 10:18 AM Lina Iyer <ilina@xxxxxxxxxxxxxx> wrote:
>
> The PDC irqchp can convert a falling edge or level low interrupt to a
> rising edge or level high interrupt at the GIC. We just need to setup
> the GIC correctly. Set up the interrupt type for the IRQ_TYPE_EDGE_BOTH
> as IRQ_TYPE_EDGE_RISING at the GIC.
>
> Reported-by: Evan Green <evgreen@xxxxxxxxxxxx>
> Signed-off-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>
> ---
> drivers/irqchip/qcom-pdc.c | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Evan Green <evgreen@xxxxxxxxxxxx>