Re: [PATCH v2 5/5] ARM: OMAP2+: board-generic: Use of_irq_init API

2012-01-06 Thread Grant Likely
On Tue, Dec 20, 2011 at 02:39:58PM +0100, Benoit Cousson wrote: > Use the of_irq_init API introduced in 3.2 to handle > interrupt-controller with DT. > Update the irq_match table to map the proper XXX_of_init > functions for INTC and GIC drivers. > > Signed-off-by: Benoit Cousson > Cc: Tony Lindg

[PATCH v2 5/5] ARM: OMAP2+: board-generic: Use of_irq_init API

2011-12-20 Thread Benoit Cousson
Use the of_irq_init API introduced in 3.2 to handle interrupt-controller with DT. Update the irq_match table to map the proper XXX_of_init functions for INTC and GIC drivers. Signed-off-by: Benoit Cousson Cc: Tony Lindgren Cc: Rob Herring --- arch/arm/mach-omap2/board-generic.c | 30