]> Pileus Git - ~andy/linux/commit
ARM: OMAP2+: board-generic: Add missing handle_irq callbacks
authorBenoit Cousson <b-cousson@ti.com>
Wed, 7 Dec 2011 19:47:40 +0000 (11:47 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Dec 2011 19:47:40 +0000 (11:47 -0800)
commitb755706cd726e5d465c28c2cd64c618419034981
tree6689538de5a166422bae94ad5b646bf90ff00eef
parentdeee6d5359969a0ce4e2760cfd7b9f379bd5698a
ARM: OMAP2+: board-generic: Add missing handle_irq callbacks

The following commit: 6b2f55d7851aa358d3a99cff344c560c4967f042,
is adding the support for the CONFIG_MULTI_IRQ_HANDLER but did
not update all the machine descriptors supported in the DT
board-generic.c file.
It thus break the DT boot on OMAP3 and OMAP4 boards.

Add the proper handle_irq callbacks for OMAP3 and OMAP4 generic
machine descriptors.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c