Searched hist:"6 b2f55d7851aa358d3a99cff344c560c4967f042" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | board-generic.c | diff b755706cd726e5d465c28c2cd64c618419034981 Wed Dec 07 20:47:40 CET 2011 Benoit Cousson <b-cousson@ti.com> 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> diff 6b2f55d7851aa358d3a99cff344c560c4967f042 Tue Sep 06 11:23:45 CEST 2011 Marc Zyngier <marc.zyngier@arm.com> ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the omap2plus platforms to be using CONFIG_MULTI_IRQ_HANDLER. Each machine is modified to provide either omap2_intc_handle_irq(), omap3_intc_handle_irq() or gic_handle_irq().
This allows for a major cleanup, removing the MULTI_OMAP setup from the interrupt path.
Tested on both Panda and IGEPv2 (single kernel image)
Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
|
H A D | board-n8x0.c | diff 6b2f55d7851aa358d3a99cff344c560c4967f042 Tue Sep 06 11:23:45 CEST 2011 Marc Zyngier <marc.zyngier@arm.com> ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the omap2plus platforms to be using CONFIG_MULTI_IRQ_HANDLER. Each machine is modified to provide either omap2_intc_handle_irq(), omap3_intc_handle_irq() or gic_handle_irq().
This allows for a major cleanup, removing the MULTI_OMAP setup from the interrupt path.
Tested on both Panda and IGEPv2 (single kernel image)
Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
|
H A D | Kconfig | diff 6b2f55d7851aa358d3a99cff344c560c4967f042 Tue Sep 06 11:23:45 CEST 2011 Marc Zyngier <marc.zyngier@arm.com> ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the omap2plus platforms to be using CONFIG_MULTI_IRQ_HANDLER. Each machine is modified to provide either omap2_intc_handle_irq(), omap3_intc_handle_irq() or gic_handle_irq().
This allows for a major cleanup, removing the MULTI_OMAP setup from the interrupt path.
Tested on both Panda and IGEPv2 (single kernel image)
Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
|