irqchip/meson: Add support for gpio interrupt controller
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 18 Sep 2017 13:46:10 +0000 (15:46 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 19 Oct 2017 10:22:43 +0000 (11:22 +0100)
commit215f4cc0fb208665dd15a524ec57edf4d7e215e6
tree08c7c2b1d11ff013202ceccf1380bae9b695aa20
parentdf48d3b5ef276998e399846db12c241e6f9d318c
irqchip/meson: Add support for gpio interrupt controller

Add support for the interrupt gpio controller found on Amlogic's meson
SoC family.

This controller is a separate controller from the gpio controller. It is
able to spy on the SoC pad. It is essentially a 256 to 8 router with a
filtering block to select level or edge and polarity. The number of actual
mappable inputs depends on the SoC.

Cc: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-meson-gpio.c [new file with mode: 0644]