]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: tegra: Add DT-based support for legacy interrupt controller
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 11 Mar 2015 15:42:59 +0000 (15:42 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sun, 15 Mar 2015 00:40:29 +0000 (00:40 +0000)
commit25fd5011dcd574ad62d1d0fbfd0e13e0ac429658
tree0e866286aa47ae6f13a4a2832dcc3cf8b08dd6df
parent639528b64512b7928453c2895c4478bf52dcf64f
irqchip: tegra: Add DT-based support for legacy interrupt controller

Tegra's LIC (Legacy Interrupt Controller) has been so far only
supported as a weird extension of the GIC, which is not exactly
pretty.

The stacked IRQ domain framework fits this pretty well, and allows
the LIC code to be turned into a standalone irqchip. In the process,
make the driver DT aware, something that was sorely missing from
the mach-tegra implementation.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1426088583-15097-3-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/Makefile
drivers/irqchip/irq-tegra.c [new file with mode: 0644]