]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 14 Feb 2019 14:51:58 +0000 (15:51 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 19 Feb 2019 14:10:30 +0000 (19:40 +0530)
commitd0064594f20a9d46ac55af02139c7022971ea8fd
treee9b9a64701b46fb8af132a4a4d5a0f05d08a8515
parent74b0eac24259980a86891ded5edf3523d148c343
ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER

In order to support SPARSE_IRQ we first need to make davinci use the
generic irq handler for ARM. Translate the legacy assembly to C and
put the irq handlers into their respective drivers (aintc and cp-intc).

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/Kconfig
arch/arm/mach-davinci/cp_intc.c
arch/arm/mach-davinci/include/mach/entry-macro.S [deleted file]
arch/arm/mach-davinci/irq.c