]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: at91: fix external interrupts in non-DT case
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 24 Oct 2012 14:09:57 +0000 (16:09 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 24 Oct 2012 16:08:40 +0000 (18:08 +0200)
commit738a0fd752dc60e20beeda6f2f0f62e58dc0e344
treebf934cd6db45d9afcd0662203c2a9a69d4981538
parent3d9a0183dd3423353e9e363bcc261c1220d05f9f
ARM: at91: fix external interrupts in non-DT case

Management of external interrupts has changed but the
non-DT code has not integrated these changes.
Add a mask to pass external irq specification from SoC
specific code to the at91_aic_init() function.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: stable <stable@vger.kernel.org> [v3.6]
arch/arm/mach-at91/generic.h
arch/arm/mach-at91/irq.c
arch/arm/mach-at91/setup.c