mbox series

[0/2] gpio: tegra: Convert to gpio_irq_chip

Message ID 20201127140852.123192-1-thierry.reding@gmail.com
Headers show
Series gpio: tegra: Convert to gpio_irq_chip | expand

Message

Thierry Reding Nov. 27, 2020, 2:08 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

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(-)