]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: i.MX: Fix FIQ interrupt handling for TZIC
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 19 Jun 2016 06:55:53 +0000 (09:55 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 21 Jun 2016 07:57:05 +0000 (15:57 +0800)
commitd1e1c31ccd5a807a707c94386d5fa36d18600892
treea60a9b3188157d495b235df3e356b52625c9b33f
parent4dbc39e98b57a7f67c739b04f12d9829fe659bfa
ARM: i.MX: Fix FIQ interrupt handling for TZIC

IRQ number should be translated from VIRQ to HWIRQ for TZIC.
As a solution for this issue, move existing translation code
from AVIC to common place.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/avic.c
arch/arm/mach-imx/irq-common.c
arch/arm/mach-imx/tzic.c