soc/tegra: pmc: Add support for simple wake events
authorThierry Reding <treding@nvidia.com>
Mon, 11 Jul 2022 15:40:30 +0000 (17:40 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Sep 2022 10:39:34 +0000 (12:39 +0200)
commit72ccc1f564918c1087a8e37e82422f79d3255a7b
treea18d220068b32e3fac389b31966464b72670dcbd
parent1623566fc43ecfcbcb5f39aee294262b9b187c9a
soc/tegra: pmc: Add support for simple wake events

Simple wake events are neither mapped to GIC interrupts nor have an
associated GPIO line. They are close to GPIO-backed wake events in that
the IRQ hierarchy processing needs to stop at the PMC level, but since
there is no dedicated GPIO line for them, let's turn them into a
separate type.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c