From: Thierry Reding <treding@xxxxxxxxxx> Hi Linus, Bartosz, This set of patches is in preparation for making use of the IRQ hierarchical domains on pre-Tegra186 and bring the support up to par with Tegra186 and later. The plan is to get this into v5.11 and then add the missing PMC pieces that allow wake events in v5.12. In order to prepare for this, I've included a DT include patch that allows tegra-gpio.h to be included at the same time as tegra186-gpio.h from the PMC driver. If you don't want to pick that up, I can take that through the Tegra tree for v5.12 along with the PMC driver changes. Thierry Thierry Reding (2): dt-bindings: gpio: Use Tegra186-specific include guard gpio: tegra: Convert to gpio_irq_chip drivers/gpio/gpio-tegra.c | 218 +++++++++++++++-------- include/dt-bindings/gpio/tegra186-gpio.h | 4 +- 2 files changed, 148 insertions(+), 74 deletions(-) -- 2.29.2