On Thu, Nov 14, 2019 at 7:35 PM Lina Iyer <ilina@xxxxxxxxxxxxxx> wrote:Thanks Linus.
Some GPIOs are marked as wakeup capable and are routed to another
interrupt controller that is an always-domain and can detect interrupts
even most of the SoC is powered off. The wakeup interrupt controller
wakes up the GIC and replays the interrupt at the GIC.
Setup the TLMM irqchip in hierarchy with the wakeup interrupt controller
and ensure the wakeup GPIOs are handled correctly.
Signed-off-by: Maulik Shah <mkshah@xxxxxxxxxxxxxx>
Signed-off-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>
This looks finished, and elegant.
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>