mbox series

[v2,0/2] gpio: tegra: add multiple interrupt support

Message ID 20210903101512.32430-1-pshete@nvidia.com
Headers show
Series gpio: tegra: add multiple interrupt support | expand

Message

Prathamesh Shete Sept. 3, 2021, 10:15 a.m. UTC
From: pshete <pshete@nvidia.com>

These patches adds multiple interrupt support.
Each main GPIO is associated with 8 interrupts 
per controller in case of NON-AON GPIO's and 
4 interrupts per controller in AON GPIO.
This is new feature starting T194
The interrupt route map determines which interrupt line is to be used.

pshete (2):
  gpio: tegra: add multiple interrupt support
  arm64: tegra: GPIO Interrupt entries

 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 49 +++++++++++++++++++++++-
 drivers/gpio/gpio-tegra186.c             | 25 ++++++++++--
 2 files changed, 68 insertions(+), 6 deletions(-)