Re: [PATCH RFC 08/14] drivers: irqchip: pdc: Add irqchip set/get state calls

From: Stephen Boyd
Date: Thu Sep 05 2019 - 20:09:59 EST


Quoting Lina Iyer (2019-08-29 11:11:57)
> From: Maulik Shah <mkshah@xxxxxxxxxxxxxx>
>
> Add irqchip calls to set/get interrupt status from the parent interrupt

s/status/state?

> controller.

Can you add some comment on why you want to do this? I'm looking for
something like, "Add this support so we can replay edge triggered
interrupts detected in suspend by the PDC to its interrupt parent
(typically the GIC)".

>
> Signed-off-by: Maulik Shah <mkshah@xxxxxxxxxxxxxx>