summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-tegra.c
Commit message (Collapse)AuthorAgeFilesLines
* irqchip: tegra: Add Tegra210 supportThierry Reding2015-03-291-1/+7
| | | | | | | | | Tegra210 uses the same legacy interrupt controller as older generations but it adds a sixth instance. Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://lkml.kernel.org/r/1427106379-14037-1-git-send-email-thierry.reding@gmail.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* irqchip: tegra: Add DT-based support for legacy interrupt controllerMarc Zyngier2015-03-151-0/+371
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>