]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2+: board-generic: clean up the irq data from board file
authorR Sricharan <r.sricharan@ti.com>
Tue, 5 Jun 2012 11:01:06 +0000 (16:31 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 9 Jul 2012 13:44:39 +0000 (19:14 +0530)
commitd0d66a4a300edc4d9aa78fd53f850453f1fceb61
treea044ec9fffafdf79b258aa928892bc1408822107
parent35fd60001722937e67c14371df30608aabf71d4b
ARM: omap2+: board-generic: clean up the irq data from board file

Move the irq_match arrays and the irq init functions of OMAP 2,3
and 4 based boards out of board-generic.c file and also rename the
irq init function to match the interrupt controller present in
the SOCs.

This is a preparatory patch to add the OMAP5 evm board's irq init
support with device tree.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/board-generic.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/irq.c
arch/arm/mach-omap2/omap4-common.c